Class: Google::Cloud::Dialogflow::V2::AgentAssistantFeedback::SummarizationFeedback

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

Overview

Feedback for conversation summarization.

Defined Under Namespace

Classes: TextSectionsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#start_time::Google::Protobuf::Timestamp

Returns Timestamp when composing of the summary starts.

Returns:



233
234
235
236
237
238
239
240
241
242
243
244
245
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 233

class SummarizationFeedback
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TextSectionsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#submit_time::Google::Protobuf::Timestamp

Returns Timestamp when the summary was submitted.

Returns:



233
234
235
236
237
238
239
240
241
242
243
244
245
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 233

class SummarizationFeedback
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TextSectionsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#summary_text::String

Returns Text of actual submitted summary.

Returns:

  • (::String)

    Text of actual submitted summary.



233
234
235
236
237
238
239
240
241
242
243
244
245
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 233

class SummarizationFeedback
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TextSectionsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#text_sections::Google::Protobuf::Map{::String => ::String}

Returns Optional. Actual text sections of submitted summary.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Optional. Actual text sections of submitted summary.



233
234
235
236
237
238
239
240
241
242
243
244
245
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 233

class SummarizationFeedback
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TextSectionsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end