GoogleCloudContactcenterinsightsV1IssueModel constructor
GoogleCloudContactcenterinsightsV1IssueModel({
- String? createTime,
- String? displayName,
- GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig? inputDataConfig,
- String? issueCount,
- String? languageCode,
- String? modelType,
- String? name,
- String? state,
- GoogleCloudContactcenterinsightsV1IssueModelLabelStats? trainingStats,
- String? updateTime,
Implementation
GoogleCloudContactcenterinsightsV1IssueModel({
this.createTime,
this.displayName,
this.inputDataConfig,
this.issueCount,
this.languageCode,
this.modelType,
this.name,
this.state,
this.trainingStats,
this.updateTime,
});