Google Cloud Dialogflow v2 API - Class InputDataset (4.16.0)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class InputDataset.

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/<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