public sealed class CalculateStatsRequest : IMessage<CalculateStatsRequest>, IEquatable<CalculateStatsRequest>, IDeepCloneable<CalculateStatsRequest>, IBufferMessage, IMessage
The request for calculating conversation statistics.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `CalculateStatsRequest` class, which is used to request statistics about conversations within the Google Cloud Contact Center Insights API, across multiple versions of the API."],["The latest version of the API for the `CalculateStatsRequest` class is 2.19.0, with other versions available from 1.0.0 to 2.18.0, each providing the same method with its own specific implementation."],["`CalculateStatsRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for operations like deep cloning and message handling."],["The `CalculateStatsRequest` class includes properties such as `Filter` and `Location`, allowing users to specify criteria to narrow down the scope of the statistics they are requesting for a certain location."],["The `LocationAsLocationName` property provides a typed view of the `Location` resource name, enhancing code readability and maintainability."]]],[]]