Class GoogleCloudDialogflowV2beta1WebhookResponse
Inheritance
GoogleCloudDialogflowV2beta1WebhookResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1WebhookResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndInteraction
Declaration
[JsonProperty("endInteraction")]
public virtual bool? EndInteraction { get; set; }
Property Value
Declaration
[JsonProperty("followupEventInput")]
public virtual GoogleCloudDialogflowV2beta1EventInput FollowupEventInput { get; set; }
Property Value
FulfillmentMessages
Declaration
[JsonProperty("fulfillmentMessages")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessage> FulfillmentMessages { get; set; }
Property Value
FulfillmentText
Declaration
[JsonProperty("fulfillmentText")]
public virtual string FulfillmentText { get; set; }
Property Value
LiveAgentHandoff
Declaration
[JsonProperty("liveAgentHandoff")]
public virtual bool? LiveAgentHandoff { get; set; }
Property Value
OutputContexts
Declaration
[JsonProperty("outputContexts")]
public virtual IList<GoogleCloudDialogflowV2beta1Context> OutputContexts { get; set; }
Property Value
Payload
Declaration
[JsonProperty("payload")]
public virtual IDictionary<string, object> Payload { get; set; }
Property Value
SessionEntityTypes
Declaration
[JsonProperty("sessionEntityTypes")]
public virtual IList<GoogleCloudDialogflowV2beta1SessionEntityType> SessionEntityTypes { get; set; }
Property Value
Source
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
Implements