StartConversationRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The alias identifier in use for the bot that processes the request.

Link copied to clipboard

The identifier of the bot to process the request.

Link copied to clipboard

The conversation type that you are using the Amazon Lex V2. If the conversation mode is AUDIO you can send both audio and DTMF information. If the mode is TEXT you can only send text.

Link copied to clipboard

The locale where the session is in use.

Link copied to clipboard

Represents the stream of events to Amazon Lex V2 from your application. The events are encoded as HTTP/2 data frames.

Link copied to clipboard

The identifier of the user session that is having the conversation.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String