Interface protos.google.cloud.contactcenterinsights.v1.ICalculateStatsResponse (1.8.0)

Properties of a CalculateStatsResponse.

Package

@google-cloud/contact-center-insights

Properties

averageDuration

averageDuration?: (google.protobuf.IDuration|null);

CalculateStatsResponse averageDuration

Property Value
TypeDescription
(google.protobuf.IDuration|null)

averageTurnCount

averageTurnCount?: (number|null);

CalculateStatsResponse averageTurnCount

Property Value
TypeDescription
(number|null)

conversationCount

conversationCount?: (number|null);

CalculateStatsResponse conversationCount

Property Value
TypeDescription
(number|null)

conversationCountTimeSeries

conversationCountTimeSeries?: (google.cloud.contactcenterinsights.v1.CalculateStatsResponse.ITimeSeries|null);

CalculateStatsResponse conversationCountTimeSeries

Property Value
TypeDescription
(google.cloud.contactcenterinsights.v1.CalculateStatsResponse.ITimeSeries|null)

customHighlighterMatches

customHighlighterMatches?: ({ [k: string]: number }|null);

CalculateStatsResponse customHighlighterMatches

Property Value
TypeDescription
({ [k: string]: number }|null)

issueMatches

issueMatches?: ({ [k: string]: number }|null);

CalculateStatsResponse issueMatches

Property Value
TypeDescription
({ [k: string]: number }|null)

issueMatchesStats

issueMatchesStats?: ({ [k: string]: google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IIssueStats }|null);

CalculateStatsResponse issueMatchesStats

Property Value
TypeDescription
({ [k: string]: google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IIssueStats }|null)

smartHighlighterMatches

smartHighlighterMatches?: ({ [k: string]: number }|null);

CalculateStatsResponse smartHighlighterMatches

Property Value
TypeDescription
({ [k: string]: number }|null)