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 webpage provides documentation for the `GetAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used to retrieve agent information."],["The latest version of the API available is 2.23.0, and it supports a list of versions down to 1.0.0, each linking to their respective documentation for the `GetAgentRequest`."],["`GetAgentRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAgentRequest` class has two constructors, a default constructor and a copy constructor that takes another `GetAgentRequest` as a parameter."],["The `GetAgentRequest` has two properties: `AgentName`, which is a typed view over the resource name, and `Name`, which is the required agent identifier."]]],[]]