Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.StartConversationResponseEventStream
-
-
Uses of StartConversationResponseEventStream in software.amazon.awssdk.services.lexruntimev2.model
Classes in software.amazon.awssdk.services.lexruntimev2.model that implement StartConversationResponseEventStream Modifier and Type Class Description classAudioResponseEventAn event sent from Amazon Lex V2 to your client application containing audio to play to the user.classHeartbeatEventEvent that Amazon Lex V2 sends to indicate that the stream is still open between the client application and Amazon Lex V2classIntentResultEventContains the current state of the conversation between the client application and Amazon Lex V2.classPlaybackInterruptionEventEvent sent from Amazon Lex V2 to indicate to the client application should stop playback of audio.classTextResponseEventThe event sent from Amazon Lex V2 to your application with text to present to the user.classTranscriptEventEvent sent from Amazon Lex V2 to your client application that contains a transcript of voice audio.Fields in software.amazon.awssdk.services.lexruntimev2.model declared as StartConversationResponseEventStream Modifier and Type Field Description static StartConversationResponseEventStreamStartConversationResponseEventStream. UNKNOWNSpecial type ofStartConversationResponseEventStreamfor unknown types of events that this version of the SDK does not know aboutMethods in software.amazon.awssdk.services.lexruntimev2.model with parameters of type StartConversationResponseEventStream Modifier and Type Method Description default voidStartConversationResponseHandler.Visitor. visitDefault(StartConversationResponseEventStream event)A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type StartConversationResponseEventStream Modifier and Type Method Description StartConversationResponseHandler.Visitor.BuilderStartConversationResponseHandler.Visitor.Builder. onDefault(Consumer<StartConversationResponseEventStream> c)Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of StartConversationResponseEventStream in software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream
Classes in software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream that implement StartConversationResponseEventStream Modifier and Type Class Description classDefaultAudioResponseEventA specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.AudioResponseEventthat represents theStartConversationResponseEventStream$AudioResponseEventevent.classDefaultHeartbeatEventA specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.HeartbeatEventthat represents theStartConversationResponseEventStream$HeartbeatEventevent.classDefaultIntentResultEventA specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.IntentResultEventthat represents theStartConversationResponseEventStream$IntentResultEventevent.classDefaultPlaybackInterruptionEventA specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.PlaybackInterruptionEventthat represents theStartConversationResponseEventStream$PlaybackInterruptionEventevent.classDefaultTextResponseEventA specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.TextResponseEventthat represents theStartConversationResponseEventStream$TextResponseEventevent.classDefaultTranscriptEventA specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.TranscriptEventthat represents theStartConversationResponseEventStream$TranscriptEventevent.
-