Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData

Conversation summarization suggestion data.

Inheritance
object
GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData
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 GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData : IDirectResponseSchema

Properties

AnswerRecord

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

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

Confidence

The confidence score of the summarization.

Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
Type Description
float?

ConversationModel

The name of the model that generates this summary. Format: projects/{project}/locations/{location}/conversationModels/{conversation_model}

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

ETag

The ETag of the item.

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

Metadata

A map that contains metadata about the summarization 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>

Text

The summarization content that is concatenated into one string.

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

TextSections

The summarization content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX