GoogleCloudContactcenterinsightsV1Assessment constructor

GoogleCloudContactcenterinsightsV1Assessment({
  1. GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo? agentInfo,
  2. String? createTime,
  3. String? name,
  4. String? state,
  5. String? updateTime,
})

Implementation

GoogleCloudContactcenterinsightsV1Assessment({
  this.agentInfo,
  this.createTime,
  this.name,
  this.state,
  this.updateTime,
});