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 Contact Center AI Insights v1 API, with version 2.19.0 being the latest."],["The `SmartComposeSuggestionData` class is used for Agent Assist Smart Compose suggestions and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `ConfidenceScore` (a double representing the system's confidence in the suggestion), `Metadata` (a map of metadata about the suggestion), `QueryRecord` (the answer record's name), and `Suggestion` (the content of the suggestion)."],["The `SmartComposeSuggestionData` class provides two constructors: a default parameterless one and one which takes another SmartComposeSuggestionData object as a parameter."],["A variety of previous versions of the document for this API are also available for users to view, ranging from 1.0.0 all the way to the latest 2.19.0."]]],[]]