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
Implements
IMessageInputDataset, IEquatableInputDataset, IDeepCloneableInputDataset, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
InputDataset()
public InputDataset()
InputDataset(InputDataset)
public InputDataset(InputDataset other)
Parameter | |
---|---|
Name | Description |
other | InputDataset |
Properties
Dataset
public string Dataset { get; set; }
Required. ConversationDataset resource name. Format:
projects/<Project ID>/locations/<Location
ID>/conversationDatasets/<Conversation Dataset ID>
Property Value | |
---|---|
Type | Description |
string |
DatasetAsConversationDatasetName
public ConversationDatasetName DatasetAsConversationDatasetName { get; set; }
ConversationDatasetName-typed view over the Dataset resource name property.
Property Value | |
---|---|
Type | Description |
ConversationDatasetName |