Show / Hide Table of Contents

Class GoogleCloudDialogflowV2WebhookResponse

Inheritance
object
GoogleCloudDialogflowV2WebhookResponse
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.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2WebhookResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FollowupEventInput

Declaration
[JsonProperty("followupEventInput")]
public virtual GoogleCloudDialogflowV2EventInput FollowupEventInput { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2EventInput

FulfillmentMessages

Declaration
[JsonProperty("fulfillmentMessages")]
public virtual IList<GoogleCloudDialogflowV2IntentMessage> FulfillmentMessages { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2IntentMessage>

FulfillmentText

Declaration
[JsonProperty("fulfillmentText")]
public virtual string FulfillmentText { get; set; }
Property Value
Type Description
string

OutputContexts

Declaration
[JsonProperty("outputContexts")]
public virtual IList<GoogleCloudDialogflowV2Context> OutputContexts { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2Context>

Payload

Declaration
[JsonProperty("payload")]
public virtual IDictionary<string, object> Payload { get; set; }
Property Value
Type Description
IDictionary<string, object>

SessionEntityTypes

Declaration
[JsonProperty("sessionEntityTypes")]
public virtual IList<GoogleCloudDialogflowV2SessionEntityType> SessionEntityTypes { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2SessionEntityType>

Source

Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX