Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs
- 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. -
#spec ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec>
Corresponds to the JSON property
spec.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs
constructor
A new instance of GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs
Returns a new instance of GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs.
15055 15056 15057 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15055 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_stores ⇒ Array<String>
Corresponds to the JSON property dataStores
15048 15049 15050 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15048 def data_stores @data_stores end |
#spec ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec>
Corresponds to the JSON property spec
15053 15054 15055 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15053 def spec @spec end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15060 15061 15062 15063 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15060 def update!(**args) @data_stores = args[:data_stores] if args.key?(:data_stores) @spec = args[:spec] if args.key?(:spec) end |