| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
OutputContext |
OutputContext.clone() |
OutputContext |
OutputContext.withName(String name)
The name of the context.
|
OutputContext |
OutputContext.withTimeToLiveInSeconds(Integer timeToLiveInSeconds)
The number of seconds that the context should be active after it is first sent in a
PostContent or
PostText response. |
OutputContext |
OutputContext.withTurnsToLive(Integer turnsToLive)
The number of conversation turns that the context should be active.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputContext> |
PutIntentResult.getOutputContexts()
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
List<OutputContext> |
PutIntentRequest.getOutputContexts()
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
List<OutputContext> |
GetIntentResult.getOutputContexts()
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
List<OutputContext> |
CreateIntentVersionResult.getOutputContexts()
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
| Modifier and Type | Method and Description |
|---|---|
PutIntentResult |
PutIntentResult.withOutputContexts(OutputContext... outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
PutIntentRequest |
PutIntentRequest.withOutputContexts(OutputContext... outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
GetIntentResult |
GetIntentResult.withOutputContexts(OutputContext... outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
CreateIntentVersionResult |
CreateIntentVersionResult.withOutputContexts(OutputContext... outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
| Modifier and Type | Method and Description |
|---|---|
void |
PutIntentResult.setOutputContexts(Collection<OutputContext> outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
void |
PutIntentRequest.setOutputContexts(Collection<OutputContext> outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
void |
GetIntentResult.setOutputContexts(Collection<OutputContext> outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
void |
CreateIntentVersionResult.setOutputContexts(Collection<OutputContext> outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
PutIntentResult |
PutIntentResult.withOutputContexts(Collection<OutputContext> outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
PutIntentRequest |
PutIntentRequest.withOutputContexts(Collection<OutputContext> outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
GetIntentResult |
GetIntentResult.withOutputContexts(Collection<OutputContext> outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
CreateIntentVersionResult |
CreateIntentVersionResult.withOutputContexts(Collection<OutputContext> outputContexts)
An array of
OutputContext objects that lists the contexts that the intent activates when the intent
is fulfilled. |
Copyright © 2023. All rights reserved.