View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3SearchConfig (google_api_dialogflow v0.88.3)
Search configuration for UCS search queries.
Attributes
-
boostSpecs
(type:list(GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3BoostSpecs.t)
, default:nil
) - Optional. Boosting configuration for the datastores. -
filterSpecs
(type:list(GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3FilterSpecs.t)
, default:nil
) - Optional. Filter configuration for the datastores.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3SearchConfig{ boostSpecs: [GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3BoostSpecs.t()] | nil, filterSpecs: [GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3FilterSpecs.t()] | nil }