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."],[[["The latest version of the Dialogflow v3 API for .NET is 2.23.0, with a full list of available versions ranging from 1.0.0 to 2.23.0, all of which include the `GetAgentRequest` class."],["The `GetAgentRequest` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, is used to make requests to retrieve agent information from the Dialogflow service."],["The `GetAgentRequest` class inherits from object and implements several interfaces, including `IMessage`, `IEquatable\u003cGetAgentRequest\u003e`, `IDeepCloneable\u003cGetAgentRequest\u003e`, and `IBufferMessage`."],["The `GetAgentRequest` class has two constructors, a default constructor, and one that takes another `GetAgentRequest` object as a parameter."],["The `GetAgentRequest` class contains two properties: `AgentName`, which provides a typed view over the agent's resource name, and `Name`, which specifies the required name of the agent using a specific format."]]],[]]