Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::SummarizationSection.
Represents the section of summarization.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#definition
def definition() -> ::String
Returns
- (::String) — Optional. Definition of the section, for example, "what the customer needs help with or has question about."
#definition=
def definition=(value) -> ::String
Parameter
- value (::String) — Optional. Definition of the section, for example, "what the customer needs help with or has question about."
Returns
- (::String) — Optional. Definition of the section, for example, "what the customer needs help with or has question about."
#key
def key() -> ::String
Returns
- (::String) — Optional. Name of the section, for example, "situation".
#key=
def key=(value) -> ::String
Parameter
- value (::String) — Optional. Name of the section, for example, "situation".
Returns
- (::String) — Optional. Name of the section, for example, "situation".
#type
def type() -> ::Google::Cloud::Dialogflow::V2::SummarizationSection::Type
Returns
- (::Google::Cloud::Dialogflow::V2::SummarizationSection::Type) — Optional. Type of the summarization section.
#type=
def type=(value) -> ::Google::Cloud::Dialogflow::V2::SummarizationSection::Type
Parameter
- value (::Google::Cloud::Dialogflow::V2::SummarizationSection::Type) — Optional. Type of the summarization section.
Returns
- (::Google::Cloud::Dialogflow::V2::SummarizationSection::Type) — Optional. Type of the summarization section.