Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.PlaybackInterruptionEvent.Builder
-
-
Uses of PlaybackInterruptionEvent.Builder in software.amazon.awssdk.services.lexruntimev2.model
Classes in software.amazon.awssdk.services.lexruntimev2.model that implement PlaybackInterruptionEvent.Builder Modifier and Type Class Description protected static classPlaybackInterruptionEvent.BuilderImplMethods in software.amazon.awssdk.services.lexruntimev2.model that return PlaybackInterruptionEvent.Builder Modifier and Type Method Description static PlaybackInterruptionEvent.BuilderPlaybackInterruptionEvent. builder()PlaybackInterruptionEvent.BuilderPlaybackInterruptionEvent.Builder. causedByEventId(String causedByEventId)The identifier of the event that contained the audio, DTMF, or text that caused the interruption.PlaybackInterruptionEvent.BuilderPlaybackInterruptionEvent.BuilderImpl. causedByEventId(String causedByEventId)PlaybackInterruptionEvent.BuilderPlaybackInterruptionEvent.Builder. eventId(String eventId)A unique identifier of the event sent by Amazon Lex V2.PlaybackInterruptionEvent.BuilderPlaybackInterruptionEvent.BuilderImpl. eventId(String eventId)PlaybackInterruptionEvent.BuilderPlaybackInterruptionEvent.Builder. eventReason(String eventReason)Indicates the type of user input that Amazon Lex V2 detected.PlaybackInterruptionEvent.BuilderPlaybackInterruptionEvent.Builder. eventReason(PlaybackInterruptionReason eventReason)Indicates the type of user input that Amazon Lex V2 detected.PlaybackInterruptionEvent.BuilderPlaybackInterruptionEvent.BuilderImpl. eventReason(String eventReason)PlaybackInterruptionEvent.BuilderPlaybackInterruptionEvent.BuilderImpl. eventReason(PlaybackInterruptionReason eventReason)static PlaybackInterruptionEvent.BuilderStartConversationResponseEventStream. playbackInterruptionEventBuilder()Create a builder for thePlaybackInterruptionEventevent type for this stream.PlaybackInterruptionEvent.BuilderPlaybackInterruptionEvent. toBuilder()Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type PlaybackInterruptionEvent.Builder Modifier and Type Method Description static Class<? extends PlaybackInterruptionEvent.Builder>PlaybackInterruptionEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type PlaybackInterruptionEvent.Builder Modifier and Type Method Description PlaybackInterruptionEventPlaybackInterruptionEvent. copy(Consumer<? super PlaybackInterruptionEvent.Builder> modifier) -
Uses of PlaybackInterruptionEvent.Builder in software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream
Subinterfaces of PlaybackInterruptionEvent.Builder in software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream Modifier and Type Interface Description static interfaceDefaultPlaybackInterruptionEvent.Builder
-