Class SessionConfigRemoteDialogflowQueryParameters
QueryParameters to send to the remote Dialogflow agent when the session control is transferred to the remote agent.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class SessionConfigRemoteDialogflowQueryParameters : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndUserMetadata
Optional. The end user metadata to be sent in QueryParameters.
Declaration
[JsonProperty("endUserMetadata")]
public virtual IDictionary<string, object> EndUserMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
Payload
Optional. The payload to be sent in QueryParameters.
Declaration
[JsonProperty("payload")]
public virtual IDictionary<string, object> Payload { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
WebhookHeaders
Optional. The HTTP headers to be sent as webhook_headers in QueryParameters.
Declaration
[JsonProperty("webhookHeaders")]
public virtual IDictionary<string, string> WebhookHeaders { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |