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-04-02 UTC."],[[["The latest version of the `ConversationLevelSilence` class within the `Google.Cloud.ContactCenterInsights.V1` namespace is version 2.19.0."],["This class provides data on conversation-level silence, including the duration and percentage of silence within a conversation."],["The `ConversationLevelSilence` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all within Google's Protobuf library."],["There are two properties within the `ConversationLevelSilence` class: `SilenceDuration`, which uses the `Duration` type from Google's Protobuf library, and `SilencePercentage`, which uses a single float."],["The `ConversationLevelSilence` class has two constructor options: a default parameterless constructor, and a constructor that takes another instance of `ConversationLevelSilence`."]]],[]]