Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 488 Bytes

File metadata and controls

20 lines (14 loc) · 488 Bytes

Unifapi::SeoKeywordIntentRequest

Properties

Name Type Description Notes
keywords Array<String> Keywords to classify (1-1000). Returns the search intent for each.
language String Search language as an ISO code or full language name. Defaults to en. [optional]

Example

require 'unifapi'

instance = Unifapi::SeoKeywordIntentRequest.new(
  keywords: null,
  language: null
)