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-04-09 UTC."],[[["This webpage provides documentation for the `GetAgentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for fetching agent data in Dialogflow."],["The `GetAgentRequest` class is part of the Google Cloud Dialogflow V2 API, as detailed in the list of available versions from 3.2.0 up to the latest 4.26.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and object management."],["The class has properties such as `Parent` (string) and `ParentAsProjectName` (ProjectName) that are used to specify the project associated with the agent to be retrieved."],["The webpage lists the constructors, inherited members and other relevant attributes, in order to provide a comprehensive definition for the GetAgentRequest class."]]],[]]