| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
List<InputContext> |
PutIntentRequest.inputContexts()
An array of
InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user. |
List<InputContext> |
CreateIntentVersionResponse.inputContexts()
An array of
InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user. |
List<InputContext> |
GetIntentResponse.inputContexts()
An array of
InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user. |
List<InputContext> |
PutIntentResponse.inputContexts()
An array of
InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user. |
| Modifier and Type | Method and Description |
|---|---|
PutIntentRequest.Builder |
PutIntentRequest.Builder.inputContexts(InputContext... inputContexts)
An array of
InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user. |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.inputContexts(InputContext... inputContexts)
An array of
InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user. |
GetIntentResponse.Builder |
GetIntentResponse.Builder.inputContexts(InputContext... inputContexts)
An array of
InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user. |
PutIntentResponse.Builder |
PutIntentResponse.Builder.inputContexts(InputContext... inputContexts)
An array of
InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user. |
| Modifier and Type | Method and Description |
|---|---|
PutIntentRequest.Builder |
PutIntentRequest.Builder.inputContexts(Collection<InputContext> inputContexts)
An array of
InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user. |
CreateIntentVersionResponse.Builder |
CreateIntentVersionResponse.Builder.inputContexts(Collection<InputContext> inputContexts)
An array of
InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user. |
GetIntentResponse.Builder |
GetIntentResponse.Builder.inputContexts(Collection<InputContext> inputContexts)
An array of
InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user. |
PutIntentResponse.Builder |
PutIntentResponse.Builder.inputContexts(Collection<InputContext> inputContexts)
An array of
InputContext objects that lists the contexts that must be active for Amazon Lex to
choose the intent in a conversation with the user. |
Copyright © 2021. All rights reserved.