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 provides a comprehensive list of versions for `GetAgentRequest`, ranging from version 1.0.0 to the latest version, 2.23.0, in the Google.Cloud.Dialogflow.Cx.V3 namespace."],["`GetAgentRequest` is a class used as the request message for `Agents.GetAgent` within the Google Cloud Dialogflow CX v3 API."],["The class `GetAgentRequest` inherits from `Object` and implements `IMessage`, `IEquatable\u003cGetAgentRequest\u003e`, `IDeepCloneable\u003cGetAgentRequest\u003e`, and `IBufferMessage`."],["Key properties of the `GetAgentRequest` class include `AgentName` which is an `AgentName`-typed view and `Name`, representing the resource name of the agent in a specific format."],["There are two constructors available for creating an instance of `GetAgentRequest`, one being a parameterless constructor and the other accepting an existing `GetAgentRequest` object."]]],[]]