Class: Google::Cloud::Dialogflow::V2::SummarySuggestion
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SummarySuggestion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/generator.rb
Overview
Suggested summary of the conversation.
Defined Under Namespace
Classes: SummarySection
Instance Attribute Summary collapse
-
#summary_sections ⇒ ::Array<::Google::Cloud::Dialogflow::V2::SummarySuggestion::SummarySection>
Required.
Instance Attribute Details
#summary_sections ⇒ ::Array<::Google::Cloud::Dialogflow::V2::SummarySuggestion::SummarySection>
Returns Required. All the parts of generated summary.
340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 340 class SummarySuggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A component of the generated summary. # @!attribute [rw] section # @return [::String] # Required. Name of the section. # @!attribute [rw] summary # @return [::String] # Required. Summary text for the section. class SummarySection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |