View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1CallAnnotation (google_api_contact_center_insights v0.5.0)
A piece of metadata that applies to a window of a call.
Attributes
-
annotationEndBoundary
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1AnnotationBoundary.t
, default:nil
) - The boundary in the conversation where the annotation ends, inclusive. -
annotationStartBoundary
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1AnnotationBoundary.t
, default:nil
) - The boundary in the conversation where the annotation starts, inclusive. -
channelTag
(type:integer()
, default:nil
) - The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated. -
entityMentionData
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1EntityMentionData.t
, default:nil
) - Data specifying an entity mention. -
holdData
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1HoldData.t
, default:nil
) - Data specifying a hold. -
intentMatchData
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IntentMatchData.t
, default:nil
) - Data specifying an intent match. -
interruptionData
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1InterruptionData.t
, default:nil
) - Data specifying an interruption. -
issueMatchData
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IssueMatchData.t
, default:nil
) - Data specifying an issue match. -
phraseMatchData
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1PhraseMatchData.t
, default:nil
) - Data specifying a phrase match. -
sentimentData
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1SentimentData.t
, default:nil
) - Data specifying sentiment. -
silenceData
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1SilenceData.t
, default:nil
) - Data specifying silence.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1CallAnnotation{ annotationEndBoundary: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1AnnotationBoundary.t() | nil, annotationStartBoundary: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1AnnotationBoundary.t() | nil, channelTag: integer() | nil, entityMentionData: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1EntityMentionData.t() | nil, holdData: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1HoldData.t() | nil, intentMatchData: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IntentMatchData.t() | nil, interruptionData: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1InterruptionData.t() | nil, issueMatchData: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1IssueMatchData.t() | nil, phraseMatchData: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1PhraseMatchData.t() | nil, sentimentData: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1SentimentData.t() | nil, silenceData: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1SilenceData.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.