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 provided content is a documentation page for the `GetAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET library, showing the different versions of the library, from 1.0.0 to 2.23.0 (latest)."],["The `GetAgentRequest` class is used to send a request to the `Agents.GetAgent` method, and it implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the `Object` class and has two constructors: a default constructor and one that takes another `GetAgentRequest` object as a parameter, additionally having two properties, `AgentName` and `Name`."],["The `Name` property of the `GetAgentRequest` class is a string representing the agent's name in the format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e`, and is required to be set."],["The current version of the document, as seen at the top, is listed as 1.12.0, despite there being subsequent versions available, and the documentation itself covers the methods, properties and constructor of the `GetAgentRequest` class."]]],[]]