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.
15211 15212 15213 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15211 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_stores ⇒ Array<String>
Corresponds to the JSON property dataStores
15204 15205 15206 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15204 def data_stores @data_stores end |
#filter ⇒ String
Corresponds to the JSON property filter
15209 15210 15211 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15209 def filter @filter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15216 15217 15218 15219 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15216 def update!(**args) @data_stores = args[:data_stores] if args.key?(:data_stores) @filter = args[:filter] if args.key?(:filter) end |