public sealed class Agent.Types.PersonalizationSettings : IMessage<Agent.Types.PersonalizationSettings>, IEquatable<Agent.Types.PersonalizationSettings>, IDeepCloneable<Agent.Types.PersonalizationSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Agent.Types.PersonalizationSettings.
public Struct DefaultEndUserMetadata { get; set; }
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][google.cloud.dialogflow.cx.v3.QueryParameters.end_user_metadata]
in
[DetectIntentRequest.query_params][google.cloud.dialogflow.cx.v3.DetectIntentRequest.query_params]
during query processing.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `Agent.Types.PersonalizationSettings` class within the Dialogflow v3 API, specifically for .NET development."],["The `Agent.Types.PersonalizationSettings` class allows for the configuration of settings related to end-user personalization within Dialogflow CX agents."],["There is an extensive list of versions available for this API class, with the latest being version 2.23.0 and a wide selection of versions going back to 1.0.0."],["The `PersonalizationSettings` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling, comparison, cloning, and buffer management."],["The `DefaultEndUserMetadata` property allows for specifying default metadata for end users, which can be used during intent detection and is merged with any provided metadata during the processing of a query."]]],[]]