Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::BoostSpecs (v0.26.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::BoostSpecs.

Boost specifications for data stores.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_stores

def data_stores() -> ::Array<::String>
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}

#data_stores=

def data_stores=(value) -> ::Array<::String>
Parameter
  • value (::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}
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}

#spec

def spec() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::BoostSpec>
Returns

#spec=

def spec=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::BoostSpec>
Parameter
Returns