Class GetAgentRequest (1.8.0)

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

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/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>.

Property Value
TypeDescription
String