Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SimpleResponse.
The simple response message containing speech or text.
Generated from protobuf message google.cloud.dialogflow.v2.Intent.Message.SimpleResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ text_to_speech
string
One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml.
↳ ssml
string
One of text_to_speech or ssml must be provided. Structured spoken response to the user in the SSML format. Mutually exclusive with text_to_speech.
↳ display_text
string
Optional. The text to display.
getTextToSpeech
One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml.
string
setTextToSpeech
One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml.
var
string
$this
getSsml
One of text_to_speech or ssml must be provided. Structured spoken response to the user in the SSML format. Mutually exclusive with text_to_speech.
string
setSsml
One of text_to_speech or ssml must be provided. Structured spoken response to the user in the SSML format. Mutually exclusive with text_to_speech.
var
string
$this
getDisplayText
Optional. The text to display.
string
setDisplayText
Optional. The text to display.
var
string
$this