GoogleCloudDialogflowV2KnowledgeBase constructor

GoogleCloudDialogflowV2KnowledgeBase({
  1. String? displayName,
  2. String? languageCode,
  3. String? name,
})

Implementation

GoogleCloudDialogflowV2KnowledgeBase({
  this.displayName,
  this.languageCode,
  this.name,
});