Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::GenerateStatelessSummaryResponse::Summary (v0.25.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::GenerateStatelessSummaryResponse::Summary.

Generated summary for a conversation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#text

def text() -> ::String
Returns
  • (::String) — The summary content that is concatenated into one string.

#text=

def text=(value) -> ::String
Parameter
  • value (::String) — The summary content that is concatenated into one string.
Returns
  • (::String) — The summary content that is concatenated into one string.

#text_sections

def text_sections() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — 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.

#text_sections=

def text_sections=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — 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.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — 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.