Site updated at 2018-02-03 18:12:04 UTC

This commit is contained in:
Travis CI 2018-02-03 18:12:04 +00:00
parent bd47a07ecc
commit 249dd1c4b9
26 changed files with 73 additions and 73 deletions

View file

@ -74,7 +74,7 @@
</h1>
</header>
<hr class="divider">
<p>The intent_script component allows users to configure actions and responses to intents. Intents can be fired by any component that supports it. Examples are Alexa (Amazon Echo), API.ai (Google Assistant) and Snips.</p>
<p>The intent_script component allows users to configure actions and responses to intents. Intents can be fired by any component that supports it. Examples are <a href="/components/alexa/">Alexa</a> (Amazon Echo), <a href="/components/dialogflow/">API.ai</a> (Google Assistant) and <a href="/components/snips/">Snips</a>.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">intent_script</span><span class="pi">:</span>
<span class="s">GetTemperature</span><span class="pi">:</span> <span class="c1"># Intent type</span>