Uses of Class
software.amazon.awssdk.services.qconnect.model.IntentDetectedDataDetails
-
Packages that use IntentDetectedDataDetails Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of IntentDetectedDataDetails in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return IntentDetectedDataDetails Modifier and Type Method Description IntentDetectedDataDetailsDataDetails. intentDetectedData()Details about the intent data.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type IntentDetectedDataDetails Modifier and Type Method Description static DataDetailsDataDetails. fromIntentDetectedData(IntentDetectedDataDetails intentDetectedData)Create an instance of this class withDataDetails.intentDetectedData()initialized to the given value.DataDetails.BuilderDataDetails.Builder. intentDetectedData(IntentDetectedDataDetails intentDetectedData)Details about the intent data.
-