Intent Rejection Statement Args
data class IntentRejectionStatementArgs(val messages: Output<List<IntentRejectionStatementMessageArgs>>, val responseCard: Output<String>? = null) : ConvertibleToJava<IntentRejectionStatementArgs>
Constructors
Link copied to clipboard
constructor(messages: Output<List<IntentRejectionStatementMessageArgs>>, responseCard: Output<String>? = null)