Google Cloud Dialogflow v2beta1 API - Class WebhookRequest (1.0.0-beta14)

public sealed class WebhookRequest : IMessage<WebhookRequest>, IEquatable<WebhookRequest>, IDeepCloneable<WebhookRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class WebhookRequest.

The request message for a webhook call.

Inheritance

object > WebhookRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

WebhookRequest()

public WebhookRequest()

WebhookRequest(WebhookRequest)

public WebhookRequest(WebhookRequest other)
Parameter
NameDescription
otherWebhookRequest

Properties

AlternativeQueryResults

public RepeatedField<QueryResult> AlternativeQueryResults { get; }

Alternative query results from KnowledgeService.

Property Value
TypeDescription
RepeatedFieldQueryResult

OriginalDetectIntentRequest

public OriginalDetectIntentRequest OriginalDetectIntentRequest { get; set; }

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

Property Value
TypeDescription
OriginalDetectIntentRequest

QueryResult

public QueryResult QueryResult { get; set; }

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

Property Value
TypeDescription
QueryResult

ResponseId

public string ResponseId { get; set; }

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

Property Value
TypeDescription
string

Session

public string Session { get; set; }

The unique identifier of detectIntent request session. Can be used to identify end-user inside webhook implementation. Supported formats:

  • `projects/<Project ID>/agent/sessions/<Session ID>,
  • projects/<Project ID>/locations/<Location ID>/agent/sessions/<Session ID>,
  • projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session ID>,
  • projects/<Project ID>/locations/<Location ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session ID>,
Property Value
TypeDescription
string