From 995120279f1e6000af38e0834e20148d6e6963ac Mon Sep 17 00:00:00 2001 From: Tod Schmidt Date: Thu, 24 May 2018 03:27:09 -0400 Subject: [PATCH] Update snips.markdown (#5421) * Update snips.markdown * Add periods --- source/_components/snips.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_components/snips.markdown b/source/_components/snips.markdown index 425abdc6a5a..20580aa73bc 100644 --- a/source/_components/snips.markdown +++ b/source/_components/snips.markdown @@ -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 %}