Show / Hide Table of Contents

Class GoogleCloudDialogflowV2WebhookRequest

The request message for a webhook call.

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

Properties

ETag

The ETag of the item.

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

OriginalDetectIntentRequest

Optional. The contents of the original request that was passed to [Streaming]DetectIntent call.

Declaration
[JsonProperty("originalDetectIntentRequest")]
public virtual GoogleCloudDialogflowV2OriginalDetectIntentRequest OriginalDetectIntentRequest { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2OriginalDetectIntentRequest

QueryResult

The result of the conversational query or event processing. Contains the same value as [Streaming]DetectIntentResponse.query_result.

Declaration
[JsonProperty("queryResult")]
public virtual GoogleCloudDialogflowV2QueryResult QueryResult { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2QueryResult

ResponseId

The unique identifier of the response. Contains the same value as [Streaming]DetectIntentResponse.response_id.

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

Session

The unique identifier of detectIntent request session. Can be used to identify end-user inside webhook implementation. Format: projects//agent/sessions/, or projects//agent/environments//users//sessions/.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX