ConfigurationEvent

The initial event sent from the application to Amazon Lex V2 to configure the conversation, including session and request attributes and the response content type.

Types

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

Properties

Link copied to clipboard

A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2.

Link copied to clipboard

Determines whether Amazon Lex V2 should send audio responses to the client application.

Link copied to clipboard

A unique identifier that your application assigns to the event. You can use this to identify events in logs.

Link copied to clipboard

Request-specific information passed between the client application and Amazon Lex V2.

Link copied to clipboard

The message that Amazon Lex V2 returns in the response can be either text or speech based on the responseContentType value.

Link copied to clipboard

The state of the user's session with Amazon Lex V2.

Link copied to clipboard

A list of messages to send to the user.

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