Google Cloud Dialogflow v2beta1 API - Class GeneratorEvaluationConfig.Types.DatasetInputDataConfig (1.0.0-beta24)

public sealed class GeneratorEvaluationConfig.Types.DatasetInputDataConfig : IMessage<GeneratorEvaluationConfig.Types.DatasetInputDataConfig>, IEquatable<GeneratorEvaluationConfig.Types.DatasetInputDataConfig>, IDeepCloneable<GeneratorEvaluationConfig.Types.DatasetInputDataConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GeneratorEvaluationConfig.Types.DatasetInputDataConfig.

The distinctive configs for dataset as the conversation source.

Inheritance

object > GeneratorEvaluationConfig.Types.DatasetInputDataConfig

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

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