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 for .NET is 2.23.0, with a comprehensive list of versions down to 1.0.0 available."],["The content focuses on the `GetGenerativeSettingsRequest` class, which is used to retrieve generative settings for Dialogflow agents via an RPC call."],["The `GetGenerativeSettingsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class constructor and properties, such as `AgentGenerativeSettingsName`, `LanguageCode`, and `Name`, are detailed to show the class structure and the required parameters."],["The primary function of the class is to facilitate the retrieval of generative settings for a specific agent within a project and location, identified by a structured name."]]],[]]