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 reference documentation for the `GetAgentRequest` class within the Google Cloud Dialogflow CX V3 API."],["The `GetAgentRequest` class is used to define the request message for retrieving an agent, as specified by `Agents.GetAgent`."],["The `GetAgentRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors, `GetAgentRequest()` and `GetAgentRequest(GetAgentRequest other)`, and the class has two properties, `AgentName` which is of type `AgentName` and `Name` which is a string representing the resource name."],["The provided content covers a range of API versions from 1.0.0 to the latest 2.23.0, all of which include the `GetAgentRequest` documentation."]]],[]]