GoogleCloudContactcenterinsightsV1CallAnnotation class
A piece of metadata that applies to a window of a call.
Constructors
- GoogleCloudContactcenterinsightsV1CallAnnotation({GoogleCloudContactcenterinsightsV1AnnotationBoundary? annotationEndBoundary, GoogleCloudContactcenterinsightsV1AnnotationBoundary? annotationStartBoundary, int? channelTag, GoogleCloudContactcenterinsightsV1EntityMentionData? entityMentionData, GoogleCloudContactcenterinsightsV1HoldData? holdData, GoogleCloudContactcenterinsightsV1IntentMatchData? intentMatchData, GoogleCloudContactcenterinsightsV1InterruptionData? interruptionData, GoogleCloudContactcenterinsightsV1IssueMatchData? issueMatchData, GoogleCloudContactcenterinsightsV1PhraseMatchData? phraseMatchData, GoogleCloudContactcenterinsightsV1SentimentData? sentimentData, GoogleCloudContactcenterinsightsV1SilenceData? silenceData})
- GoogleCloudContactcenterinsightsV1CallAnnotation.fromJson(Map json_)
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