Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3FulfillIntentRequest

Request of FulfillIntent

Inheritance
object
GoogleCloudDialogflowCxV3FulfillIntentRequest
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 GoogleCloudDialogflowCxV3FulfillIntentRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Match

The matched intent/event to fulfill.

Declaration
[JsonProperty("match")]
public virtual GoogleCloudDialogflowCxV3Match Match { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3Match

MatchIntentRequest

Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.

Declaration
[JsonProperty("matchIntentRequest")]
public virtual GoogleCloudDialogflowCxV3MatchIntentRequest MatchIntentRequest { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3MatchIntentRequest

OutputAudioConfig

Instructs the speech synthesizer how to generate output audio.

Declaration
[JsonProperty("outputAudioConfig")]
public virtual GoogleCloudDialogflowCxV3OutputAudioConfig OutputAudioConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3OutputAudioConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX