Show / Hide Table of Contents

Class GoogleCloudDialogflowV2IntentMessageSimpleResponse

The simple response message containing speech or text.

Inheritance
object
GoogleCloudDialogflowV2IntentMessageSimpleResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowV2IntentMessageSimpleResponse : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX