Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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?: {
[key: string]: any;
}
[src]

Optional. The end user metadata to be sent in QueryParameters.

§
payload?: {
[key: string]: any;
}
[src]

Optional. The payload to be sent in QueryParameters.

§
webhookHeaders?: {
[key: string]: string;
}
[src]

Optional. The HTTP headers to be sent as webhook_headers in QueryParameters.