GoogleCloudContactcenterinsightsV1CallAnnotation class

A piece of metadata that applies to a window of a call.

Properties

annotationEndBoundary GoogleCloudContactcenterinsightsV1AnnotationBoundary?
The boundary in the conversation where the annotation ends, inclusive.
getter/setter pair
annotationStartBoundary GoogleCloudContactcenterinsightsV1AnnotationBoundary?
The boundary in the conversation where the annotation starts, inclusive.
getter/setter pair
channelTag int?
The channel of the audio where the annotation occurs.
getter/setter pair
entityMentionData GoogleCloudContactcenterinsightsV1EntityMentionData?
Data specifying an entity mention.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
holdData GoogleCloudContactcenterinsightsV1HoldData?
Data specifying a hold.
getter/setter pair
intentMatchData GoogleCloudContactcenterinsightsV1IntentMatchData?
Data specifying an intent match.
getter/setter pair
interruptionData GoogleCloudContactcenterinsightsV1InterruptionData?
Data specifying an interruption.
getter/setter pair
issueMatchData GoogleCloudContactcenterinsightsV1IssueMatchData?
Data specifying an issue match.
getter/setter pair
phraseMatchData GoogleCloudContactcenterinsightsV1PhraseMatchData?
Data specifying a phrase match.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentimentData GoogleCloudContactcenterinsightsV1SentimentData?
Data specifying sentiment.
getter/setter pair
silenceData GoogleCloudContactcenterinsightsV1SilenceData?
Data specifying silence.
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