Class AnalysisResult.Types.CallAnalysisMetadata (1.3.0)

public sealed class CallAnalysisMetadata : IMessage<AnalysisResult.Types.CallAnalysisMetadata>, IEquatable<AnalysisResult.Types.CallAnalysisMetadata>, IDeepCloneable<AnalysisResult.Types.CallAnalysisMetadata>, IBufferMessage, IMessage

Call-specific metadata created during analysis.

Inheritance

Object > AnalysisResult.Types.CallAnalysisMetadata

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

CallAnalysisMetadata()

public CallAnalysisMetadata()

CallAnalysisMetadata(AnalysisResult.Types.CallAnalysisMetadata)

public CallAnalysisMetadata(AnalysisResult.Types.CallAnalysisMetadata other)
Parameter
NameDescription
otherAnalysisResult.Types.CallAnalysisMetadata

Properties

Annotations

public RepeatedField<CallAnnotation> Annotations { get; }

A list of call annotations that apply to this call.

Property Value
TypeDescription
RepeatedField<CallAnnotation>

Entities

public MapField<string, Entity> Entities { get; }

All the entities in the call.

Property Value
TypeDescription
MapField<String, Entity>

Intents

public MapField<string, Intent> Intents { get; }

All the matched intents in the call.

Property Value
TypeDescription
MapField<String, Intent>

IssueModelResult

public IssueModelResult IssueModelResult { get; set; }

Overall conversation-level issue modeling result.

Property Value
TypeDescription
IssueModelResult

PhraseMatchers

public MapField<string, PhraseMatchData> PhraseMatchers { get; }

All the matched phrase matchers in the call.

Property Value
TypeDescription
MapField<String, PhraseMatchData>

Sentiments

public RepeatedField<ConversationLevelSentiment> Sentiments { get; }

Overall conversation-level sentiment for each channel of the call.

Property Value
TypeDescription
RepeatedField<ConversationLevelSentiment>