Google Cloud Dialogflow V2Intent Message Simple Response Args
data class GoogleCloudDialogflowV2IntentMessageSimpleResponseArgs(val displayText: Output<String>? = null, val ssml: Output<String>? = null, val textToSpeech: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2IntentMessageSimpleResponseArgs>
The simple response message containing speech or text.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2IntentMessageSimpleResponseArgs(displayText: Output<String>? = null, ssml: Output<String>? = null, textToSpeech: Output<String>? = null)