Class: Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::SectionToken

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

Overview

A pair of section name and input token count of the input summary section.

Instance Attribute Summary collapse

Instance Attribute Details

#section::String (readonly)

Returns Output only. The name of the summary instruction.

Returns:

  • (::String)

    Output only. The name of the summary instruction.



313
314
315
316
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 313

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

#token_count::Integer (readonly)

Returns Output only. Token count.

Returns:

  • (::Integer)

    Output only. Token count.



313
314
315
316
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 313

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