CustomPayload

A custom response string that Amazon Lex sends to your application. You define the content and structure the string.

Types

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

Properties

Link copied to clipboard

The string that is sent to your application.

Functions

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