| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
InvokedIntentSample |
InvokedIntentSample.clone() |
InvokedIntentSample |
InvokedIntentSample.withIntentName(String intentName)
The name of an intent that was invoked.
|
| Modifier and Type | Method and Description |
|---|---|
List<InvokedIntentSample> |
SessionSpecification.getInvokedIntentSamples()
A list of objects containing the name of an intent that was invoked.
|
| Modifier and Type | Method and Description |
|---|---|
SessionSpecification |
SessionSpecification.withInvokedIntentSamples(InvokedIntentSample... invokedIntentSamples)
A list of objects containing the name of an intent that was invoked.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionSpecification.setInvokedIntentSamples(Collection<InvokedIntentSample> invokedIntentSamples)
A list of objects containing the name of an intent that was invoked.
|
SessionSpecification |
SessionSpecification.withInvokedIntentSamples(Collection<InvokedIntentSample> invokedIntentSamples)
A list of objects containing the name of an intent that was invoked.
|
Copyright © 2025. All rights reserved.