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 implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `GetAgentRequest` documentation is version 2.23.0, while the current page's content focuses on version 1.10.0, with numerous other versions also available."],["`GetAgentRequest` has two constructors, a default one, and another that copies the values from an existing `GetAgentRequest` object, providing flexibility when creating new instances."],["The `GetAgentRequest` class has two properties: `AgentName`, which is a strongly typed view over the agent's name, and `Name`, a string representing the resource name of the agent, used to identify the desired agent."]]],[]]