Message

class Message

The object that provides message text and its type.

Types

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

Properties

Link copied to clipboard

A message in a custom format defined by the client application.

Link copied to clipboard

A message that defines a response card that the client application can show to the user.

Link copied to clipboard

A message in plain text format.

Link copied to clipboard

A message in Speech Synthesis Markup Language (SSML).

Functions

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