| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UtteranceInputSpecification |
UtteranceInputSpecification.clone() |
UtteranceInputSpecification |
UserTurnInputSpecification.getUtteranceInput()
The utterance input in the user turn.
|
UtteranceInputSpecification |
UtteranceInputSpecification.withAudioInput(UtteranceAudioInputSpecification audioInput)
Contains information about the audio input for an utterance.
|
UtteranceInputSpecification |
UtteranceInputSpecification.withTextInput(String textInput)
A text input transcription of the utterance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserTurnInputSpecification.setUtteranceInput(UtteranceInputSpecification utteranceInput)
The utterance input in the user turn.
|
UserTurnInputSpecification |
UserTurnInputSpecification.withUtteranceInput(UtteranceInputSpecification utteranceInput)
The utterance input in the user turn.
|
Copyright © 2023. All rights reserved.