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 document provides a comprehensive list of versions for the `GetAgentRequest` class, ranging from version 1.0.0 to the latest version 2.23.0, within the Google.Cloud.Dialogflow.Cx.V3 namespace."],["The `GetAgentRequest` class is a request message for the `Agents.GetAgent` method in the Google Cloud Dialogflow CX v3 API, with the purpose of being the method that gets an agent."],["The class implements several interfaces, including `IMessage\u003cGetAgentRequest\u003e`, `IEquatable\u003cGetAgentRequest\u003e`, `IDeepCloneable\u003cGetAgentRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class offers two constructors, a default one and one that accepts another instance of the `GetAgentRequest` to copy its values."],["`GetAgentRequest` includes properties such as `AgentName` and `Name`, with the `Name` property being required and specifying the format for identifying the agent."]]],[]]