ResponseCard

If you configure a response card when creating your bots, Amazon Lex substitutes the session attributes and slot values that are available, and then returns it. The response card can also come from a Lambda function ( dialogCodeHook and fulfillmentActivity on an intent).

Types

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

Properties

Link copied to clipboard

The content type of the response.

Link copied to clipboard

An array of attachment objects representing options.

Link copied to clipboard

The version of the response card format.

Functions

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