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."],[[["This page details the `GetAgentRequest` class, which is used to request agent information in the Google Cloud Dialogflow CX V3 API."],["The latest version of the API is 2.23.0, and this page lists all versions from 2.23.0 down to 1.0.0, with each version providing a link to its specific documentation for the `GetAgentRequest`."],["The `GetAgentRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetAgentRequest` class has two constructors and two properties, `AgentName` which provides a typed view over the `Name` resource, and `Name` which is a required string representing the agent's resource name."],["The Google.Cloud.Dialogflow.Cx.V3 assembly is in the Google.Cloud.Dialogflow.Cx.V3.dll."]]],[]]