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 `GetGenerativeSettingsRequest` class is part of the Dialogflow v3 API, used to retrieve generative settings for an agent, which is implemented through multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is `2.23.0`, and the content shows a comprehensive history of versions down to `1.0.0`, providing access to previous iterations of the API class."],["The class includes properties such as `AgentGenerativeSettingsName`, which provides a typed view over the resource name, and `LanguageCode`, which specifies the language for the generative settings."],["The `Name` property of `GetGenerativeSettingsRequest` is a required field and follows a specific format, `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/generativeSettings`, necessary to obtain generative settings."],["Two constructors are available for the class, a default `GetGenerativeSettingsRequest()` and one with parameter `GetGenerativeSettingsRequest`, that allows to create an instance of the `GetGenerativeSettingsRequest` class."]]],[]]