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 page provides documentation for the `GetAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used to request agent information in Dialogflow CX."],["`GetAgentRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and efficient buffer operations."],["The class features two constructors, one default and another to create a new instance by copying an existing `GetAgentRequest` object, and it has two properties, `AgentName` and `Name`, to define the requested agent."],["Multiple versions of the `GetAgentRequest` class are documented, ranging from version 1.0.0 to the latest version 2.23.0, with links to the reference documentation for each."],["The `GetAgentRequest` is a request message used with the `Agents.GetAgent` function, to call for an agent from a project, based on their ID."]]],[]]