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 documentation for the `GetAgentRequest` class within the Google Cloud Dialogflow CX V3 API for .NET."],["The latest version of the `GetAgentRequest` class is 2.23.0, and the page also lists versions of the class back to 1.0.0 with their corresponding links."],["`GetAgentRequest` is used as the request message for the `Agents.GetAgent` method and inherits several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAgentRequest` class has properties such as `AgentName` (of type `AgentName`) and `Name` (of type string), which is required and specifies the agent's resource name."],["The class has two constructors, one default constructor and one that takes another GetAgentRequest object as parameter, for creating copies."]]],[]]