Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::AgentAssistantFeedback::SummarizationFeedback.
Feedback for conversation summarization.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Timestamp when composing of the summary starts.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Timestamp when composing of the summary starts.
Returns
- (::Google::Protobuf::Timestamp) — Timestamp when composing of the summary starts.
#submit_time
def submit_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Timestamp when the summary was submitted.
#submit_time=
def submit_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Timestamp when the summary was submitted.
Returns
- (::Google::Protobuf::Timestamp) — Timestamp when the summary was submitted.
#summary_text
def summary_text() -> ::String
Returns
- (::String) — Text of actual submitted summary.
#summary_text=
def summary_text=(value) -> ::String
Parameter
- value (::String) — Text of actual submitted summary.
Returns
- (::String) — Text of actual submitted summary.
#text_sections
def text_sections() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Actual text sections of submitted summary.
#text_sections=
def text_sections=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. Actual text sections of submitted summary.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Actual text sections of submitted summary.