public sealed class CalculateStatsRequest : IMessage<CalculateStatsRequest>, IEquatable<CalculateStatsRequest>, IDeepCloneable<CalculateStatsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class CalculateStatsRequest.
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 latest version of the `CalculateStatsRequest` class within the `Google.Cloud.ContactCenterInsights.V1` API is 2.19.0, with multiple versions available for use, down to version 1.0.0."],["`CalculateStatsRequest` is a class used for requesting and calculating statistics related to conversations within the Contact Center AI Insights v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it meets various functional requirements."],["The `CalculateStatsRequest` class has properties for `Filter` and `Location`, allowing for filtering results and specifying the location of conversations."],["`CalculateStatsRequest` has two constructors, one empty and another that takes in another `CalculateStatsRequest` object."]]],[]]