Class GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata
Call-specific metadata created during analysis.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata : IDirectResponseSchema
Properties
Annotations
A list of call annotations that apply to this call.
Declaration
[JsonProperty("annotations")]
public virtual IList<GoogleCloudContactcenterinsightsV1alpha1CallAnnotation> Annotations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudContactcenterinsightsV1alpha1CallAnnotation> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Entities
All the entities in the call.
Declaration
[JsonProperty("entities")]
public virtual IDictionary<string, GoogleCloudContactcenterinsightsV1alpha1Entity> Entities { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudContactcenterinsightsV1alpha1Entity> |
Intents
All the matched intents in the call.
Declaration
[JsonProperty("intents")]
public virtual IDictionary<string, GoogleCloudContactcenterinsightsV1alpha1Intent> Intents { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudContactcenterinsightsV1alpha1Intent> |
IssueModelResult
Overall conversation-level issue modeling result.
Declaration
[JsonProperty("issueModelResult")]
public virtual GoogleCloudContactcenterinsightsV1alpha1IssueModelResult IssueModelResult { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1IssueModelResult |
PhraseMatchers
All the matched phrase matchers in the call.
Declaration
[JsonProperty("phraseMatchers")]
public virtual IDictionary<string, GoogleCloudContactcenterinsightsV1alpha1PhraseMatchData> PhraseMatchers { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudContactcenterinsightsV1alpha1PhraseMatchData> |
QaScorecardResults
Results of scoring QaScorecards.
Declaration
[JsonProperty("qaScorecardResults")]
public virtual IList<GoogleCloudContactcenterinsightsV1alpha1QaScorecardResult> QaScorecardResults { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudContactcenterinsightsV1alpha1QaScorecardResult> |
Sentiments
Overall conversation-level sentiment for each channel of the call.
Declaration
[JsonProperty("sentiments")]
public virtual IList<GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment> Sentiments { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment> |
Silence
Overall conversation-level silence during the call.
Declaration
[JsonProperty("silence")]
public virtual GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence Silence { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence |