public sealed class SmartComposeSuggestionData : IMessage<SmartComposeSuggestionData>, IEquatable<SmartComposeSuggestionData>, IDeepCloneable<SmartComposeSuggestionData>, IBufferMessage, IMessage
The system's confidence score that this suggestion is a good match for this
conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely
certain).
[[["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 webpage details the `SmartComposeSuggestionData` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, which is part of the Google Cloud Contact Center Insights API for .NET."],["The `SmartComposeSuggestionData` class is designed to represent suggestions provided by Agent Assist's Smart Compose feature and includes properties like `ConfidenceScore`, `Metadata`, `QueryRecord`, and `Suggestion`."],["The content displays a comprehensive list of versions for the `SmartComposeSuggestionData` class, ranging from the latest version 2.19.0 down to version 1.0.0."],["The webpage provides information on the class's inheritance hierarchy, showing that it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage documents the available constructors and properties of the `SmartComposeSuggestionData` class, including their descriptions, parameter names, and value types, and provides external links to the Microsoft and Google documentation as reference."]]],[]]