| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UserTurnInputSpecification |
UserTurnInputSpecification.addRequestAttributesEntry(String key,
String value)
Add a single RequestAttributes entry
|
UserTurnInputSpecification |
UserTurnInputSpecification.clearRequestAttributesEntries()
Removes all the entries added into RequestAttributes.
|
UserTurnInputSpecification |
UserTurnInputSpecification.clone() |
UserTurnInputSpecification |
UserTurnSpecification.getInput()
Contains information about the user messages in the turn in the input.
|
UserTurnInputSpecification |
UserTurnResult.getInput()
Contains information about the user messages in the turn in the input.
|
UserTurnInputSpecification |
UserTurnInputSpecification.withRequestAttributes(Map<String,String> requestAttributes)
Request attributes of the user turn.
|
UserTurnInputSpecification |
UserTurnInputSpecification.withSessionState(InputSessionStateSpecification sessionState)
Contains information about the session state in the input.
|
UserTurnInputSpecification |
UserTurnInputSpecification.withUtteranceInput(UtteranceInputSpecification utteranceInput)
The utterance input in the user turn.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserTurnSpecification.setInput(UserTurnInputSpecification input)
Contains information about the user messages in the turn in the input.
|
void |
UserTurnResult.setInput(UserTurnInputSpecification input)
Contains information about the user messages in the turn in the input.
|
UserTurnSpecification |
UserTurnSpecification.withInput(UserTurnInputSpecification input)
Contains information about the user messages in the turn in the input.
|
UserTurnResult |
UserTurnResult.withInput(UserTurnInputSpecification input)
Contains information about the user messages in the turn in the input.
|
Copyright © 2024. All rights reserved.