Get the location of an user in dialogflow
up vote
0
down vote
favorite
I would like to know, How can i get the location of ChatBot user with DialogFlow. It is to avoid asking him and simplifying the communication.
(Sorry my english is bad)
twilio dialogflow chatbot
add a comment |
up vote
0
down vote
favorite
I would like to know, How can i get the location of ChatBot user with DialogFlow. It is to avoid asking him and simplifying the communication.
(Sorry my english is bad)
twilio dialogflow chatbot
for which platform you are creating the bot?
– Abhinav Tyagi
Nov 9 at 8:34
I use twilio for use chatbot with phone text message
– Bastien Choisy
Nov 9 at 10:56
There is no inherent location for a user chatting over SMS, so you will need to ask. Sai.raj's answer below should help you.
– philnash
Nov 13 at 3:10
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I would like to know, How can i get the location of ChatBot user with DialogFlow. It is to avoid asking him and simplifying the communication.
(Sorry my english is bad)
twilio dialogflow chatbot
I would like to know, How can i get the location of ChatBot user with DialogFlow. It is to avoid asking him and simplifying the communication.
(Sorry my english is bad)
twilio dialogflow chatbot
twilio dialogflow chatbot
edited Nov 9 at 13:03
Jordi
3710
3710
asked Nov 9 at 8:22
Bastien Choisy
11
11
for which platform you are creating the bot?
– Abhinav Tyagi
Nov 9 at 8:34
I use twilio for use chatbot with phone text message
– Bastien Choisy
Nov 9 at 10:56
There is no inherent location for a user chatting over SMS, so you will need to ask. Sai.raj's answer below should help you.
– philnash
Nov 13 at 3:10
add a comment |
for which platform you are creating the bot?
– Abhinav Tyagi
Nov 9 at 8:34
I use twilio for use chatbot with phone text message
– Bastien Choisy
Nov 9 at 10:56
There is no inherent location for a user chatting over SMS, so you will need to ask. Sai.raj's answer below should help you.
– philnash
Nov 13 at 3:10
for which platform you are creating the bot?
– Abhinav Tyagi
Nov 9 at 8:34
for which platform you are creating the bot?
– Abhinav Tyagi
Nov 9 at 8:34
I use twilio for use chatbot with phone text message
– Bastien Choisy
Nov 9 at 10:56
I use twilio for use chatbot with phone text message
– Bastien Choisy
Nov 9 at 10:56
There is no inherent location for a user chatting over SMS, so you will need to ask. Sai.raj's answer below should help you.
– philnash
Nov 13 at 3:10
There is no inherent location for a user chatting over SMS, so you will need to ask. Sai.raj's answer below should help you.
– philnash
Nov 13 at 3:10
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Dialogflow provides Helpers for that purpose.
Refer the Official Documentations which has an example of accessing user's location:
https://developers.google.com/actions/assistant/helpers#place_and_location
Hope that helps!
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Dialogflow provides Helpers for that purpose.
Refer the Official Documentations which has an example of accessing user's location:
https://developers.google.com/actions/assistant/helpers#place_and_location
Hope that helps!
add a comment |
up vote
0
down vote
Dialogflow provides Helpers for that purpose.
Refer the Official Documentations which has an example of accessing user's location:
https://developers.google.com/actions/assistant/helpers#place_and_location
Hope that helps!
add a comment |
up vote
0
down vote
up vote
0
down vote
Dialogflow provides Helpers for that purpose.
Refer the Official Documentations which has an example of accessing user's location:
https://developers.google.com/actions/assistant/helpers#place_and_location
Hope that helps!
Dialogflow provides Helpers for that purpose.
Refer the Official Documentations which has an example of accessing user's location:
https://developers.google.com/actions/assistant/helpers#place_and_location
Hope that helps!
answered Nov 10 at 2:16
sai.raj
378210
378210
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53222102%2fget-the-location-of-an-user-in-dialogflow%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
for which platform you are creating the bot?
– Abhinav Tyagi
Nov 9 at 8:34
I use twilio for use chatbot with phone text message
– Bastien Choisy
Nov 9 at 10:56
There is no inherent location for a user chatting over SMS, so you will need to ask. Sai.raj's answer below should help you.
– philnash
Nov 13 at 3:10