Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SummarySuggestion
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SummarySuggestion
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#summary_sections ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SummarySuggestionSummarySection>
Corresponds to the JSON property
summarySections.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2SummarySuggestion
constructor
A new instance of GoogleCloudDialogflowV2SummarySuggestion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2SummarySuggestion
Returns a new instance of GoogleCloudDialogflowV2SummarySuggestion.
16723 16724 16725 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 16723 def initialize(**args) update!(**args) end |
Instance Attribute Details
#summary_sections ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SummarySuggestionSummarySection>
Corresponds to the JSON property summarySections
16721 16722 16723 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 16721 def summary_sections @summary_sections end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16728 16729 16730 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 16728 def update!(**args) @summary_sections = args[:summary_sections] if args.key?(:summary_sections) end |