Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::SearchConfig (v1.5.0)

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

Search configuration for UCS search queries.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#boost_specs

def boost_specs() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::BoostSpecs>
Returns
  • (::Array<::Google::Cloud::Dialogflow::CX::V3::BoostSpecs>) — Optional. Boosting configuration for the datastores.

    Maps from datastore name to their boost configuration. Do not specify more than one BoostSpecs for each datastore name. If multiple BoostSpecs are provided for the same datastore name, the behavior is undefined.

#boost_specs=

def boost_specs=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::BoostSpecs>
Parameter
  • value (::Array<::Google::Cloud::Dialogflow::CX::V3::BoostSpecs>) — Optional. Boosting configuration for the datastores.

    Maps from datastore name to their boost configuration. Do not specify more than one BoostSpecs for each datastore name. If multiple BoostSpecs are provided for the same datastore name, the behavior is undefined.

Returns
  • (::Array<::Google::Cloud::Dialogflow::CX::V3::BoostSpecs>) — Optional. Boosting configuration for the datastores.

    Maps from datastore name to their boost configuration. Do not specify more than one BoostSpecs for each datastore name. If multiple BoostSpecs are provided for the same datastore name, the behavior is undefined.

#filter_specs

def filter_specs() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::FilterSpecs>
Returns
  • (::Array<::Google::Cloud::Dialogflow::CX::V3::FilterSpecs>) — Optional. Filter configuration for the datastores.

    Maps from datastore name to the filter expression for that datastore. Do not specify more than one FilterSpecs for each datastore name. If multiple FilterSpecs are provided for the same datastore name, the behavior is undefined.

#filter_specs=

def filter_specs=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::FilterSpecs>
Parameter
  • value (::Array<::Google::Cloud::Dialogflow::CX::V3::FilterSpecs>) — Optional. Filter configuration for the datastores.

    Maps from datastore name to the filter expression for that datastore. Do not specify more than one FilterSpecs for each datastore name. If multiple FilterSpecs are provided for the same datastore name, the behavior is undefined.

Returns
  • (::Array<::Google::Cloud::Dialogflow::CX::V3::FilterSpecs>) — Optional. Filter configuration for the datastores.

    Maps from datastore name to the filter expression for that datastore. Do not specify more than one FilterSpecs for each datastore name. If multiple FilterSpecs are provided for the same datastore name, the behavior is undefined.