Gleanex.Client.RecommendationsRequestOptions (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a RecommendationsRequestOptions

Summary

Types

t()

@type t() :: %Gleanex.Client.RecommendationsRequestOptions{
  context: Gleanex.Client.Document.t() | nil,
  datasourceFilter: String.t() | nil,
  datasourcesFilter: [String.t()] | nil,
  facetFilterSets: [Gleanex.Client.FacetFilterSet.t()] | nil,
  resultProminence: [String.t()] | nil
}