Class: Google::Cloud::Dialogflow::CX::V3::BoostSpecs
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::BoostSpecs
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/session.rb
Overview
Boost specifications for data stores.
Instance Attribute Summary collapse
-
#data_stores ⇒ ::Array<::String>
Optional.
-
#spec ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::BoostSpec>
Optional.
Instance Attribute Details
#data_stores ⇒ ::Array<::String>
Returns Optional. Data Stores where the boosting configuration is applied. The full
names of the referenced data stores. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
.
784 785 786 787 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 784 class BoostSpecs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#spec ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::BoostSpec>
Returns Optional. A list of boosting specifications.
784 785 786 787 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 784 class BoostSpecs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |