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