| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<InvokedIntentSample> |
SessionSpecification.invokedIntentSamples()
A list of objects containing the name of an intent that was invoked.
|
| Modifier and Type | Method and Description |
|---|---|
SessionSpecification.Builder |
SessionSpecification.Builder.invokedIntentSamples(InvokedIntentSample... invokedIntentSamples)
A list of objects containing the name of an intent that was invoked.
|
| Modifier and Type | Method and Description |
|---|---|
SessionSpecification.Builder |
SessionSpecification.Builder.invokedIntentSamples(Collection<InvokedIntentSample> invokedIntentSamples)
A list of objects containing the name of an intent that was invoked.
|
Copyright © 2023. All rights reserved.