public sealed class GetAgentRequest : IMessage<GetAgentRequest>, IEquatable<GetAgentRequest>, IDeepCloneable<GetAgentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetAgentRequest.
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 API for .NET, with the latest version being 4.26.0 and the current page content specifically referencing version 4.13.0."],["The `GetAgentRequest` class is used to retrieve an agent and is implemented as a sealed class inheriting from `object`, while also implementing the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The documentation lists several available versions of the API, ranging from 3.2.0 up to 4.26.0, each providing a link to the `GetAgentRequest` documentation for that specific version."],["The `GetAgentRequest` class has constructors for creating instances, either default or by copying from another `GetAgentRequest`, and it includes properties such as `Parent`, `ParentAsLocationName`, `ParentAsProjectName`, and `ParentAsResourceName` to specify the project that the agent belongs to."],["The `GetAgentRequest` class is under the `Google.Cloud.Dialogflow.V2` namespace, within the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]