| Name | Type | Description | Notes |
|---|---|---|---|
| keywords | Array<String> | Keywords echoed from the request. | |
| language | String | ||
| results | Array<SeoKeywordIntentItem> | Search intent per keyword. Each keyword is one billable record. |
require 'unifapi'
instance = Unifapi::SeoKeywordIntentResponse.new(
keywords: null,
language: null,
results: null
)