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

GoogleCloudDialogflowCxV3AgentPersonalizationSettings

import type { GoogleCloudDialogflowCxV3AgentPersonalizationSettings } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Settings for end user personalization.

interface GoogleCloudDialogflowCxV3AgentPersonalizationSettings {
defaultEndUserMetadata?: {
[key: string]: any;
}
;
}

§Properties

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

Optional. Default end user metadata, used when processing DetectIntent requests. Recommended to be filled as a template instead of hard-coded value, for example { "age": "$session.params.age" }. The data will be merged with the QueryParameters.end_user_metadata in DetectIntentRequest.query_params during query processing.