Class GoogleCloudDialogflowCxV3WebhookResponse
Inheritance
GoogleCloudDialogflowCxV3WebhookResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3WebhookResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FulfillmentResponse
Declaration
[JsonProperty("fulfillmentResponse")]
public virtual GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse FulfillmentResponse { get; set; }
Property Value
PageInfo
Declaration
[JsonProperty("pageInfo")]
public virtual GoogleCloudDialogflowCxV3PageInfo PageInfo { get; set; }
Property Value
Payload
Declaration
[JsonProperty("payload")]
public virtual IDictionary<string, object> Payload { get; set; }
Property Value
SessionInfo
Declaration
[JsonProperty("sessionInfo")]
public virtual GoogleCloudDialogflowCxV3SessionInfo SessionInfo { get; set; }
Property Value
TargetFlow
Declaration
[JsonProperty("targetFlow")]
public virtual string TargetFlow { get; set; }
Property Value
TargetPage
Declaration
[JsonProperty("targetPage")]
public virtual string TargetPage { get; set; }
Property Value
Implements