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 content focuses on the `GetAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, which is used to request agent details."],["The `GetAgentRequest` class is part of the Google Cloud Dialogflow CX V3 API and is used to retrieve an agent using the `Agents.GetAgent` method."],["This page documents the `GetAgentRequest` class across multiple versions of the Dialogflow CX V3 API, ranging from version 1.0.0 up to the latest version, 2.23.0."],["The `GetAgentRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cGetAgentRequest\u003e`, `IDeepCloneable\u003cGetAgentRequest\u003e`, and `IBufferMessage`, and inherits from `Object`."],["The `GetAgentRequest` class has two constructors, one default constructor, and one that takes another `GetAgentRequest` object, and includes properties like `AgentName` and `Name` to specify the agent to retrieve."]]],[]]