Class SmartComposeSuggestionData (1.0.0)

public sealed class SmartComposeSuggestionData : IMessage<SmartComposeSuggestionData>, IEquatable<SmartComposeSuggestionData>, IDeepCloneable<SmartComposeSuggestionData>, IBufferMessage, IMessage

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
MapField<String, String>

QueryRecord

public string QueryRecord { get; set; }

Name of the query record. Format: projects/{project}/locations/{location}/queryRecords/{query_record}

Property Value
TypeDescription
String

Suggestion

public string Suggestion { get; set; }

The content of the suggestion.

Property Value
TypeDescription
String