public sealed class GetAgentRequest : IMessage<GetAgentRequest>, IEquatable<GetAgentRequest>, IDeepCloneable<GetAgentRequest>, IBufferMessage, IMessage
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."],[[["The webpage provides documentation for the `GetAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["The `GetAgentRequest` class is used to construct request messages for retrieving agent information through the `Agents.GetAgent` method in the Dialogflow CX API."],["The page offers version-specific links for the `GetAgentRequest` class, ranging from version 1.0.0 to the latest version, 2.23.0, allowing users to view documentation relevant to their project's requirements."],["`GetAgentRequest` is a class that inherits from Object and implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["Key properties of `GetAgentRequest` include `AgentName` which has a type of AgentName, and `Name`, a string property which stores the agent's resource name in a specified format."]]],[]]