public sealed class GetGenerativeSettingsRequest : IMessage<GetGenerativeSettingsRequest>, IEquatable<GetGenerativeSettingsRequest>, IDeepCloneable<GetGenerativeSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetGenerativeSettingsRequest.
Request for
[GetGenerativeSettings][google.cloud.dialogflow.cx.v3.Agents.GetGenerativeSettings]
RPC.
[[["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."],[[["The latest version of the Dialogflow v3 API class `GetGenerativeSettingsRequest` is 2.23.0, and this page provides access to documentation for versions ranging from 1.0.0 to 2.23.0."],["The `GetGenerativeSettingsRequest` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, contained within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, and is used to request generative settings via the Dialogflow API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["Key properties of the `GetGenerativeSettingsRequest` class include `AgentGenerativeSettingsName`, `LanguageCode`, and `Name`, which are used to specify the agent's settings, the language code, and the resource name, respectively."],["The `GetGenerativeSettingsRequest` class has two constructors available, a default one and one that takes another `GetGenerativeSettingsRequest` instance as a parameter, for example, to copy the information to another instance."]]],[]]