Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.InvokedIntentSample
-
Packages that use InvokedIntentSample Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of InvokedIntentSample in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type InvokedIntentSample Modifier and Type Method Description List<InvokedIntentSample>SessionSpecification. invokedIntentSamples()A list of objects containing the name of an intent that was invoked.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type InvokedIntentSample Modifier and Type Method Description SessionSpecification.BuilderSessionSpecification.Builder. invokedIntentSamples(InvokedIntentSample... invokedIntentSamples)A list of objects containing the name of an intent that was invoked.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type InvokedIntentSample Modifier and Type Method Description SessionSpecification.BuilderSessionSpecification.Builder. invokedIntentSamples(Collection<InvokedIntentSample> invokedIntentSamples)A list of objects containing the name of an intent that was invoked.
-