Closed vishakha-lall closed 4 years ago
I'd like to start working on this. @vishakha-lall
What queries are we trying to handle while dealing with the Timezone API
?
I can think of the following examples:
<PLACE>
?<PLACE>
?<PLACE>
located in?<PLACE>
?Would you want to add on some more examples to this list? @vishakha-lall
What queries are we trying to handle while dealing with the
Timezone API
? I can think of the following examples:
- What is the time at
<PLACE>
?- What time is it now at
<PLACE>
?- Which timezone is
<PLACE>
located in?- What is the timezone at
<PLACE>
?Would you want to add on some more examples to this list? @vishakha-lall
These look good, go ahead. As of now, I can't think of anymore.
A minor blocker:
are being classified as a C
(chat) by the utilities.classify_sentence()
and thus leading to crashes in databaseconnect.py
.
Though, the above sentence is being classified as Q
(question) correctly.
I'm planning to ignore tests of the misclassified sentence since it's out of scope for this issue. Your views, @vishakha-lall ?
Is your feature request related to a problem? Please describe. While
googleMapsApiModule.py
has already implementedtimezone
as a module, it is desired that the results of these API are seen in bot conversations.Describe the solution you'd like This issue would would require carefully studying the intent of the API, the kind of response it returns. On the basis of these, the following must be addressed
Describe alternatives you've considered NA
Additional context These changes would be required in
chatbot.py
and similar implementations for Directions API can be used as guidelines.