Contact Center AI Insights v1 API - Class SmartComposeSuggestionData (2.14.0)

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.

Agent Assist Smart Compose suggestion data.

Inheritance

object > SmartComposeSuggestionData

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

SmartComposeSuggestionData()

public SmartComposeSuggestionData()

SmartComposeSuggestionData(SmartComposeSuggestionData)

public SmartComposeSuggestionData(SmartComposeSuggestionData other)
Parameter
NameDescription
otherSmartComposeSuggestionData

Properties

ConfidenceScore

public double ConfidenceScore { get; set; }

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).

Property Value
TypeDescription
double

Metadata

public MapField<string, string> Metadata { get; }

Map that contains metadata about the Smart Compose suggestion and the document from which it originates.

Property Value
TypeDescription
MapFieldstringstring

QueryRecord

public string QueryRecord { get; set; }

The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}

Property Value
TypeDescription
string

Suggestion

public string Suggestion { get; set; }

The content of the suggestion.

Property Value
TypeDescription
string