Dialogflow v3 API - Class GetAgentRequest (2.12.0)

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].

Inheritance

object > GetAgentRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

GetAgentRequest()

public GetAgentRequest()

GetAgentRequest(GetAgentRequest)

public GetAgentRequest(GetAgentRequest other)
Parameter
NameDescription
otherGetAgentRequest

Properties

AgentName

public AgentName AgentName { get; set; }

AgentName-typed view over the Name resource name property.

Property Value
TypeDescription
AgentName

Name

public string Name { get; set; }

Required. The name of the agent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

Property Value
TypeDescription
string