View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData (google_api_contact_center_insights v0.9.0)
Conversation summarization suggestion data.
Attributes
-
answerRecord
(type:String.t
, default:nil
) - The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record} -
confidence
(type:number()
, default:nil
) - The confidence score of the summarization. -
conversationModel
(type:String.t
, default:nil
) - The name of the model that generates this summary. Format: projects/{project}/locations/{location}/conversationModels/{conversation_model} -
metadata
(type:map()
, default:nil
) - A map that contains metadata about the summarization and the document from which it originates. -
text
(type:String.t
, default:nil
) - The summarization content that is concatenated into one string. -
textSections
(type:map()
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData{ answerRecord: String.t() | nil, confidence: number() | nil, conversationModel: String.t() | nil, metadata: map() | nil, text: String.t() | nil, textSections: map() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.