Uses of Class
software.amazon.awssdk.services.qconnect.model.QuickResponseDataProvider
-
Packages that use QuickResponseDataProvider Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of QuickResponseDataProvider in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return QuickResponseDataProvider Modifier and Type Method Description QuickResponseDataProviderCreateQuickResponseRequest. content()The content of the quick response.QuickResponseDataProviderUpdateQuickResponseRequest. content()The updated content of the quick response.static QuickResponseDataProviderQuickResponseDataProvider. fromContent(String content)Create an instance of this class withcontent()initialized to the given value.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type QuickResponseDataProvider Modifier and Type Method Description CreateQuickResponseRequest.BuilderCreateQuickResponseRequest.Builder. content(QuickResponseDataProvider content)The content of the quick response.UpdateQuickResponseRequest.BuilderUpdateQuickResponseRequest.Builder. content(QuickResponseDataProvider content)The updated content of the quick response.
-