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 Google.Cloud.Dialogflow.Cx.V3 namespace for .NET."],["The `GetAgentRequest` class is part of the Dialogflow v3 API and is used to retrieve information about an agent through the `Agents.GetAgent` method."],["The latest version of the reference is 2.23.0, and the page also links to versions all the way back to 1.0.0, providing a comprehensive version history."],["`GetAgentRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAgentRequest` class includes properties such as `AgentName` (a typed resource name) and `Name` (a string representing the agent's resource name in a specific format), which are essential for querying agent data."]]],[]]