GoogleCloudContactcenterinsightsV1Note class
The conversation assessment note resource.
Constructors
- GoogleCloudContactcenterinsightsV1Note.new({GoogleCloudContactcenterinsightsV1NoteAssessmentNote? assessmentNote, String? content, GoogleCloudContactcenterinsightsV1NoteConversationTurnNote? conversationTurnNote, String? createTime, String? name, GoogleCloudContactcenterinsightsV1UserInfo? noteCreator, GoogleCloudContactcenterinsightsV1NoteQaQuestionNote? qaQuestionNote, String? updateTime})
- GoogleCloudContactcenterinsightsV1Note.fromJson(Map json_)
Properties
- assessmentNote ↔ GoogleCloudContactcenterinsightsV1NoteAssessmentNote?
-
The note is associated to the entire parent assessment.
getter/setter pair
- content ↔ String?
-
The note content.
getter/setter pair
- conversationTurnNote ↔ GoogleCloudContactcenterinsightsV1NoteConversationTurnNote?
-
The note is associated with a conversation turn.
getter/setter pair
- createTime ↔ String?
-
The time at which the note was created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- noteCreator ↔ GoogleCloudContactcenterinsightsV1UserInfo?
-
The user that created the note.
getter/setter pair
- qaQuestionNote ↔ GoogleCloudContactcenterinsightsV1NoteQaQuestionNote?
-
The note is associated with a QA question in one of the conversation's
scorecard results.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The time at which the note was last updated.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited