public sealed class GetAgentRequest : IMessage<GetAgentRequest>, IEquatable<GetAgentRequest>, IDeepCloneable<GetAgentRequest>, IBufferMessage, IMessage
The request message for [Agents.GetAgent][google.cloud.dialogflow.v2.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 details the `GetAgentRequest` class, which is a request message for the `Agents.GetAgent` method in the Google Cloud Dialogflow V2 API."],["The `GetAgentRequest` class, found within the `Google.Cloud.Dialogflow.V2` namespace, is part of the `Google.Cloud.Dialogflow.V2.dll` assembly and is accessible across versions from 3.2.0 to the latest version, 4.26.0."],["The `GetAgentRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each offering different functionalities and utility."],["Key properties of `GetAgentRequest` include `Parent`, which is a string representing the project associated with the agent, and the `ParentAsLocationName`, `ParentAsProjectName`, and `ParentAsResourceName` properties that provide resource name typed views."],["The class contains two constructors one to create an empty instance and one to create an instance from another `GetAgentRequest`."]]],[]]