GoogleCloudContactcenterinsightsV1CallAnnotation constructor
GoogleCloudContactcenterinsightsV1CallAnnotation({
- GoogleCloudContactcenterinsightsV1AnnotationBoundary? annotationEndBoundary,
- GoogleCloudContactcenterinsightsV1AnnotationBoundary? annotationStartBoundary,
- int? channelTag,
- GoogleCloudContactcenterinsightsV1EntityMentionData? entityMentionData,
- GoogleCloudContactcenterinsightsV1HoldData? holdData,
- GoogleCloudContactcenterinsightsV1IntentMatchData? intentMatchData,
- GoogleCloudContactcenterinsightsV1InterruptionData? interruptionData,
- GoogleCloudContactcenterinsightsV1IssueMatchData? issueMatchData,
- GoogleCloudContactcenterinsightsV1PhraseMatchData? phraseMatchData,
- GoogleCloudContactcenterinsightsV1SentimentData? sentimentData,
- GoogleCloudContactcenterinsightsV1SilenceData? silenceData,
Implementation
GoogleCloudContactcenterinsightsV1CallAnnotation({
this.annotationEndBoundary,
this.annotationStartBoundary,
this.channelTag,
this.entityMentionData,
this.holdData,
this.intentMatchData,
this.interruptionData,
this.issueMatchData,
this.phraseMatchData,
this.sentimentData,
this.silenceData,
});