public sealed class GetAgentRequest : IMessage<GetAgentRequest>, IEquatable<GetAgentRequest>, IDeepCloneable<GetAgentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetAgentRequest.
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 reference documentation for the `GetAgentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, covering versions from 1.0.0 to the latest version 2.23.0."],["`GetAgentRequest` is a class used in the Dialogflow v3 API for retrieving agent information, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAgentRequest` class includes a constructor and two main properties: `AgentName` (a typed view of the resource name) and `Name` (the string representation of the agent's name in a specified format)."],["The documentation shows that the content of the webpage is mainly focused on the class `GetAgentRequest` and the list of different versions available."],["The latest version available of `GetAgentRequest` is 2.23.0, and there are many previous versions of this class available as listed on the page."]]],[]]