Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 356 Bytes

SuggestedQueriesRequest.md

File metadata and controls

18 lines (12 loc) · 356 Bytes

TrieveRubyClient::SuggestedQueriesRequest

Properties

Name Type Description Notes
query String The query to base the generated suggested queries off of.

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::SuggestedQueriesRequest.new(
  query: null
)