public sealed class SessionConfig.Types.RemoteDialogflowQueryParameters : IMessage<SessionConfig.Types.RemoteDialogflowQueryParameters>, IEquatable<SessionConfig.Types.RemoteDialogflowQueryParameters>, IDeepCloneable<SessionConfig.Types.RemoteDialogflowQueryParameters>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class SessionConfig.Types.RemoteDialogflowQueryParameters.
QueryParameters to send to the remote Dialogflow agent when the session control is transferred to the remote agent.
Implements
IMessageSessionConfigTypesRemoteDialogflowQueryParameters, IEquatableSessionConfigTypesRemoteDialogflowQueryParameters, IDeepCloneableSessionConfigTypesRemoteDialogflowQueryParameters, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
RemoteDialogflowQueryParameters()
public RemoteDialogflowQueryParameters()RemoteDialogflowQueryParameters(RemoteDialogflowQueryParameters)
public RemoteDialogflowQueryParameters(SessionConfig.Types.RemoteDialogflowQueryParameters other)| Parameter | |
|---|---|
| Name | Description |
other |
SessionConfigTypesRemoteDialogflowQueryParameters |
Properties
EndUserMetadata
public Struct EndUserMetadata { get; set; }Optional. The end user metadata to be sent in QueryParameters.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|
Payload
public Struct Payload { get; set; }Optional. The payload to be sent in QueryParameters.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|
WebhookHeaders
public MapField<string, string> WebhookHeaders { get; }Optional. The HTTP headers to be sent as webhook_headers in QueryParameters.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|