public sealed class ConversationSummarizationSuggestionData : IMessage<ConversationSummarizationSuggestionData>, IEquatable<ConversationSummarizationSuggestionData>, IDeepCloneable<ConversationSummarizationSuggestionData>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class ConversationSummarizationSuggestionData.
Conversation summarization suggestion data.
Implements
IMessageConversationSummarizationSuggestionData, IEquatableConversationSummarizationSuggestionData, IDeepCloneableConversationSummarizationSuggestionData, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ConversationSummarizationSuggestionData()
public ConversationSummarizationSuggestionData()
ConversationSummarizationSuggestionData(ConversationSummarizationSuggestionData)
public ConversationSummarizationSuggestionData(ConversationSummarizationSuggestionData other)
Parameter | |
---|---|
Name | Description |
other | ConversationSummarizationSuggestionData |
Properties
AnswerRecord
public string AnswerRecord { get; set; }
The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}
Property Value | |
---|---|
Type | Description |
string |
Confidence
public float Confidence { get; set; }
The confidence score of the summarization.
Property Value | |
---|---|
Type | Description |
float |
ConversationModel
public string ConversationModel { get; set; }
The name of the model that generates this summary. Format: projects/{project}/locations/{location}/conversationModels/{conversation_model}
Property Value | |
---|---|
Type | Description |
string |
Metadata
public MapField<string, string> Metadata { get; }
A map that contains metadata about the summarization and the document from which it originates.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Text
public string Text { get; set; }
The summarization content that is concatenated into one string.
Property Value | |
---|---|
Type | Description |
string |
TextSections
public MapField<string, string> TextSections { get; }
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.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |