Class: Google::Cloud::ContactCenterInsights::V1::ConversationSummarizationSuggestionData
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ConversationSummarizationSuggestionData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
Conversation summarization suggestion data.
Defined Under Namespace
Classes: MetadataEntry, TextSectionsEntry
Instance Attribute Summary collapse
-
#answer_record ⇒ ::String
The name of the answer record.
-
#confidence ⇒ ::Float
The confidence score of the summarization.
-
#conversation_model ⇒ ::String
The name of the model that generates this summary.
-
#metadata ⇒ ::Google::Protobuf::Map{::String => ::String}
A map that contains metadata about the summarization and the document from which it originates.
-
#text ⇒ ::String
The summarization content that is concatenated into one string.
-
#text_sections ⇒ ::Google::Protobuf::Map{::String => ::String}
The summarization content that is divided into sections.
Instance Attribute Details
#answer_record ⇒ ::String
Returns The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}.
1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1331 class ConversationSummarizationSuggestionData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TextSectionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#confidence ⇒ ::Float
Returns The confidence score of the summarization.
1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1331 class ConversationSummarizationSuggestionData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TextSectionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#conversation_model ⇒ ::String
Returns The name of the model that generates this summary. Format: projects/{project}/locations/{location}/conversationModels/{conversation_model}.
1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1331 class ConversationSummarizationSuggestionData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TextSectionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#metadata ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns A map that contains metadata about the summarization and the document from which it originates.
1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1331 class ConversationSummarizationSuggestionData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TextSectionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#text ⇒ ::String
Returns The summarization content that is concatenated into one string.
1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1331 class ConversationSummarizationSuggestionData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TextSectionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#text_sections ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns 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.
1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1331 class ConversationSummarizationSuggestionData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TextSectionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |