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, detailing its use in retrieving agent information."],["The latest version available for this class is 2.23.0, with a full history of versions also available on the webpage ranging back to version 1.0.0."],["The `GetAgentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities such as message handling, equality checks, deep cloning, and buffer operations."],["This class includes properties like `AgentName` (a typed view) and `Name` (a string), the latter being required and specifying the format to request an agent, such as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e`."],["There are two constructors for `GetAgentRequest`, one being a parameterless constructor and the other taking in an existing `GetAgentRequest` to copy its values over."]]],[]]