| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
OutputContext |
OutputContext.clone() |
OutputContext |
OutputContext.withName(String name)
The name of the output context.
|
OutputContext |
OutputContext.withTimeToLiveInSeconds(Integer timeToLiveInSeconds)
The amount of time, in seconds, that the output context should remain active.
|
OutputContext |
OutputContext.withTurnsToLive(Integer turnsToLive)
The number of conversation turns that the output context should remain active.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputContext> |
IntentSummary.getOutputContexts()
The output contexts that are activated when this intent is fulfilled.
|
List<OutputContext> |
UpdateIntentResult.getOutputContexts()
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
|
List<OutputContext> |
DescribeIntentResult.getOutputContexts()
A list of contexts that are activated when the intent is fulfilled.
|
List<OutputContext> |
CreateIntentResult.getOutputContexts()
The list of output contexts specified for the intent.
|
List<OutputContext> |
CreateIntentRequest.getOutputContexts()
A lists of contexts that the intent activates when it is fulfilled.
|
List<OutputContext> |
UpdateIntentRequest.getOutputContexts()
A new list of contexts that Amazon Lex activates when the intent is fulfilled.
|
| Modifier and Type | Method and Description |
|---|---|
IntentSummary |
IntentSummary.withOutputContexts(OutputContext... outputContexts)
The output contexts that are activated when this intent is fulfilled.
|
UpdateIntentResult |
UpdateIntentResult.withOutputContexts(OutputContext... outputContexts)
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
|
DescribeIntentResult |
DescribeIntentResult.withOutputContexts(OutputContext... outputContexts)
A list of contexts that are activated when the intent is fulfilled.
|
CreateIntentResult |
CreateIntentResult.withOutputContexts(OutputContext... outputContexts)
The list of output contexts specified for the intent.
|
CreateIntentRequest |
CreateIntentRequest.withOutputContexts(OutputContext... outputContexts)
A lists of contexts that the intent activates when it is fulfilled.
|
UpdateIntentRequest |
UpdateIntentRequest.withOutputContexts(OutputContext... outputContexts)
A new list of contexts that Amazon Lex activates when the intent is fulfilled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntentSummary.setOutputContexts(Collection<OutputContext> outputContexts)
The output contexts that are activated when this intent is fulfilled.
|
void |
UpdateIntentResult.setOutputContexts(Collection<OutputContext> outputContexts)
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
|
void |
DescribeIntentResult.setOutputContexts(Collection<OutputContext> outputContexts)
A list of contexts that are activated when the intent is fulfilled.
|
void |
CreateIntentResult.setOutputContexts(Collection<OutputContext> outputContexts)
The list of output contexts specified for the intent.
|
void |
CreateIntentRequest.setOutputContexts(Collection<OutputContext> outputContexts)
A lists of contexts that the intent activates when it is fulfilled.
|
void |
UpdateIntentRequest.setOutputContexts(Collection<OutputContext> outputContexts)
A new list of contexts that Amazon Lex activates when the intent is fulfilled.
|
IntentSummary |
IntentSummary.withOutputContexts(Collection<OutputContext> outputContexts)
The output contexts that are activated when this intent is fulfilled.
|
UpdateIntentResult |
UpdateIntentResult.withOutputContexts(Collection<OutputContext> outputContexts)
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
|
DescribeIntentResult |
DescribeIntentResult.withOutputContexts(Collection<OutputContext> outputContexts)
A list of contexts that are activated when the intent is fulfilled.
|
CreateIntentResult |
CreateIntentResult.withOutputContexts(Collection<OutputContext> outputContexts)
The list of output contexts specified for the intent.
|
CreateIntentRequest |
CreateIntentRequest.withOutputContexts(Collection<OutputContext> outputContexts)
A lists of contexts that the intent activates when it is fulfilled.
|
UpdateIntentRequest |
UpdateIntentRequest.withOutputContexts(Collection<OutputContext> outputContexts)
A new list of contexts that Amazon Lex activates when the intent is fulfilled.
|
Copyright © 2024. All rights reserved.