Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.PlaybackInterruptionEvent
-
-
Uses of PlaybackInterruptionEvent in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return PlaybackInterruptionEvent Modifier and Type Method Description PlaybackInterruptionEventPlaybackInterruptionEvent.BuilderImpl. build()PlaybackInterruptionEventPlaybackInterruptionEvent. copy(Consumer<? super PlaybackInterruptionEvent.Builder> modifier)Methods in software.amazon.awssdk.services.lexruntimev2.model with parameters of type PlaybackInterruptionEvent Modifier and Type Method Description default voidStartConversationResponseHandler.Visitor. visitPlaybackInterruptionEvent(PlaybackInterruptionEvent event)Invoked when aPlaybackInterruptionEventis encountered.Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type PlaybackInterruptionEvent Modifier and Type Method Description StartConversationResponseHandler.Visitor.BuilderStartConversationResponseHandler.Visitor.Builder. onPlaybackInterruptionEvent(Consumer<PlaybackInterruptionEvent> c)Callback to invoke when aPlaybackInterruptionEventis visited.Constructors in software.amazon.awssdk.services.lexruntimev2.model with parameters of type PlaybackInterruptionEvent Constructor Description BuilderImpl(PlaybackInterruptionEvent model) -
Uses of PlaybackInterruptionEvent in software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream
Subclasses of PlaybackInterruptionEvent in software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream Modifier and Type Class Description classDefaultPlaybackInterruptionEventA specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.PlaybackInterruptionEventthat represents theStartConversationResponseEventStream$PlaybackInterruptionEventevent.
-