GoogleCloudContactcenterinsightsV1Assessment constructor
GoogleCloudContactcenterinsightsV1Assessment({
- GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo? agentInfo,
- String? createTime,
- String? name,
- String? state,
- String? updateTime,
Implementation
GoogleCloudContactcenterinsightsV1Assessment({
this.agentInfo,
this.createTime,
this.name,
this.state,
this.updateTime,
});