| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<InputContext> |
CreateIntentRequest.inputContexts()
A list of contexts that must be active for this intent to be considered by Amazon Lex.
|
List<InputContext> |
CreateIntentResponse.inputContexts()
The list of input contexts specified for the intent.
|
List<InputContext> |
DescribeIntentResponse.inputContexts()
A list of contexts that must be active for the intent to be considered for sending to the user.
|
List<InputContext> |
IntentSummary.inputContexts()
The input contexts that must be active for this intent to be considered for recognition.
|
List<InputContext> |
UpdateIntentRequest.inputContexts()
A new list of contexts that must be active in order for Amazon Lex to consider the intent.
|
List<InputContext> |
UpdateIntentResponse.inputContexts()
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.inputContexts(InputContext... inputContexts)
A list of contexts that must be active for this intent to be considered by Amazon Lex.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.inputContexts(InputContext... inputContexts)
The list of input contexts specified for the intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.inputContexts(InputContext... inputContexts)
A list of contexts that must be active for the intent to be considered for sending to the user.
|
IntentSummary.Builder |
IntentSummary.Builder.inputContexts(InputContext... inputContexts)
The input contexts that must be active for this intent to be considered for recognition.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.inputContexts(InputContext... inputContexts)
A new list of contexts that must be active in order for Amazon Lex to consider the intent.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.inputContexts(InputContext... inputContexts)
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.inputContexts(Collection<InputContext> inputContexts)
A list of contexts that must be active for this intent to be considered by Amazon Lex.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.inputContexts(Collection<InputContext> inputContexts)
The list of input contexts specified for the intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.inputContexts(Collection<InputContext> inputContexts)
A list of contexts that must be active for the intent to be considered for sending to the user.
|
IntentSummary.Builder |
IntentSummary.Builder.inputContexts(Collection<InputContext> inputContexts)
The input contexts that must be active for this intent to be considered for recognition.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.inputContexts(Collection<InputContext> inputContexts)
A new list of contexts that must be active in order for Amazon Lex to consider the intent.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.inputContexts(Collection<InputContext> inputContexts)
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
|
Copyright © 2023. All rights reserved.