Class CallAnalysisMetadata (0.5.0)

CallAnalysisMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Call-specific metadata created during analysis. .. attribute:: annotations

A list of call annotations that apply to this call.

:type: Sequence[google.cloud.contact_center_insights_v1.types.CallAnnotation]

Attributes

NameDescription
entities Sequence[google.cloud.contact_center_insights_v1.types.AnalysisResult.CallAnalysisMetadata.EntitiesEntry]
All the entities in the call.
sentiments Sequence[google.cloud.contact_center_insights_v1.types.ConversationLevelSentiment]
Overall conversation-level sentiment for each channel of the call.
intents Sequence[google.cloud.contact_center_insights_v1.types.AnalysisResult.CallAnalysisMetadata.IntentsEntry]
All the matched intents in the call.
phrase_matchers Sequence[google.cloud.contact_center_insights_v1.types.AnalysisResult.CallAnalysisMetadata.PhraseMatchersEntry]
All the matched phrase matchers in the call.
issue_model_result google.cloud.contact_center_insights_v1.types.IssueModelResult
Overall conversation-level issue modeling result.

Classes

EntitiesEntry

EntitiesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

IntentsEntry

IntentsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

PhraseMatchersEntry

PhraseMatchersEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.