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."],[[["This document provides reference information for the `CalculateStatsRequest` class within the Google Cloud Contact Center Insights v1 API, spanning versions from 1.0.0 to 2.19.0, with the latest release being 2.19.0."],["The `CalculateStatsRequest` class is a part of the `Google.Cloud.ContactCenterInsights.V1` namespace and is used to request the calculation of conversation statistics."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with protocol buffers."],["The `CalculateStatsRequest` class includes properties such as `Filter`, used to refine statistical results, and `Location`, which is a required field to specify the conversation's location."],["The `CalculateStatsRequest` class has a constructor that can be passed an object of type `CalculateStatsRequest` to copy into the newly created instance."]]],[]]