GoogleCloudDialogflowV2ConversationModel constructor

GoogleCloudDialogflowV2ConversationModel({
  1. GoogleCloudDialogflowV2ArticleSuggestionModelMetadata? articleSuggestionModelMetadata,
  2. String? createTime,
  3. List<GoogleCloudDialogflowV2InputDataset>? datasets,
  4. String? displayName,
  5. String? languageCode,
  6. String? name,
  7. GoogleCloudDialogflowV2SmartReplyModelMetadata? smartReplyModelMetadata,
  8. String? state,
})

Implementation

GoogleCloudDialogflowV2ConversationModel({
  this.articleSuggestionModelMetadata,
  this.createTime,
  this.datasets,
  this.displayName,
  this.languageCode,
  this.name,
  this.smartReplyModelMetadata,
  this.state,
});