Uses of Class
software.amazon.awssdk.services.qconnect.model.QueryInputData
-
Packages that use QueryInputData Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of QueryInputData in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return QueryInputData Modifier and Type Method Description static QueryInputDataQueryInputData. fromIntentInputData(Consumer<IntentInputData.Builder> intentInputData)Create an instance of this class withintentInputData()initialized to the given value.static QueryInputDataQueryInputData. fromIntentInputData(IntentInputData intentInputData)Create an instance of this class withintentInputData()initialized to the given value.static QueryInputDataQueryInputData. fromQueryTextInputData(Consumer<QueryTextInputData.Builder> queryTextInputData)Create an instance of this class withqueryTextInputData()initialized to the given value.static QueryInputDataQueryInputData. fromQueryTextInputData(QueryTextInputData queryTextInputData)Create an instance of this class withqueryTextInputData()initialized to the given value.QueryInputDataQueryAssistantRequest. queryInputData()Information about the query.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type QueryInputData Modifier and Type Method Description QueryAssistantRequest.BuilderQueryAssistantRequest.Builder. queryInputData(QueryInputData queryInputData)Information about the query.
-