GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata constructor
GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata({
- List<
GoogleCloudContactcenterinsightsV1CallAnnotation> ? annotations, - Map<
String, GoogleCloudContactcenterinsightsV1Entity> ? entities, - Map<
String, GoogleCloudContactcenterinsightsV1Intent> ? intents, - GoogleCloudContactcenterinsightsV1IssueModelResult? issueModelResult,
- Map<
String, GoogleCloudContactcenterinsightsV1PhraseMatchData> ? phraseMatchers, - List<
GoogleCloudContactcenterinsightsV1ConversationLevelSentiment> ? sentiments, - GoogleCloudContactcenterinsightsV1ConversationLevelSilence? silence,
Implementation
GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata({
this.annotations,
this.entities,
this.intents,
this.issueModelResult,
this.phraseMatchers,
this.sentiments,
this.silence,
});