GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata class
Call-specific metadata created during analysis.
Constructors
-
GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata({List<
GoogleCloudContactcenterinsightsV1CallAnnotation> ? annotations, Map<String, GoogleCloudContactcenterinsightsV1Entity> ? entities, Map<String, GoogleCloudContactcenterinsightsV1Intent> ? intents, GoogleCloudContactcenterinsightsV1IssueModelResult? issueModelResult, Map<String, GoogleCloudContactcenterinsightsV1PhraseMatchData> ? phraseMatchers, List<GoogleCloudContactcenterinsightsV1ConversationLevelSentiment> ? sentiments, GoogleCloudContactcenterinsightsV1ConversationLevelSilence? silence}) - GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata.fromJson(Map json_)
Properties
-
annotations
↔ List<
GoogleCloudContactcenterinsightsV1CallAnnotation> ? -
A list of call annotations that apply to this call.
getter/setter pair
-
entities
↔ Map<
String, GoogleCloudContactcenterinsightsV1Entity> ? -
All the entities in the call.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
intents
↔ Map<
String, GoogleCloudContactcenterinsightsV1Intent> ? -
All the matched intents in the call.
getter/setter pair
- issueModelResult ↔ GoogleCloudContactcenterinsightsV1IssueModelResult?
-
Overall conversation-level issue modeling result.
getter/setter pair
-
phraseMatchers
↔ Map<
String, GoogleCloudContactcenterinsightsV1PhraseMatchData> ? -
All the matched phrase matchers in the call.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sentiments
↔ List<
GoogleCloudContactcenterinsightsV1ConversationLevelSentiment> ? -
Overall conversation-level sentiment for each channel of the call.
getter/setter pair
- silence ↔ GoogleCloudContactcenterinsightsV1ConversationLevelSilence?
-
Overall conversation-level silence during the call.
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