| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
InputContext |
InputContext.clone() |
InputContext |
InputContext.withName(String name)
The name of the context.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputContext> |
IntentSummary.getInputContexts()
The input contexts that must be active for this intent to be considered for recognition.
|
List<InputContext> |
UpdateIntentResult.getInputContexts()
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
|
List<InputContext> |
DescribeIntentResult.getInputContexts()
A list of contexts that must be active for the intent to be considered for sending to the user.
|
List<InputContext> |
CreateIntentResult.getInputContexts()
The list of input contexts specified for the intent.
|
List<InputContext> |
CreateIntentRequest.getInputContexts()
A list of contexts that must be active for this intent to be considered by Amazon Lex.
|
List<InputContext> |
UpdateIntentRequest.getInputContexts()
A new list of contexts that must be active in order for Amazon Lex to consider the intent.
|
| Modifier and Type | Method and Description |
|---|---|
IntentSummary |
IntentSummary.withInputContexts(InputContext... inputContexts)
The input contexts that must be active for this intent to be considered for recognition.
|
UpdateIntentResult |
UpdateIntentResult.withInputContexts(InputContext... inputContexts)
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
|
DescribeIntentResult |
DescribeIntentResult.withInputContexts(InputContext... inputContexts)
A list of contexts that must be active for the intent to be considered for sending to the user.
|
CreateIntentResult |
CreateIntentResult.withInputContexts(InputContext... inputContexts)
The list of input contexts specified for the intent.
|
CreateIntentRequest |
CreateIntentRequest.withInputContexts(InputContext... inputContexts)
A list of contexts that must be active for this intent to be considered by Amazon Lex.
|
UpdateIntentRequest |
UpdateIntentRequest.withInputContexts(InputContext... inputContexts)
A new list of contexts that must be active in order for Amazon Lex to consider the intent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntentSummary.setInputContexts(Collection<InputContext> inputContexts)
The input contexts that must be active for this intent to be considered for recognition.
|
void |
UpdateIntentResult.setInputContexts(Collection<InputContext> inputContexts)
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
|
void |
DescribeIntentResult.setInputContexts(Collection<InputContext> inputContexts)
A list of contexts that must be active for the intent to be considered for sending to the user.
|
void |
CreateIntentResult.setInputContexts(Collection<InputContext> inputContexts)
The list of input contexts specified for the intent.
|
void |
CreateIntentRequest.setInputContexts(Collection<InputContext> inputContexts)
A list of contexts that must be active for this intent to be considered by Amazon Lex.
|
void |
UpdateIntentRequest.setInputContexts(Collection<InputContext> inputContexts)
A new list of contexts that must be active in order for Amazon Lex to consider the intent.
|
IntentSummary |
IntentSummary.withInputContexts(Collection<InputContext> inputContexts)
The input contexts that must be active for this intent to be considered for recognition.
|
UpdateIntentResult |
UpdateIntentResult.withInputContexts(Collection<InputContext> inputContexts)
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
|
DescribeIntentResult |
DescribeIntentResult.withInputContexts(Collection<InputContext> inputContexts)
A list of contexts that must be active for the intent to be considered for sending to the user.
|
CreateIntentResult |
CreateIntentResult.withInputContexts(Collection<InputContext> inputContexts)
The list of input contexts specified for the intent.
|
CreateIntentRequest |
CreateIntentRequest.withInputContexts(Collection<InputContext> inputContexts)
A list of contexts that must be active for this intent to be considered by Amazon Lex.
|
UpdateIntentRequest |
UpdateIntentRequest.withInputContexts(Collection<InputContext> inputContexts)
A new list of contexts that must be active in order for Amazon Lex to consider the intent.
|
Copyright © 2024. All rights reserved.