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.
Implements
IMessageSmartComposeSuggestionData, IEquatableSmartComposeSuggestionData, IDeepCloneableSmartComposeSuggestionData, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
SmartComposeSuggestionData()
public SmartComposeSuggestionData()
SmartComposeSuggestionData(SmartComposeSuggestionData)
public SmartComposeSuggestionData(SmartComposeSuggestionData other)
Parameter | |
---|---|
Name | Description |
other |
SmartComposeSuggestionData |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
MapFieldstringstring |
QueryRecord
public string QueryRecord { get; set; }
The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}
Property Value | |
---|---|
Type | Description |
string |
Suggestion
public string Suggestion { get; set; }
The content of the suggestion.
Property Value | |
---|---|
Type | Description |
string |