Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated screenshots in dialogflow for natural language process #116

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions docs/4. Integrations/Dialogflow for Natural Language Processing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
> ### **6 minute read                             &nbsp                             &nbsp                             &nbsp                               `Advanced`**
> ### **6 minutes read                                                                                                                         `Advanced`**


**Dialog Flow can be used in flows to send responses to end-users based on their intent when a specific keyword doesn’t match.**

Expand All @@ -8,6 +9,8 @@

<br />

_The UI of the platform has been updated since the webinar was conducted. The functionalities shown all remain the same_

## Using DialogFlow NLP agent within Glific.

**Step 1 :** Open a GCP account, project and service account with a key (.json file).
Expand Down Expand Up @@ -123,21 +126,15 @@ Troubleshooting tip : Added a new intent in Dialog Flow agent does not reflect

## Step 2 : Configure Dialog Flow in Glific to connect to your GCP Project

1 . Click on `setting` icon.

![image](https://user-images.githubusercontent.com/32592458/212662590-a7fd2495-68ae-4c16-a47a-f35ef7d24778.png)

1 . Click on `NGO main account`, find `Settings` and go to `Dialogflow`.

<img width="384" alt="Screenshot 2024-03-04 at 3 11 54 PM" src="https://github.com/glific/docs/assets/141305477/1405fdf5-b01d-420c-adc3-3fee2849f03e" />

2 . Click on `edit` icon of Dialog flow



![image](https://user-images.githubusercontent.com/32592458/212662619-911da041-727b-44b4-b259-6a4b942e0840.png)

3 . Enter `Goth Credentials` of your Dialog flow. It is same as it is for your GCS account. Check the &quot;Is active&quot; box as well.

![image](https://user-images.githubusercontent.com/32592458/212662665-dae4e28a-b8b4-42e0-9bb9-85cdeeaab5c5.png)
<img width="732" alt="Screenshot 2024-03-04 at 3 12 39 PM" src="https://github.com/glific/docs/assets/141305477/cb8c0128-5cfa-4b80-a0a9-0e7faf94acf2" />

4 . Click on **Save** button

Expand All @@ -153,7 +150,6 @@ Note : This is only needed if your service account doesn&#39;t have complete own




3 . Click on `members` button.

![image](https://user-images.githubusercontent.com/32592458/212662771-c0a57b1e-bb61-4f3e-ba31-ca5822c62b5e.png)
Expand Down
Loading