Class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
Metadata for ConversationDatasets.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata : IDirectResponseSchema
Properties
ConversationDataset
The resource name of the conversation dataset that will be created. Format:
projects//locations//conversationDatasets/
Declaration
[JsonProperty("conversationDataset")]
public virtual string ConversationDataset { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |