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 webpage provides documentation for the `GetGenerativeSettingsRequest` class within the Google Cloud Dialogflow CX V3 API, specifically for .NET."],["The content lists various versions of the API, ranging from the latest version 2.23.0 down to version 1.0.0, with links to the respective documentation for the `GetGenerativeSettingsRequest` for each."],["The `GetGenerativeSettingsRequest` class is a request object used to retrieve generative settings from an agent and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `AgentGenerativeSettingsName`, `LanguageCode`, and `Name`, to specify the settings being requested and the associated agent."],["The available constructors for the class are `GetGenerativeSettingsRequest()` and `GetGenerativeSettingsRequest(GetGenerativeSettingsRequest other)`."]]],[]]