public sealed class SmartComposeSuggestionData : IMessage<SmartComposeSuggestionData>, IEquatable<SmartComposeSuggestionData>, IDeepCloneable<SmartComposeSuggestionData>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class SmartComposeSuggestionData.
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 document provides reference information for the `SmartComposeSuggestionData` class within the `Google.Cloud.ContactCenterInsights.V1` API, with version 2.19.0 being the latest and version 2.13.0 being the current reference version."],["The `SmartComposeSuggestionData` class represents data for Agent Assist Smart Compose suggestions in the Contact Center AI Insights API and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class includes properties such as `ConfidenceScore` (a measure of the system's certainty in the suggestion), `Metadata` (a map of additional information), `QueryRecord` (the associated answer record name), and `Suggestion` (the suggested content itself)."],["There are two constructors available for `SmartComposeSuggestionData`: a parameterless constructor and one that accepts another `SmartComposeSuggestionData` instance to facilitate copying."],["There is a list of past versions of the same documentation, ranging from versions 2.18.0 down to 1.0.0, all referencing the class `SmartComposeSuggestionData`."]]],[]]