public sealed class ConversationLevelSilence : IMessage<ConversationLevelSilence>, IEquatable<ConversationLevelSilence>, IDeepCloneable<ConversationLevelSilence>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class ConversationLevelSilence.
[[["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 `ConversationLevelSilence` class within the `Google.Cloud.ContactCenterInsights.V1` API is version 2.19.0, with multiple previous versions available, down to 1.0.0."],["The `ConversationLevelSilence` class provides data related to silence during conversations and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two primary properties: `SilenceDuration`, which represents the total time of silence, and `SilencePercentage`, which indicates the percentage of the conversation spent in silence."],["It inherits from object, and includes standard methods like `GetHashCode()`, `GetType()`, and `ToString()`."],["It offers two constructors: a default one `ConversationLevelSilence()` and one that takes an `ConversationLevelSilence` as a parameter, `ConversationLevelSilence(ConversationLevelSilence other)`."]]],[]]