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."],[[["The latest version of the `GetAgentRequest` documentation is 2.23.0, while version 1.4.0 is also available and is the main focus of this page."],["The `GetAgentRequest` class is used to request information about an agent through the `Agents.GetAgent` method within Google Cloud Dialogflow CX."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET environment."],["`GetAgentRequest` features two constructors, one being a parameterless constructor and the other allowing the creation of a new `GetAgentRequest` from another pre-existing `GetAgentRequest`."],["The key properties for `GetAgentRequest` are `AgentName`, which provides a typed view over the agent resource name, and `Name`, which specifies the agent's resource name in the format of a project ID, location ID, and agent ID."]]],[]]