Class GetAgentRequest (1.0.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

System.Object > GetAgentRequest

Implements

Google.Protobuf.IMessage<GetAgentRequest>, System.IEquatable<GetAgentRequest>, Google.Protobuf.IDeepCloneable<GetAgentRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
System.String