| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.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> |
PutIntentResult.getInputContexts()
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> |
PutIntentRequest.getInputContexts()
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> |
GetIntentResult.getInputContexts()
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> |
CreateIntentVersionResult.getInputContexts()
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 |
|---|---|
PutIntentResult |
PutIntentResult.withInputContexts(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. |
PutIntentRequest |
PutIntentRequest.withInputContexts(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. |
GetIntentResult |
GetIntentResult.withInputContexts(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. |
CreateIntentVersionResult |
CreateIntentVersionResult.withInputContexts(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 |
|---|---|
void |
PutIntentResult.setInputContexts(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. |
void |
PutIntentRequest.setInputContexts(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. |
void |
GetIntentResult.setInputContexts(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. |
void |
CreateIntentVersionResult.setInputContexts(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. |
PutIntentResult |
PutIntentResult.withInputContexts(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. |
PutIntentRequest |
PutIntentRequest.withInputContexts(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. |
GetIntentResult |
GetIntentResult.withInputContexts(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. |
CreateIntentVersionResult |
CreateIntentVersionResult.withInputContexts(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 © 2023. All rights reserved.