GoogleCloudContactcenterinsightsV1RuntimeAnnotation class

An annotation that was generated during the customer and agent interaction.

Properties

annotationId String?
The unique identifier of the annotation.
getter/setter pair
answerFeedback GoogleCloudContactcenterinsightsV1AnswerFeedback?
The feedback that the customer has about the answer in data.
getter/setter pair
articleSuggestion GoogleCloudContactcenterinsightsV1ArticleSuggestionData?
Agent Assist Article Suggestion data.
getter/setter pair
conversationSummarizationSuggestion GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData?
Conversation summarization suggestion data.
getter/setter pair
createTime String?
The time at which this annotation was created.
getter/setter pair
dialogflowInteraction GoogleCloudContactcenterinsightsV1DialogflowInteractionData?
Dialogflow interaction data.
getter/setter pair
endBoundary GoogleCloudContactcenterinsightsV1AnnotationBoundary?
The boundary in the conversation where the annotation ends, inclusive.
getter/setter pair
faqAnswer GoogleCloudContactcenterinsightsV1FaqAnswerData?
Agent Assist FAQ answer data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smartComposeSuggestion GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData?
Agent Assist Smart Compose suggestion data.
getter/setter pair
smartReply GoogleCloudContactcenterinsightsV1SmartReplyData?
Agent Assist Smart Reply data.
getter/setter pair
startBoundary GoogleCloudContactcenterinsightsV1AnnotationBoundary?
The boundary in the conversation where the annotation starts, inclusive.
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