GoogleCloudDialogflowV2ConversationModel constructor
GoogleCloudDialogflowV2ConversationModel({
- GoogleCloudDialogflowV2ArticleSuggestionModelMetadata? articleSuggestionModelMetadata,
- String? createTime,
- List<
GoogleCloudDialogflowV2InputDataset> ? datasets, - String? displayName,
- String? languageCode,
- String? name,
- GoogleCloudDialogflowV2SmartReplyModelMetadata? smartReplyModelMetadata,
- String? state,
Implementation
GoogleCloudDialogflowV2ConversationModel({
this.articleSuggestionModelMetadata,
this.createTime,
this.datasets,
this.displayName,
this.languageCode,
this.name,
this.smartReplyModelMetadata,
this.state,
});