Class: Google::Cloud::Dialogflow::V2::SuggestConversationSummaryResponse::Summary::SummarySection

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation.rb

Overview

A component of the generated summary.

Instance Attribute Summary collapse

Instance Attribute Details

#section::String (readonly)

Returns Output only. Name of the section.

Returns:

  • (::String)

    Output only. Name of the section.



560
561
562
563
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 560

class SummarySection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#summary::String (readonly)

Returns Output only. Summary text for the section.

Returns:

  • (::String)

    Output only. Summary text for the section.



560
561
562
563
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 560

class SummarySection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end