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."],[[["This webpage provides reference documentation for the `GetAgentRequest` class within the Dialogflow v3 API, specifically for the .NET environment, spanning multiple versions from 1.0.0 to 2.23.0."],["The `GetAgentRequest` class is used to send a request to the `Agents.GetAgent` method, as part of retrieving specific agent data from Dialogflow."],["The latest version documented is 2.23.0, while the content also includes documentation for multiple previous versions of the API including the classes, methods and property."],["The `GetAgentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object` class, indicating its structure and functionality in the .NET framework."],["The `GetAgentRequest` class has properties like `AgentName` and `Name`, with the `Name` property serving as a requirement to specify the agent path when making a request."]]],[]]