public sealed class GetAgentRequest : IMessage<GetAgentRequest>, IEquatable<GetAgentRequest>, IDeepCloneable<GetAgentRequest>, IBufferMessage, IMessageThe request message for [Agents.GetAgent][google.cloud.dialogflow.cx.v3.Agents.GetAgent].
Implements
IMessage<GetAgentRequest>, IEquatable<GetAgentRequest>, IDeepCloneable<GetAgentRequest>, 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 |
|