SessionConfigRemoteDialogflowQueryParameters
import type { SessionConfigRemoteDialogflowQueryParameters } from "https://googleapis.deno.dev/v1/ces:v1.ts";QueryParameters to send to the remote Dialogflow agent when the session control is transferred to the remote agent.
interface SessionConfigRemoteDialogflowQueryParameters {
endUserMetadata?: {};
[key: string]: any;
payload?: {};
[key: string]: any;
webhookHeaders?: {};
}[key: string]: string;
§Properties
§
endUserMetadata?: {}
[src][key: string]: any;
Optional. The end user metadata to be sent in QueryParameters.
§
payload?: {}
[src][key: string]: any;
Optional. The payload to be sent in QueryParameters.
§
webhookHeaders?: {}
[src][key: string]: string;
Optional. The HTTP headers to be sent as webhook_headers in QueryParameters.