Uses of Class
software.amazon.awssdk.services.qconnect.model.QuickResponseContents
-
Packages that use QuickResponseContents Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of QuickResponseContents in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return QuickResponseContents Modifier and Type Method Description QuickResponseContentsQuickResponseData. contents()The contents of the quick response.QuickResponseContentsQuickResponseSearchResultData. contents()The contents of the quick response.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type QuickResponseContents Modifier and Type Method Description QuickResponseData.BuilderQuickResponseData.Builder. contents(QuickResponseContents contents)The contents of the quick response.QuickResponseSearchResultData.BuilderQuickResponseSearchResultData.Builder. contents(QuickResponseContents contents)The contents of the quick response.
-