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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]