dialogflow  v2
Properties | List of all members
Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2OriginalDetectIntentRequest Class Reference

Represents the contents of the original request that was passed to the [Streaming]DetectIntent call. More...

Inheritance diagram for Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2OriginalDetectIntentRequest:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Collections.Generic.IDictionary< string, object > Payload [get, set]
 Optional. This field is set to the value of the QueryParameters.payload field passed in the request. Some integrations that query a Dialogflow agent may provide additional information in the payload. More...
 
virtual string Source [get, set]
 The source of this request, e.g., google, facebook, slack. It is set by Dialogflow-owned servers. More...
 
virtual string Version [get, set]
 Optional. The version of the protocol used for this request. This field is AoG-specific. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

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

Property Documentation

◆ ETag

virtual string Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2OriginalDetectIntentRequest.ETag
getset

The ETag of the item.

◆ Payload

virtual System.Collections.Generic.IDictionary<string,object> Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2OriginalDetectIntentRequest.Payload
getset

Optional. This field is set to the value of the QueryParameters.payload field passed in the request. Some integrations that query a Dialogflow agent may provide additional information in the payload.

In particular for the Telephony Gateway this field has the form: { "telephony": { "caller_id": "+18558363987" } } Note: The caller ID field (caller_id) will be redacted for Standard Edition agents and populated with the caller ID in E.164 format for Enterprise Edition agents.

◆ Source

virtual string Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2OriginalDetectIntentRequest.Source
getset

The source of this request, e.g., google, facebook, slack. It is set by Dialogflow-owned servers.

◆ Version

virtual string Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2OriginalDetectIntentRequest.Version
getset

Optional. The version of the protocol used for this request. This field is AoG-specific.


The documentation for this class was generated from the following file: