Class GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse
The simple response message containing speech or text.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse : IDirectResponseSchema
Properties
DisplayText
Optional. The text to display.
Declaration
[JsonProperty("displayText")]
public virtual string DisplayText { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Ssml
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.
Declaration
[JsonProperty("ssml")]
public virtual string Ssml { get; set; }
Property Value
Type | Description |
---|---|
string |
TextToSpeech
One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml.
Declaration
[JsonProperty("textToSpeech")]
public virtual string TextToSpeech { get; set; }
Property Value
Type | Description |
---|---|
string |