GoogleCloudDialogflowV2ConversationDataset constructor
GoogleCloudDialogflowV2ConversationDataset({
- String? conversationCount,
- GoogleCloudDialogflowV2ConversationInfo? conversationInfo,
- String? createTime,
- String? description,
- String? displayName,
- GoogleCloudDialogflowV2InputConfig? inputConfig,
- String? name,
Implementation
GoogleCloudDialogflowV2ConversationDataset({
this.conversationCount,
this.conversationInfo,
this.createTime,
this.description,
this.displayName,
this.inputConfig,
this.name,
});