Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections

Returns a new instance of GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections.



11223
11224
11225
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11223

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

Instance Attribute Details

#section_typesArray<String>

Corresponds to the JSON property sectionTypes

Returns:

  • (Array<String>)


11221
11222
11223
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11221

def section_types
  @section_types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11228
11229
11230
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11228

def update!(**args)
  @section_types = args[:section_types] if args.key?(:section_types)
end