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].
Implements
IMessageGetAgentRequest, IEquatableGetAgentRequest, IDeepCloneableGetAgentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
GetAgentRequest()
public GetAgentRequest()
GetAgentRequest(GetAgentRequest)
public GetAgentRequest(GetAgentRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetAgentRequest |
Properties
AgentName
public AgentName AgentName { get; set; }
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |