Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData

Agent Assist Smart Compose suggestion data.

Inheritance
object
GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData : IDirectResponseSchema

Properties

ConfidenceScore

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

Declaration
[JsonProperty("confidenceScore")]
public virtual double? ConfidenceScore { get; set; }
Property Value
Type Description
double?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Metadata

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

Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, string> Metadata { get; set; }
Property Value
Type Description
IDictionary<string, string>

QueryRecord

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

Declaration
[JsonProperty("queryRecord")]
public virtual string QueryRecord { get; set; }
Property Value
Type Description
string

Suggestion

The content of the suggestion.

Declaration
[JsonProperty("suggestion")]
public virtual string Suggestion { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX