Class: Google::Cloud::Dialogflow::V2::GenerateStatelessSummaryResponse::Summary
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GenerateStatelessSummaryResponse::Summary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation.rb
Overview
Generated summary for a conversation.
Defined Under Namespace
Classes: TextSectionsEntry
Instance Attribute Summary collapse
-
#baseline_model_version ⇒ ::String
The baseline model version used to generate this summary.
-
#text ⇒ ::String
The summary content that is concatenated into one string.
-
#text_sections ⇒ ::Google::Protobuf::Map{::String => ::String}
The summary content that is divided into sections.
Instance Attribute Details
#baseline_model_version ⇒ ::String
Returns The baseline model version used to generate this summary. It is empty if a baseline model was not used to generate this summary.
413 414 415 416 417 418 419 420 421 422 423 424 425 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 413 class Summary 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 end |
#text ⇒ ::String
Returns The summary content that is concatenated into one string.
413 414 415 416 417 418 419 420 421 422 423 424 425 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 413 class Summary 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 end |
#text_sections ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns The summary 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.
413 414 415 416 417 418 419 420 421 422 423 424 425 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 413 class Summary 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 end |