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