static IntentResultEvent.Builder |
IntentResultEvent.builder() |
|
IntentResultEvent.Builder |
IntentResultEvent.Builder.eventId(String eventId) |
A unique identifier of the event sent by Amazon Lex V2.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.eventId(String eventId) |
|
IntentResultEvent.Builder |
IntentResultEvent.Builder.inputMode(String inputMode) |
Indicates whether the input to the operation was text, speech, or from a touch-tone keypad.
|
IntentResultEvent.Builder |
IntentResultEvent.Builder.inputMode(InputMode inputMode) |
Indicates whether the input to the operation was text, speech, or from a touch-tone keypad.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.inputMode(String inputMode) |
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.inputMode(InputMode inputMode) |
|
static IntentResultEvent.Builder |
StartConversationResponseEventStream.intentResultEventBuilder() |
Create a builder for the IntentResultEvent event type for this stream.
|
IntentResultEvent.Builder |
IntentResultEvent.Builder.interpretations(Collection<Interpretation> interpretations) |
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
IntentResultEvent.Builder |
IntentResultEvent.Builder.interpretations(Consumer<Interpretation.Builder>... interpretations) |
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
IntentResultEvent.Builder |
IntentResultEvent.Builder.interpretations(Interpretation... interpretations) |
A list of intents that Amazon Lex V2 determined might satisfy the user's utterance.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.interpretations(Collection<Interpretation> interpretations) |
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.interpretations(Consumer<Interpretation.Builder>... interpretations) |
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.interpretations(Interpretation... interpretations) |
|
default IntentResultEvent.Builder |
IntentResultEvent.Builder.recognizedBotMember(Consumer<RecognizedBotMember.Builder> recognizedBotMember) |
The bot member that is processing the intent.
|
IntentResultEvent.Builder |
IntentResultEvent.Builder.recognizedBotMember(RecognizedBotMember recognizedBotMember) |
The bot member that is processing the intent.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.recognizedBotMember(RecognizedBotMember recognizedBotMember) |
|
IntentResultEvent.Builder |
IntentResultEvent.Builder.requestAttributes(Map<String,String> requestAttributes) |
The attributes sent in the request.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.requestAttributes(Map<String,String> requestAttributes) |
|
IntentResultEvent.Builder |
IntentResultEvent.Builder.sessionId(String sessionId) |
The identifier of the session in use.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.sessionId(String sessionId) |
|
default IntentResultEvent.Builder |
IntentResultEvent.Builder.sessionState(Consumer<SessionState.Builder> sessionState) |
Sets the value of the SessionState property for this object.
|
IntentResultEvent.Builder |
IntentResultEvent.Builder.sessionState(SessionState sessionState) |
Sets the value of the SessionState property for this object.
|
IntentResultEvent.Builder |
IntentResultEvent.BuilderImpl.sessionState(SessionState sessionState) |
|
IntentResultEvent.Builder |
IntentResultEvent.toBuilder() |
|