Class InputDataset (3.11.0)

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

InputDataset used to create model or do evaluation. NextID:5

Inheritance

Object > InputDataset

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

InputDataset()

public InputDataset()

InputDataset(InputDataset)

public InputDataset(InputDataset other)
Parameter
NameDescription
otherInputDataset

Properties

Dataset

public string Dataset { get; set; }

Required. ConversationDataset resource name. Format: projects/{Project ID}/locations/{Location ID>/conversationDatasets/&lt;Conversation Dataset ID>

Property Value
TypeDescription
String

DatasetAsConversationDatasetName

public ConversationDatasetName DatasetAsConversationDatasetName { get; set; }

ConversationDatasetName-typed view over the Dataset resource name property.

Property Value
TypeDescription
ConversationDatasetName