Properties of a CalculateStatsResponse.
Package
@google-cloud/contact-center-insights!Properties
averageDuration
averageDuration?: (google.protobuf.IDuration|null);
CalculateStatsResponse averageDuration
Type | Description |
(google.protobuf.IDuration|null) |
averageTurnCount
averageTurnCount?: (number|null);
CalculateStatsResponse averageTurnCount
Type | Description |
(number|null) |
conversationCount
conversationCount?: (number|null);
CalculateStatsResponse conversationCount
Type | Description |
(number|null) |
conversationCountTimeSeries
conversationCountTimeSeries?: (google.cloud.contactcenterinsights.v1.CalculateStatsResponse.ITimeSeries|null);
CalculateStatsResponse conversationCountTimeSeries
Type | Description |
(google.cloud.contactcenterinsights.v1.CalculateStatsResponse.ITimeSeries|null) |
customHighlighterMatches
customHighlighterMatches?: ({ [k: string]: number }|null);
CalculateStatsResponse customHighlighterMatches
Type | Description |
({ [k: string]: number }|null) |
issueMatches
issueMatches?: ({ [k: string]: number }|null);
CalculateStatsResponse issueMatches
Type | Description |
({ [k: string]: number }|null) |
smartHighlighterMatches
smartHighlighterMatches?: ({ [k: string]: number }|null);
CalculateStatsResponse smartHighlighterMatches
Type | Description |
({ [k: string]: number }|null) |