Class: Google::Cloud::Dialogflow::V2::AgentAssistantFeedback::SummarizationFeedback
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::AgentAssistantFeedback::SummarizationFeedback
- 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
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Timestamp when composing of the summary starts.
-
#submit_time ⇒ ::Google::Protobuf::Timestamp
Timestamp when the summary was submitted.
-
#summary_text ⇒ ::String
Text of actual submitted summary.
-
#text_sections ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
Instance Attribute Details
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Timestamp when composing of the summary starts.
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.
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.
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.
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 |