Class GoogleCloudContactcenterinsightsV1CalculateStatsResponse
The response for calculating conversation statistics.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1CalculateStatsResponse : IDirectResponseSchema
Properties
AverageDuration
The average duration of all conversations. The average is calculated using only conversations that have a time duration.
Declaration
[JsonProperty("averageDuration")]
public virtual object AverageDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
AverageTurnCount
The average number of turns per conversation.
Declaration
[JsonProperty("averageTurnCount")]
public virtual int? AverageTurnCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ConversationCount
The total number of conversations.
Declaration
[JsonProperty("conversationCount")]
public virtual int? ConversationCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ConversationCountTimeSeries
A time series representing the count of conversations created over time that match that requested filter criteria.
Declaration
[JsonProperty("conversationCountTimeSeries")]
public virtual GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries ConversationCountTimeSeries { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries |
CustomHighlighterMatches
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.
Declaration
[JsonProperty("customHighlighterMatches")]
public virtual IDictionary<string, int?> CustomHighlighterMatches { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, int?> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IssueMatches
A map associating each issue resource name with its respective number of matches in the set of
conversations. Key has the format: projects//locations//issueModels//issues/
Deprecated, use
issue_matches_stats
field instead.
Declaration
[JsonProperty("issueMatches")]
public virtual IDictionary<string, int?> IssueMatches { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, int?> |
IssueMatchesStats
A map associating each issue resource name with its respective number of matches in the set of
conversations. Key has the format: projects//locations//issueModels//issues/
Declaration
[JsonProperty("issueMatchesStats")]
public virtual IDictionary<string, GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats> IssueMatchesStats { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats> |
SmartHighlighterMatches
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.
Declaration
[JsonProperty("smartHighlighterMatches")]
public virtual IDictionary<string, int?> SmartHighlighterMatches { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, int?> |