Class TrainAgentRequest (3.2.0)

public sealed class TrainAgentRequest : IMessage<TrainAgentRequest>, IEquatable<TrainAgentRequest>, IDeepCloneable<TrainAgentRequest>, IBufferMessage, IMessage

The request message for [Agents.TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent].

Inheritance

Object > TrainAgentRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

TrainAgentRequest()

public TrainAgentRequest()

TrainAgentRequest(TrainAgentRequest)

public TrainAgentRequest(TrainAgentRequest other)
Parameter
NameDescription
otherTrainAgentRequest

Properties

Parent

public string Parent { get; set; }

Required. The project that the agent to train is associated with. Format: projects/{Project ID}.

Property Value
TypeDescription
String

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName