Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/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) ⇒ GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs
constructor
A new instance of GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs
Returns a new instance of GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs.
19132 19133 19134 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19132 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_stores ⇒ Array<String>
Corresponds to the JSON property dataStores
19125 19126 19127 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19125 def data_stores @data_stores end |
#filter ⇒ String
Corresponds to the JSON property filter
19130 19131 19132 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19130 def filter @filter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19137 19138 19139 19140 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19137 def update!(**args) @data_stores = args[:data_stores] if args.key?(:data_stores) @filter = args[:filter] if args.key?(:filter) end |