Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.IntentResultEvent
-
Packages that use IntentResultEvent Package Description software.amazon.awssdk.services.lexruntimev2.model software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream -
-
Uses of IntentResultEvent in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return IntentResultEvent Modifier and Type Method Description IntentResultEventIntentResultEvent.BuilderImpl. build()IntentResultEventIntentResultEvent. copy(Consumer<? super IntentResultEvent.Builder> modifier)Methods in software.amazon.awssdk.services.lexruntimev2.model with parameters of type IntentResultEvent Modifier and Type Method Description default voidStartConversationResponseHandler.Visitor. visitIntentResultEvent(IntentResultEvent event)Invoked when aIntentResultEventis encountered.Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type IntentResultEvent Modifier and Type Method Description StartConversationResponseHandler.Visitor.BuilderStartConversationResponseHandler.Visitor.Builder. onIntentResultEvent(Consumer<IntentResultEvent> c)Callback to invoke when aIntentResultEventis visited.Constructors in software.amazon.awssdk.services.lexruntimev2.model with parameters of type IntentResultEvent Constructor Description BuilderImpl(IntentResultEvent model) -
Uses of IntentResultEvent in software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream
Subclasses of IntentResultEvent in software.amazon.awssdk.services.lexruntimev2.model.startconversationresponseeventstream Modifier and Type Class Description classDefaultIntentResultEventA specialization ofsoftware.amazon.awssdk.services.lexruntimev2.model.IntentResultEventthat represents theStartConversationResponseEventStream$IntentResultEventevent.
-