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."],[[["The `CalculateStatsRequest` class is used to request the calculation of conversation statistics within the Google Cloud Contact Center Insights API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its comprehensive functionalities."],["The class provides a `Filter` property for narrowing down results to conversations with specific attributes, and a `Location` property to specify where these conversations are located."],["The `LocationAsLocationName` property allows for a structured, typed representation of the `Location` resource name, enhancing code clarity."],["There are many versions of the `CalculateStatsRequest` available, with the latest version being 2.19.0, and all the way down to version 1.0.0."]]],[]]