Google Cloud Contactcenterinsights V1Call Annotation Response
data class GoogleCloudContactcenterinsightsV1CallAnnotationResponse(val annotationEndBoundary: GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse, val annotationStartBoundary: GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse, val channelTag: Int, val entityMentionData: GoogleCloudContactcenterinsightsV1EntityMentionDataResponse, val holdData: GoogleCloudContactcenterinsightsV1HoldDataResponse, val intentMatchData: GoogleCloudContactcenterinsightsV1IntentMatchDataResponse, val interruptionData: GoogleCloudContactcenterinsightsV1InterruptionDataResponse, val issueMatchData: GoogleCloudContactcenterinsightsV1IssueMatchDataResponse, val phraseMatchData: GoogleCloudContactcenterinsightsV1PhraseMatchDataResponse, val sentimentData: GoogleCloudContactcenterinsightsV1SentimentDataResponse, val silenceData: GoogleCloudContactcenterinsightsV1SilenceDataResponse)
A piece of metadata that applies to a window of a call.
Constructors
Link copied to clipboard
constructor(annotationEndBoundary: GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse, annotationStartBoundary: GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse, channelTag: Int, entityMentionData: GoogleCloudContactcenterinsightsV1EntityMentionDataResponse, holdData: GoogleCloudContactcenterinsightsV1HoldDataResponse, intentMatchData: GoogleCloudContactcenterinsightsV1IntentMatchDataResponse, interruptionData: GoogleCloudContactcenterinsightsV1InterruptionDataResponse, issueMatchData: GoogleCloudContactcenterinsightsV1IssueMatchDataResponse, phraseMatchData: GoogleCloudContactcenterinsightsV1PhraseMatchDataResponse, sentimentData: GoogleCloudContactcenterinsightsV1SentimentDataResponse, silenceData: GoogleCloudContactcenterinsightsV1SilenceDataResponse)
Properties
Link copied to clipboard
The boundary in the conversation where the annotation ends, inclusive.
Link copied to clipboard
The boundary in the conversation where the annotation starts, inclusive.
Link copied to clipboard
The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
Link copied to clipboard
Data specifying an entity mention.
Link copied to clipboard
Data specifying a hold.
Link copied to clipboard
Data specifying an intent match.
Link copied to clipboard
Data specifying an interruption.
Link copied to clipboard
Data specifying an issue match.
Link copied to clipboard
Data specifying a phrase match.
Link copied to clipboard
Data specifying sentiment.
Link copied to clipboard
Data specifying silence.