GoogleCloudContactcenterinsightsV1AssessmentRule constructor
GoogleCloudContactcenterinsightsV1AssessmentRule({
- bool? active,
- String? createTime,
- String? displayName,
- String? name,
- GoogleCloudContactcenterinsightsV1SampleRule? sampleRule,
- GoogleCloudContactcenterinsightsV1ScheduleInfo? scheduleInfo,
- String? updateTime,
Implementation
GoogleCloudContactcenterinsightsV1AssessmentRule({
this.active,
this.createTime,
this.displayName,
this.name,
this.sampleRule,
this.scheduleInfo,
this.updateTime,
});