Class: Google::Cloud::Dialogflow::V2::SummarySuggestion

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#summary_sections::Array<::Google::Cloud::Dialogflow::V2::SummarySuggestion::SummarySection>

Returns Required. All the parts of generated summary.

Returns:



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