Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs
- 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
-
#data_stores ⇒ Array<String>
Corresponds to the JSON property
dataStores. -
#filter ⇒ String
Corresponds to the JSON property
filter.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs
constructor
A new instance of GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs
Returns a new instance of GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs.
15029 15030 15031 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15029 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_stores ⇒ Array<String>
Corresponds to the JSON property dataStores
15022 15023 15024 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15022 def data_stores @data_stores end |
#filter ⇒ String
Corresponds to the JSON property filter
15027 15028 15029 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15027 def filter @filter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15034 15035 15036 15037 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15034 def update!(**args) @data_stores = args[:data_stores] if args.key?(:data_stores) @filter = args[:filter] if args.key?(:filter) end |