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:



421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 421

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