Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 457 Bytes

File metadata and controls

20 lines (14 loc) · 457 Bytes

Unifapi::SeoKeywordIntentEntry

Properties

Name Type Description Notes
intent String Search intent: informational, navigational, commercial, or transactional.
probability Float Probability of this intent, where 1 is highest. [optional]

Example

require 'unifapi'

instance = Unifapi::SeoKeywordIntentEntry.new(
  intent: null,
  probability: null
)