PostTextRequest

Types

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

Properties

Link copied to clipboard

A list of contexts active for the request. A context can be activated when a previous intent is fulfilled, or by including the context in the request,

Link copied to clipboard

The alias of the Amazon Lex bot.

Link copied to clipboard

The name of the Amazon Lex bot.

Link copied to clipboard

The text that the user entered (Amazon Lex interprets this text).

Link copied to clipboard

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

Link copied to clipboard

Application-specific information passed between Amazon Lex and a client application.

Link copied to clipboard

The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot. At runtime, each request must contain the userID field.

Functions

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