DisconnectionEvent
Event sent from the client application to indicate to Amazon Lex V2 that the conversation is over.
Inherited functions
Casts this StartConversationRequestEventStream as a AudioInputEvent and retrieves its aws.sdk.kotlin.services.lexruntimev2.model.AudioInputEvent value. Throws an exception if the StartConversationRequestEventStream is not a AudioInputEvent.
Casts this StartConversationRequestEventStream as a AudioInputEvent and retrieves its aws.sdk.kotlin.services.lexruntimev2.model.AudioInputEvent value. Returns null if the StartConversationRequestEventStream is not a AudioInputEvent.
Casts this StartConversationRequestEventStream as a ConfigurationEvent and retrieves its aws.sdk.kotlin.services.lexruntimev2.model.ConfigurationEvent value. Throws an exception if the StartConversationRequestEventStream is not a ConfigurationEvent.
Casts this StartConversationRequestEventStream as a ConfigurationEvent and retrieves its aws.sdk.kotlin.services.lexruntimev2.model.ConfigurationEvent value. Returns null if the StartConversationRequestEventStream is not a ConfigurationEvent.
Casts this StartConversationRequestEventStream as a DisconnectionEvent and retrieves its aws.sdk.kotlin.services.lexruntimev2.model.DisconnectionEvent value. Throws an exception if the StartConversationRequestEventStream is not a DisconnectionEvent.
Casts this StartConversationRequestEventStream as a DisconnectionEvent and retrieves its aws.sdk.kotlin.services.lexruntimev2.model.DisconnectionEvent value. Returns null if the StartConversationRequestEventStream is not a DisconnectionEvent.
Casts this StartConversationRequestEventStream as a DtmfInputEvent and retrieves its aws.sdk.kotlin.services.lexruntimev2.model.DtmfInputEvent value. Throws an exception if the StartConversationRequestEventStream is not a DtmfInputEvent.
Casts this StartConversationRequestEventStream as a DtmfInputEvent and retrieves its aws.sdk.kotlin.services.lexruntimev2.model.DtmfInputEvent value. Returns null if the StartConversationRequestEventStream is not a DtmfInputEvent.
Casts this StartConversationRequestEventStream as a PlaybackCompletionEvent and retrieves its aws.sdk.kotlin.services.lexruntimev2.model.PlaybackCompletionEvent value. Throws an exception if the StartConversationRequestEventStream is not a PlaybackCompletionEvent.
Casts this StartConversationRequestEventStream as a PlaybackCompletionEvent and retrieves its aws.sdk.kotlin.services.lexruntimev2.model.PlaybackCompletionEvent value. Returns null if the StartConversationRequestEventStream is not a PlaybackCompletionEvent.
Casts this StartConversationRequestEventStream as a TextInputEvent and retrieves its aws.sdk.kotlin.services.lexruntimev2.model.TextInputEvent value. Throws an exception if the StartConversationRequestEventStream is not a TextInputEvent.
Casts this StartConversationRequestEventStream as a TextInputEvent and retrieves its aws.sdk.kotlin.services.lexruntimev2.model.TextInputEvent value. Returns null if the StartConversationRequestEventStream is not a TextInputEvent.