Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.TranscriptEvent
-
Packages that use TranscriptEvent Package Description software.amazon.awssdk.services.lexruntimev2.model software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream -
-
Uses of TranscriptEvent in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return TranscriptEvent Modifier and Type Method Description TranscriptEventTranscriptEvent.BuilderImpl. build()TranscriptEventTranscriptEvent. copy(Consumer<? super TranscriptEvent.Builder> modifier)Methods in software.amazon.awssdk.services.lexruntimev2.model with parameters of type TranscriptEvent Modifier and Type Method Description default voidStartConversationResponseHandler.Visitor. visitTranscriptEvent(TranscriptEvent event)Invoked when aTranscriptEventis encountered.Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type TranscriptEvent Modifier and Type Method Description StartConversationResponseHandler.Visitor.BuilderStartConversationResponseHandler.Visitor.Builder. onTranscriptEvent(Consumer<TranscriptEvent> c)Callback to invoke when aTranscriptEventis visited.Constructors in software.amazon.awssdk.services.lexruntimev2.model with parameters of type TranscriptEvent Constructor Description BuilderImpl(TranscriptEvent model) -
Uses of TranscriptEvent in software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream
Subclasses of TranscriptEvent in software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream Modifier and Type Class Description classDefaultTranscriptEventA specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.TranscriptEventthat represents theStartConversationResponseEventStream$TranscriptEventevent.
-