| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
ActiveContext |
ActiveContext.addContextAttributesEntry(String key,
String value)
Add a single ContextAttributes entry
|
ActiveContext |
ActiveContext.clearContextAttributesEntries()
Removes all the entries added into ContextAttributes.
|
ActiveContext |
ActiveContext.clone() |
ActiveContext |
ActiveContext.withContextAttributes(Map<String,String> contextAttributes)
A list of contexts active for the request.
|
ActiveContext |
ActiveContext.withName(String name)
The name of the context.
|
ActiveContext |
ActiveContext.withTimeToLive(ActiveContextTimeToLive timeToLive)
Indicates the number of turns or seconds that the context is active.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActiveContext> |
SessionState.getActiveContexts()
One or more contexts that indicate to Amazon Lex V2 the context of a request.
|
| Modifier and Type | Method and Description |
|---|---|
SessionState |
SessionState.withActiveContexts(ActiveContext... activeContexts)
One or more contexts that indicate to Amazon Lex V2 the context of a request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionState.setActiveContexts(Collection<ActiveContext> activeContexts)
One or more contexts that indicate to Amazon Lex V2 the context of a request.
|
SessionState |
SessionState.withActiveContexts(Collection<ActiveContext> activeContexts)
One or more contexts that indicate to Amazon Lex V2 the context of a request.
|
Copyright © 2025. All rights reserved.