Class: Google::Cloud::Dialogflow::V2::SummarySuggestion::SummarySection
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SummarySuggestion::SummarySection
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/generator.rb
Overview
A component of the generated summary.
Instance Attribute Summary collapse
-
#section ⇒ ::String
Required.
-
#summary ⇒ ::String
Required.
Instance Attribute Details
#section ⇒ ::String
Returns Required. Name of the section.
351 352 353 354 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 351 class SummarySection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#summary ⇒ ::String
Returns Required. Summary text for the section.
351 352 353 354 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 351 class SummarySection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |