mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Minor changes
This commit is contained in:
parent
78a5bc7f65
commit
29595acb24
@ -14,10 +14,6 @@ ha_release: 0.56
|
||||
redirect_from: /components/apiai/
|
||||
---
|
||||
|
||||
<p class='note'>
|
||||
Before 0.56 this component was named `apiai`.
|
||||
</p>
|
||||
|
||||
The `dialogflow` component is designed to be used with the [webhook](https://dialogflow.com/docs/fulfillment#webhook) integration of [Dialogflow](https://dialogflow.com/). When a conversation ends with a user, Dialogflow sends an action and parameters to the webhook.
|
||||
|
||||
To be able to receive messages from DialogFlow, your Home Assistant instance needs to be accessible from the web ([Hass.io instructions](/addons/duckdns/)) and you need to have the `base_url` configured for the HTTP component ([docs](https://www.home-assistant.io/components/http/#base_url)). Dialogflow will return fallback answers if your server does not answer or takes too long (more than 5 seconds).
|
||||
@ -42,7 +38,7 @@ To use this integration, you should define a conversation (intent) in Dialogflow
|
||||
|
||||
### {% linkable_title Configuring your Dialogflow account %}
|
||||
|
||||
To get the webhook url, go to the integrations page in the configuration screen and find Dialogflow. Click on configure. Follow the instructions on the screen.
|
||||
To get the webhook URL, go to the integrations page in the configuration screen and find "Dialogflow". Click on "configure". Follow the instructions on the screen.
|
||||
|
||||
- [Login](https://console.dialogflow.com/) with your Google account
|
||||
- Click on "Create Agent"
|
||||
|
Loading…
x
Reference in New Issue
Block a user