public sealed class AnalysisResult.Types.CallAnalysisMetadata : IMessage<AnalysisResult.Types.CallAnalysisMetadata>, IEquatable<AnalysisResult.Types.CallAnalysisMetadata>, IDeepCloneable<AnalysisResult.Types.CallAnalysisMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class AnalysisResult.Types.CallAnalysisMetadata.
Call-specific metadata created during analysis.
Implements
IMessageAnalysisResultTypesCallAnalysisMetadata, IEquatableAnalysisResultTypesCallAnalysisMetadata, IDeepCloneableAnalysisResultTypesCallAnalysisMetadata, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ContactCenterInsightsV1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
CallAnalysisMetadata()
public CallAnalysisMetadata()
CallAnalysisMetadata(CallAnalysisMetadata)
public CallAnalysisMetadata(AnalysisResult.Types.CallAnalysisMetadata other)
Parameter | |
---|---|
Name | Description |
other | AnalysisResultTypesCallAnalysisMetadata |
Properties
Annotations
public RepeatedField<CallAnnotation> Annotations { get; }
A list of call annotations that apply to this call.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCallAnnotation |
Entities
public MapField<string, Entity> Entities { get; }
All the entities in the call.
Property Value | |
---|---|
Type | Description |
MapFieldstringEntity |
Intents
public MapField<string, Intent> Intents { get; }
All the matched intents in the call.
Property Value | |
---|---|
Type | Description |
MapFieldstringIntent |
IssueModelResult
public IssueModelResult IssueModelResult { get; set; }
Overall conversation-level issue modeling result.
Property Value | |
---|---|
Type | Description |
IssueModelResult |
PhraseMatchers
public MapField<string, PhraseMatchData> PhraseMatchers { get; }
All the matched phrase matchers in the call.
Property Value | |
---|---|
Type | Description |
MapFieldstringPhraseMatchData |
Sentiments
public RepeatedField<ConversationLevelSentiment> Sentiments { get; }
Overall conversation-level sentiment for each channel of the call.
Property Value | |
---|---|
Type | Description |
RepeatedFieldConversationLevelSentiment |