Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#start_timestamp ⇒ String
Corresponds to the JSON property
startTimestamp. -
#submit_timestamp ⇒ String
Corresponds to the JSON property
submitTimestamp. -
#summary_text ⇒ String
Corresponds to the JSON property
summaryText. -
#text_sections ⇒ Hash<String,String>
Corresponds to the JSON property
textSections.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback
constructor
A new instance of GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback
Returns a new instance of GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback.
11025 11026 11027 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11025 def initialize(**args) update!(**args) end |
Instance Attribute Details
#start_timestamp ⇒ String
Corresponds to the JSON property startTimestamp
11008 11009 11010 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11008 def @start_timestamp end |
#submit_timestamp ⇒ String
Corresponds to the JSON property submitTimestamp
11013 11014 11015 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11013 def @submit_timestamp end |
#summary_text ⇒ String
Corresponds to the JSON property summaryText
11018 11019 11020 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11018 def summary_text @summary_text end |
#text_sections ⇒ Hash<String,String>
Corresponds to the JSON property textSections
11023 11024 11025 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11023 def text_sections @text_sections end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11030 11031 11032 11033 11034 11035 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11030 def update!(**args) @start_timestamp = args[:start_timestamp] if args.key?(:start_timestamp) @submit_timestamp = args[:submit_timestamp] if args.key?(:submit_timestamp) @summary_text = args[:summary_text] if args.key?(:summary_text) @text_sections = args[:text_sections] if args.key?(:text_sections) end |