public sealed class GeneratorEvaluationOperationMetadata : IMessage<GeneratorEvaluationOperationMetadata>, IEquatable<GeneratorEvaluationOperationMetadata>, IDeepCloneable<GeneratorEvaluationOperationMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GeneratorEvaluationOperationMetadata.
Metadata for a [GeneratorEvaluations.CreateGeneratorEvaluation][google.cloud.dialogflow.v2beta1.GeneratorEvaluations.CreateGeneratorEvaluation] operation.
Implements
IMessageGeneratorEvaluationOperationMetadata, IEquatableGeneratorEvaluationOperationMetadata, IDeepCloneableGeneratorEvaluationOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
GeneratorEvaluationOperationMetadata()
public GeneratorEvaluationOperationMetadata()GeneratorEvaluationOperationMetadata(GeneratorEvaluationOperationMetadata)
public GeneratorEvaluationOperationMetadata(GeneratorEvaluationOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
GeneratorEvaluationOperationMetadata |
Properties
GeneratorEvaluation
public string GeneratorEvaluation { get; set; }Output only. The resource name of the generator evaluation. Format:
projects/<Project ID>/locations/<Location
ID>/generators/<Generator ID>/evaluations/<Evaluation ID>
| Property Value | |
|---|---|
| Type | Description |
string |
|