Update snips.markdown (#5421)

* Update snips.markdown

* Add periods
This commit is contained in:
Tod Schmidt 2018-05-24 03:27:09 -04:00 committed by Fabian Affolter
parent 1a182b63b3
commit 995120279f

View File

@ -107,18 +107,18 @@ By default, Snips runs its own MQTT broker. But we can also tell Snips to use an
{% configuration %}
feedback_sounds:
description: Turn on feedbacks sounds for Snips
description: Turn on feedbacks sounds for Snips.
required: false
type: str
default: false
site_ids:
description: A list of siteIds if using multiple Snips instances. Used to make sure feedback is toggled on or off for all sites
description: A list of siteIds if using multiple Snips instances. Used to make sure feedback is toggled on or off for all sites.
required: false
type: str
probability_threshhold:
description: Threshhold for intent probability. Intents under this level are discarded
description: Threshhold for intent probability. Range is from 0.00 to 1.00, 1 being highest match. Intents under this level are discarded.
require: false
type: int
type: float
{% endconfiguration %}
### {% linkable_title Specifying the MQTT broker %}