Uses of Class
software.amazon.awssdk.services.qconnect.model.IntentInputData
-
Packages that use IntentInputData Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of IntentInputData in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return IntentInputData Modifier and Type Method Description IntentInputDataQueryInputData. intentInputData()Input information for the intent.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type IntentInputData Modifier and Type Method Description static QueryInputDataQueryInputData. fromIntentInputData(IntentInputData intentInputData)Create an instance of this class withQueryInputData.intentInputData()initialized to the given value.QueryInputData.BuilderQueryInputData.Builder. intentInputData(IntentInputData intentInputData)Input information for the intent.
-