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 page provides documentation for the `GetAgentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET environment."],["The `GetAgentRequest` class is used to retrieve details about a specific agent and is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, with the most recent version being 2.23.0."],["The page lists available versions of the API documentation for the `GetAgentRequest` class, ranging from version 1.0.0 to the latest version 2.23.0."],["`GetAgentRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base object class."],["The `GetAgentRequest` class includes properties such as `AgentName` and `Name`, where `Name` is a required field specifying the agent's resource name."]]],[]]