Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback

Returns a new instance of GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback.



10897
10898
10899
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10897

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#start_timestampString

Corresponds to the JSON property startTimestamp

Returns:

  • (String)


10880
10881
10882
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10880

def start_timestamp
  @start_timestamp
end

#submit_timestampString

Corresponds to the JSON property submitTimestamp

Returns:

  • (String)


10885
10886
10887
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10885

def submit_timestamp
  @submit_timestamp
end

#summary_textString

Corresponds to the JSON property summaryText

Returns:

  • (String)


10890
10891
10892
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10890

def summary_text
  @summary_text
end

#text_sectionsHash<String,String>

Corresponds to the JSON property textSections

Returns:

  • (Hash<String,String>)


10895
10896
10897
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10895

def text_sections
  @text_sections
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10902
10903
10904
10905
10906
10907
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10902

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