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 documentation for the `CalculateStatsRequest` class within the Google Cloud Contact Center AI Insights v1 API, specifically for .NET."],["The `CalculateStatsRequest` class is used to define a request for calculating conversation statistics, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two primary properties: `Filter`, which allows for refining results to specific conversation subsets, and `Location`, which specifies the geographical location of the conversations."],["There is a list of every version of the api listed, with the most recent version being 2.19.0 and the oldest version being 1.0.0."],["The class offers two constructors, one default and another for copying an existing `CalculateStatsRequest` object."]]],[]]