IntentRejectionStatement

data class IntentRejectionStatement(val messages: List<IntentRejectionStatementMessage>, val responseCard: String? = null)

Constructors

Link copied to clipboard
constructor(messages: List<IntentRejectionStatementMessage>, responseCard: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val responseCard: String? = null