Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummarySummarySection
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummarySummarySection
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#section ⇒ String
Corresponds to the JSON property
section. -
#summary ⇒ String
Corresponds to the JSON property
summary.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummarySummarySection
constructor
A new instance of GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummarySummarySection.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummarySummarySection
Returns a new instance of GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummarySummarySection.
15826 15827 15828 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15826 def initialize(**args) update!(**args) end |
Instance Attribute Details
#section ⇒ String
Corresponds to the JSON property section
15819 15820 15821 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15819 def section @section end |
#summary ⇒ String
Corresponds to the JSON property summary
15824 15825 15826 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15824 def summary @summary end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15831 15832 15833 15834 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15831 def update!(**args) @section = args[:section] if args.key?(:section) @summary = args[:summary] if args.key?(:summary) end |