GoogleCloudContactcenterinsightsV1Note constructor

GoogleCloudContactcenterinsightsV1Note({
  1. GoogleCloudContactcenterinsightsV1NoteAssessmentNote? assessmentNote,
  2. String? content,
  3. GoogleCloudContactcenterinsightsV1NoteConversationTurnNote? conversationTurnNote,
  4. String? createTime,
  5. String? name,
  6. GoogleCloudContactcenterinsightsV1UserInfo? noteCreator,
  7. GoogleCloudContactcenterinsightsV1NoteQaQuestionNote? qaQuestionNote,
  8. String? updateTime,
})

Implementation

GoogleCloudContactcenterinsightsV1Note({
  this.assessmentNote,
  this.content,
  this.conversationTurnNote,
  this.createTime,
  this.name,
  this.noteCreator,
  this.qaQuestionNote,
  this.updateTime,
});