| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ActiveContext |
ActiveContext.clone() |
ActiveContext |
ActiveContext.withName(String name)
The name of active context.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActiveContext> |
InputSessionStateSpecification.getActiveContexts()
Active contexts for the session state.
|
List<ActiveContext> |
UserTurnOutputSpecification.getActiveContexts()
The contexts that are active in the turn.
|
| Modifier and Type | Method and Description |
|---|---|
InputSessionStateSpecification |
InputSessionStateSpecification.withActiveContexts(ActiveContext... activeContexts)
Active contexts for the session state.
|
UserTurnOutputSpecification |
UserTurnOutputSpecification.withActiveContexts(ActiveContext... activeContexts)
The contexts that are active in the turn.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputSessionStateSpecification.setActiveContexts(Collection<ActiveContext> activeContexts)
Active contexts for the session state.
|
void |
UserTurnOutputSpecification.setActiveContexts(Collection<ActiveContext> activeContexts)
The contexts that are active in the turn.
|
InputSessionStateSpecification |
InputSessionStateSpecification.withActiveContexts(Collection<ActiveContext> activeContexts)
Active contexts for the session state.
|
UserTurnOutputSpecification |
UserTurnOutputSpecification.withActiveContexts(Collection<ActiveContext> activeContexts)
The contexts that are active in the turn.
|
Copyright © 2023. All rights reserved.