| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<ActiveContext> |
UserTurnOutputSpecification.activeContexts()
The contexts that are active in the turn.
|
List<ActiveContext> |
InputSessionStateSpecification.activeContexts()
Active contexts for the session state.
|
| Modifier and Type | Method and Description |
|---|---|
UserTurnOutputSpecification.Builder |
UserTurnOutputSpecification.Builder.activeContexts(ActiveContext... activeContexts)
The contexts that are active in the turn.
|
InputSessionStateSpecification.Builder |
InputSessionStateSpecification.Builder.activeContexts(ActiveContext... activeContexts)
Active contexts for the session state.
|
| Modifier and Type | Method and Description |
|---|---|
UserTurnOutputSpecification.Builder |
UserTurnOutputSpecification.Builder.activeContexts(Collection<ActiveContext> activeContexts)
The contexts that are active in the turn.
|
InputSessionStateSpecification.Builder |
InputSessionStateSpecification.Builder.activeContexts(Collection<ActiveContext> activeContexts)
Active contexts for the session state.
|
Copyright © 2023. All rights reserved.