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.
15066 15067 15068 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15066 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_stores ⇒ Array<String>
Corresponds to the JSON property dataStores
15059 15060 15061 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15059 def data_stores @data_stores end |
#filter ⇒ String
Corresponds to the JSON property filter
15064 15065 15066 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15064 def filter @filter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15071 15072 15073 15074 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15071 def update!(**args) @data_stores = args[:data_stores] if args.key?(:data_stores) @filter = args[:filter] if args.key?(:filter) end |