Libraries
»
puppetlabs-azure_arm
(0.2.1)
»
Index (l)
»
Puppet Tasks
»
luisruntime_azure_prediction_resolve
Puppet Task: luisruntime_azure_prediction_resolve
Defined in:
tasks/luisruntime_azure_prediction_resolve.json,
tasks/luisruntime_azure_prediction_resolve.rb
Overview
Gets predictions for a given utterance, in the form of intents and entities. The current maximum query size is 500 characters.
Supports noop?
false
Parameters
compositeentities
(Optional[String[1]])
— The composite entities extracted from the utterance.
alteredquery
(Optional[String[1]])
— The corrected utterance (when spell checking was enabled).
q
(Optional[String[1]])
— The utterance to predict.
verbose
(Optional[String[1]])
— If true, return all intents instead of just the top scoring intent.
log
(Optional[String[1]])
— Log query (default is true)
topscoringintent
(Optional[String[1]])
—
staging
(Optional[String[1]])
— Use the staging endpoint slot.
spell_check
(Optional[String[1]])
— Enable spell checking.
bing_spell_check_subscription_key
(Optional[String[1]])
— The subscription key to use when enabling bing spell check
entities
(Optional[String[1]])
— The entities extracted from the utterance.
sentimentanalysis
(Optional[String[1]])
—
app_id
(Optional[String[1]])
— The LUIS application ID (Guid).
timezone_offset
(Optional[String[1]])
— The timezone offset for the location of the request.
query
(Optional[String[1]])
— The input utterance that was analyzed.
intents
(Optional[String[1]])
— All the intents (and their score) that were detected from utterance.