Google Cloud Dialogflow V2 Client - Class SimpleResponse (1.4.0)

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.

Parameters
NameDescription
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
TypeDescription
string

setTextToSpeech

One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getDisplayText

Optional. The text to display.

Returns
TypeDescription
string

setDisplayText

Optional. The text to display.

Parameter
NameDescription
var string
Returns
TypeDescription
$this