PutSessionRequest

Types

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

Properties

Link copied to clipboard

The alias identifier of the bot that receives the session data.

Link copied to clipboard

The identifier of the bot that receives the session data.

Link copied to clipboard

The locale where the session is in use.

Link copied to clipboard

A list of messages to send to the user. Messages are sent in the order that they are defined in the list.

Link copied to clipboard

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

Link copied to clipboard

The message that Amazon Lex V2 returns in the response can be either text or speech depending on the value of this parameter.

Link copied to clipboard

The identifier of the session that receives the session data.

Link copied to clipboard

Sets the state of the session with the user. You can use this to set the current intent, attributes, context, and dialog action. Use the dialog action to determine the next step that Amazon Lex V2 should use in the conversation with the user.

Functions

Link copied to clipboard
inline fun copy(block: PutSessionRequest.Builder.() -> Unit = {}): PutSessionRequest
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