Dispatch Rule Notify Template Args
data class DispatchRuleNotifyTemplateArgs(val emailContent: Output<String>, val emailRecoverContent: Output<String>, val emailRecoverTitle: Output<String>, val emailTitle: Output<String>, val robotContent: Output<String>, val smsContent: Output<String>, val smsRecoverContent: Output<String>, val ttsContent: Output<String>, val ttsRecoverContent: Output<String>) : ConvertibleToJava<DispatchRuleNotifyTemplateArgs>
Properties
Link copied to clipboard
The content of the email notification.
Link copied to clipboard
The content of the email notification for restored alerts.
Link copied to clipboard
The title of the email notification for restored alerts.
Link copied to clipboard
The title of the email notification.
Link copied to clipboard
The content of the robot notification.
Link copied to clipboard
The content of the SMS notification.
Link copied to clipboard
The content of the SMS notification for restored alerts.
Link copied to clipboard
The content of the TTS notification.
Link copied to clipboard
The content of the TTS notification for restored alerts.