Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::SummarySuggestion::SummarySection.
A component of the generated summary.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#section
def section() -> ::String
Returns
- (::String) — Required. Name of the section.
#section=
def section=(value) -> ::String
Parameter
- value (::String) — Required. Name of the section.
Returns
- (::String) — Required. Name of the section.
#summary
def summary() -> ::String
Returns
- (::String) — Required. Summary text for the section.
#summary=
def summary=(value) -> ::String
Parameter
- value (::String) — Required. Summary text for the section.
Returns
- (::String) — Required. Summary text for the section.