Class GoogleCloudDialogflowV2WebhookRequest
Inheritance
GoogleCloudDialogflowV2WebhookRequest
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2WebhookRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
OriginalDetectIntentRequest
Declaration
[JsonProperty("originalDetectIntentRequest")]
public virtual GoogleCloudDialogflowV2OriginalDetectIntentRequest OriginalDetectIntentRequest { get; set; }
Property Value
QueryResult
Declaration
[JsonProperty("queryResult")]
public virtual GoogleCloudDialogflowV2QueryResult QueryResult { get; set; }
Property Value
ResponseId
Declaration
[JsonProperty("responseId")]
public virtual string ResponseId { get; set; }
Property Value
Session
Declaration
[JsonProperty("session")]
public virtual string Session { get; set; }
Property Value
Implements