Class: Google::Cloud::Dialogflow::CX::V3::BoostSpecs

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::Array<::String>)

    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.

Returns:



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