public sealed class GetAgentRequest : IMessage<GetAgentRequest>, IEquatable<GetAgentRequest>, IDeepCloneable<GetAgentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2 API class GetAgentRequest.
The request message for [Agents.GetAgent][google.cloud.dialogflow.v2.Agents.GetAgent].
Implements
IMessageGetAgentRequest, IEquatableGetAgentRequest, IDeepCloneableGetAgentRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DialogflowV2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
GetAgentRequest()
public GetAgentRequest()GetAgentRequest(GetAgentRequest)
public GetAgentRequest(GetAgentRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | GetAgentRequest | 
Properties
Parent
public string Parent { get; set; }Required. The project that the agent to fetch is associated with.
Format: projects/<Project ID>.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| LocationName | |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| ProjectName | |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| IResourceName | |