Class: Google::Cloud::Dialogflow::CX::V3::SearchConfig

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

Search configuration for UCS search queries.

Instance Attribute Summary collapse

Instance Attribute Details

#boost_specs::Array<::Google::Cloud::Dialogflow::CX::V3::BoostSpecs>

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



644
645
646
647
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 644

class SearchConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#filter_specs::Array<::Google::Cloud::Dialogflow::CX::V3::FilterSpecs>

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



644
645
646
647
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 644

class SearchConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end