| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UtteranceSpecification |
UtteranceSpecification.clone() |
UtteranceSpecification |
UtteranceSpecification.withAssociatedIntentName(String associatedIntentName)
The name of the intent that the utterance is associated to.
|
UtteranceSpecification |
UtteranceSpecification.withAssociatedSlotName(String associatedSlotName)
The name of the slot that the utterance is associated to.
|
UtteranceSpecification |
UtteranceSpecification.withAudioVoiceDurationMillis(Long audioVoiceDurationMillis)
The duration in milliseconds of the audio associated with the utterance.
|
UtteranceSpecification |
UtteranceSpecification.withBotAliasId(String botAliasId)
The identifier of the alias of the bot that the utterance was made to.
|
UtteranceSpecification |
UtteranceSpecification.withBotResponseAudioVoiceId(String botResponseAudioVoiceId)
The identifier for the audio of the bot response.
|
UtteranceSpecification |
UtteranceSpecification.withBotResponses(Collection<UtteranceBotResponse> botResponses)
A list of objects containing information about the bot response to the utterance.
|
UtteranceSpecification |
UtteranceSpecification.withBotResponses(UtteranceBotResponse... botResponses)
A list of objects containing information about the bot response to the utterance.
|
UtteranceSpecification |
UtteranceSpecification.withBotVersion(String botVersion)
The version of the bot that the utterance was made to.
|
UtteranceSpecification |
UtteranceSpecification.withChannel(String channel)
The channel that is integrated with the bot that the utterance was made to.
|
UtteranceSpecification |
UtteranceSpecification.withConversationEndTime(Date conversationEndTime)
The date and time when the conversation in which the utterance took place ended.
|
UtteranceSpecification |
UtteranceSpecification.withConversationStartTime(Date conversationStartTime)
The date and time when the conversation in which the utterance took place began.
|
UtteranceSpecification |
UtteranceSpecification.withDialogActionType(String dialogActionType)
The type of dialog action that the utterance is associated to.
|
UtteranceSpecification |
UtteranceSpecification.withInputType(String inputType)
The input type of the utterance.
|
UtteranceSpecification |
UtteranceSpecification.withIntentState(IntentState intentState)
The state of the intent that the utterance is associated to.
|
UtteranceSpecification |
UtteranceSpecification.withIntentState(String intentState)
The state of the intent that the utterance is associated to.
|
UtteranceSpecification |
UtteranceSpecification.withLocaleId(String localeId)
The locale of the bot that the utterance was made to.
|
UtteranceSpecification |
UtteranceSpecification.withMode(AnalyticsModality mode)
The mode of the session.
|
UtteranceSpecification |
UtteranceSpecification.withMode(String mode)
The mode of the session.
|
UtteranceSpecification |
UtteranceSpecification.withOutputType(String outputType)
The output type of the utterance.
|
UtteranceSpecification |
UtteranceSpecification.withSessionId(String sessionId)
The identifier of the session that the utterance was made in.
|
UtteranceSpecification |
UtteranceSpecification.withSlotsFilledInSession(String slotsFilledInSession)
The slots that have been filled in the session by the time of the utterance.
|
UtteranceSpecification |
UtteranceSpecification.withUtterance(String utterance)
The text of the utterance.
|
UtteranceSpecification |
UtteranceSpecification.withUtteranceRequestId(String utteranceRequestId)
The identifier of the request associated with the utterance.
|
UtteranceSpecification |
UtteranceSpecification.withUtteranceTimestamp(Date utteranceTimestamp)
The date and time when the utterance took place.
|
UtteranceSpecification |
UtteranceSpecification.withUtteranceUnderstood(Boolean utteranceUnderstood)
Specifies whether the bot understood the utterance or not.
|
| Modifier and Type | Method and Description |
|---|---|
List<UtteranceSpecification> |
ListUtteranceAnalyticsDataResult.getUtterances()
A list of objects, each of which contains information about an utterance in a user session with your bot.
|
| Modifier and Type | Method and Description |
|---|---|
ListUtteranceAnalyticsDataResult |
ListUtteranceAnalyticsDataResult.withUtterances(UtteranceSpecification... utterances)
A list of objects, each of which contains information about an utterance in a user session with your bot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUtteranceAnalyticsDataResult.setUtterances(Collection<UtteranceSpecification> utterances)
A list of objects, each of which contains information about an utterance in a user session with your bot.
|
ListUtteranceAnalyticsDataResult |
ListUtteranceAnalyticsDataResult.withUtterances(Collection<UtteranceSpecification> utterances)
A list of objects, each of which contains information about an utterance in a user session with your bot.
|
Copyright © 2023. All rights reserved.