UtteranceSpecification.Builder |
UtteranceSpecification.Builder.associatedIntentName(String associatedIntentName) |
The name of the intent that the utterance is associated to.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.associatedSlotName(String associatedSlotName) |
The name of the slot that the utterance is associated to.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.audioVoiceDurationMillis(Long audioVoiceDurationMillis) |
The duration in milliseconds of the audio associated with the utterance.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.botAliasId(String botAliasId) |
The identifier of the alias of the bot that the utterance was made to.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.botResponseAudioVoiceId(String botResponseAudioVoiceId) |
The identifier for the audio of the bot response.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.botResponses(Collection<UtteranceBotResponse> botResponses) |
A list of objects containing information about the bot response to the utterance.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.botResponses(Consumer<UtteranceBotResponse.Builder>... botResponses) |
A list of objects containing information about the bot response to the utterance.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.botResponses(UtteranceBotResponse... botResponses) |
A list of objects containing information about the bot response to the utterance.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.botVersion(String botVersion) |
The version of the bot that the utterance was made to.
|
static UtteranceSpecification.Builder |
UtteranceSpecification.builder() |
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.channel(String channel) |
The channel that is integrated with the bot that the utterance was made to.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.conversationEndTime(Instant conversationEndTime) |
The date and time when the conversation in which the utterance took place ended.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.conversationStartTime(Instant conversationStartTime) |
The date and time when the conversation in which the utterance took place began.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.dialogActionType(String dialogActionType) |
The type of dialog action that the utterance is associated to.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.inputType(String inputType) |
The input type of the utterance.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.intentState(String intentState) |
The state of the intent that the utterance is associated to.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.intentState(IntentState intentState) |
The state of the intent that the utterance is associated to.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.localeId(String localeId) |
The locale of the bot that the utterance was made to.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.mode(String mode) |
The mode of the session.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.mode(AnalyticsModality mode) |
The mode of the session.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.outputType(String outputType) |
The output type of the utterance.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.sessionId(String sessionId) |
The identifier of the session that the utterance was made in.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.slotsFilledInSession(String slotsFilledInSession) |
The slots that have been filled in the session by the time of the utterance.
|
UtteranceSpecification.Builder |
UtteranceSpecification.toBuilder() |
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.utterance(String utterance) |
The text of the utterance.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.utteranceRequestId(String utteranceRequestId) |
The identifier of the request associated with the utterance.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.utteranceTimestamp(Instant utteranceTimestamp) |
The date and time when the utterance took place.
|
UtteranceSpecification.Builder |
UtteranceSpecification.Builder.utteranceUnderstood(Boolean utteranceUnderstood) |
Specifies whether the bot understood the utterance or not.
|