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
Namespace
Google \ Cloud \ Dialogflow \ V2 \ Intent \ MessageMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
string |
setTextToSpeech
One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayText
Optional. The text to display.
Returns | |
---|---|
Type | Description |
string |
setDisplayText
Optional. The text to display.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |