| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
List<OutputContext> |
PutIntentRequest.outputContexts()
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
List<OutputContext> |
CreateIntentVersionResponse.outputContexts()
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
List<OutputContext> |
GetIntentResponse.outputContexts()
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
List<OutputContext> |
PutIntentResponse.outputContexts()
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
| Modifier and Type | Method and Description |
|---|---|
PutIntentRequest.Builder |
PutIntentRequest.Builder.outputContexts(OutputContext... outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled. |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.outputContexts(OutputContext... outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled. |
GetIntentResponse.Builder |
GetIntentResponse.Builder.outputContexts(OutputContext... outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled. |
PutIntentResponse.Builder |
PutIntentResponse.Builder.outputContexts(OutputContext... outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled. |
| Modifier and Type | Method and Description |
|---|---|
PutIntentRequest.Builder |
PutIntentRequest.Builder.outputContexts(Collection<OutputContext> outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled. |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.outputContexts(Collection<OutputContext> outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled. |
GetIntentResponse.Builder |
GetIntentResponse.Builder.outputContexts(Collection<OutputContext> outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled. |
PutIntentResponse.Builder |
PutIntentResponse.Builder.outputContexts(Collection<OutputContext> outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the
intent is fulfilled. |
Copyright © 2021. All rights reserved.