GoogleCloudContactcenterinsightsV1Note constructor
GoogleCloudContactcenterinsightsV1Note({
- GoogleCloudContactcenterinsightsV1NoteAssessmentNote? assessmentNote,
- String? content,
- GoogleCloudContactcenterinsightsV1NoteConversationTurnNote? conversationTurnNote,
- String? createTime,
- String? name,
- GoogleCloudContactcenterinsightsV1UserInfo? noteCreator,
- GoogleCloudContactcenterinsightsV1NoteQaQuestionNote? qaQuestionNote,
- String? updateTime,
Implementation
GoogleCloudContactcenterinsightsV1Note({
this.assessmentNote,
this.content,
this.conversationTurnNote,
this.createTime,
this.name,
this.noteCreator,
this.qaQuestionNote,
this.updateTime,
});