Class GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData
Conversation summarization suggestion data.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData : 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> |