| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<OutputContext> |
CreateIntentRequest.outputContexts()
A lists of contexts that the intent activates when it is fulfilled.
|
List<OutputContext> |
CreateIntentResponse.outputContexts()
The list of output contexts specified for the intent.
|
List<OutputContext> |
DescribeIntentResponse.outputContexts()
A list of contexts that are activated when the intent is fulfilled.
|
List<OutputContext> |
IntentSummary.outputContexts()
The output contexts that are activated when this intent is fulfilled.
|
List<OutputContext> |
UpdateIntentRequest.outputContexts()
A new list of contexts that Amazon Lex activates when the intent is fulfilled.
|
List<OutputContext> |
UpdateIntentResponse.outputContexts()
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.outputContexts(OutputContext... outputContexts)
A lists of contexts that the intent activates when it is fulfilled.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.outputContexts(OutputContext... outputContexts)
The list of output contexts specified for the intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.outputContexts(OutputContext... outputContexts)
A list of contexts that are activated when the intent is fulfilled.
|
IntentSummary.Builder |
IntentSummary.Builder.outputContexts(OutputContext... outputContexts)
The output contexts that are activated when this intent is fulfilled.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.outputContexts(OutputContext... outputContexts)
A new list of contexts that Amazon Lex activates when the intent is fulfilled.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.outputContexts(OutputContext... outputContexts)
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.outputContexts(Collection<OutputContext> outputContexts)
A lists of contexts that the intent activates when it is fulfilled.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.outputContexts(Collection<OutputContext> outputContexts)
The list of output contexts specified for the intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.outputContexts(Collection<OutputContext> outputContexts)
A list of contexts that are activated when the intent is fulfilled.
|
IntentSummary.Builder |
IntentSummary.Builder.outputContexts(Collection<OutputContext> outputContexts)
The output contexts that are activated when this intent is fulfilled.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.outputContexts(Collection<OutputContext> outputContexts)
A new list of contexts that Amazon Lex activates when the intent is fulfilled.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.outputContexts(Collection<OutputContext> outputContexts)
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
|
Copyright © 2023. All rights reserved.