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.
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.
Instance Attribute Details
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Timestamp when composing of the summary starts.
221 222 223 224 |
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 221 class SummarizationFeedback include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#submit_time ⇒ ::Google::Protobuf::Timestamp
Returns Timestamp when the summary was submitted.
221 222 223 224 |
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 221 class SummarizationFeedback include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#summary_text ⇒ ::String
Returns Text of actual submitted summary.
221 222 223 224 |
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 221 class SummarizationFeedback include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |