public sealed class GeneratorEvaluationConfig.Types.DatasetInputDataConfig : IMessage<GeneratorEvaluationConfig.Types.DatasetInputDataConfig>, IEquatable<GeneratorEvaluationConfig.Types.DatasetInputDataConfig>, IDeepCloneable<GeneratorEvaluationConfig.Types.DatasetInputDataConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GeneratorEvaluationConfig.Types.DatasetInputDataConfig.
The distinctive configs for dataset as the conversation source.
Implements
IMessageGeneratorEvaluationConfigTypesDatasetInputDataConfig, IEquatableGeneratorEvaluationConfigTypesDatasetInputDataConfig, IDeepCloneableGeneratorEvaluationConfigTypesDatasetInputDataConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
DatasetInputDataConfig()
public DatasetInputDataConfig()DatasetInputDataConfig(DatasetInputDataConfig)
public DatasetInputDataConfig(GeneratorEvaluationConfig.Types.DatasetInputDataConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
GeneratorEvaluationConfigTypesDatasetInputDataConfig |
Properties
Dataset
public string Dataset { get; set; }Required. The identifier of the dataset to be evaluated.
Format:
projects/<ProjectId>/locations/<LocationID>/datasets/<DatasetID>.
| Property Value | |
|---|---|
| Type | Description |
string |
|