public sealed class GetAgentRequest : IMessage<GetAgentRequest>, IEquatable<GetAgentRequest>, IDeepCloneable<GetAgentRequest>, IBufferMessage, IMessage
The request message for [Agents.GetAgent][google.cloud.dialogflow.cx.v3.Agents.GetAgent].
[[["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 webpage provides documentation for the `GetAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["The `GetAgentRequest` class is used to retrieve information about an agent and is a request message for `Agents.GetAgent` within Google Cloud's Dialogflow CX."],["The documentation lists multiple versions of the `GetAgentRequest` class, ranging from version 1.0.0 to the latest version 2.23.0, with links to the documentation for each version."],["`GetAgentRequest` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable\u003cGetAgentRequest\u003e`, `IDeepCloneable\u003cGetAgentRequest\u003e`, and `IBufferMessage`."],["The class has two constructors and two properties: `AgentName`, which is a typed view over the `Name` property, and `Name`, which represents the required name of the agent in a specific format."]]],[]]