Name | Type | Description | Notes |
---|---|---|---|
scores | Array<PredictResultScoresInner> | Prediction results | [optional] |
policy | String | Policy which predicted the most likely action | [optional] |
tracker | Tracker | [optional] |
require 'rasa-http-api'
instance = Rasa::HTTP::PredictResult.new(
scores: null,
policy: policy_2_TEDPolicy,
tracker: null
)