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}.
1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1470 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.
1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1470 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}.
1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1470 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.
1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1470 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.
1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1470 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.
1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1470 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 |