GoogleCloudDialogflowV2ConversationDataset constructor

GoogleCloudDialogflowV2ConversationDataset({
  1. String? conversationCount,
  2. GoogleCloudDialogflowV2ConversationInfo? conversationInfo,
  3. String? createTime,
  4. String? description,
  5. String? displayName,
  6. GoogleCloudDialogflowV2InputConfig? inputConfig,
  7. String? name,
})

Implementation

GoogleCloudDialogflowV2ConversationDataset({
  this.conversationCount,
  this.conversationInfo,
  this.createTime,
  this.description,
  this.displayName,
  this.inputConfig,
  this.name,
});