-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
### Road to Beta | ||
Before a beta release numbers 2 and 3 need to be done. As well as to do the corresponding vehicle info training on the dialogflow agent. The dialogflow agent needs to have comprehensive fallback phrases. There needs to be some robust pre-deployment tests. Ideally also a parralel development build and deployment pathway. | ||
|
||
1. As [r/SpaceX API](https://github.com/r-spacex/SpaceX-API) gets a more advanced search query system, the searches need not be done within the webhook, instead, custom https get queries can be used. [ ] | ||
[ ] As [r/SpaceX API](https://github.com/r-spacex/SpaceX-API) gets a more advanced search query system, the searches need not be done within the webhook, instead, custom https get queries can be used. | ||
|
||
2. Vehicle info [function](https://github.com/HarvsG/r-SpaceX-AI-Bot/blob/70dcf6479f757a79c22b5fd456bf958b99133bc6/index.js#L174). | ||
[ ] Vehicle info [function](https://github.com/HarvsG/r-SpaceX-AI-Bot/blob/70dcf6479f757a79c22b5fd456bf958b99133bc6/index.js#L174). | ||
|
||
3. Creating verbose replies for all the query parameters | ||
[ ] Creating verbose replies for all the query parameters | ||
|
||
4. Consider making [rich-content replies](https://api.ai/docs/rich-messages#card). | ||
[ ] Consider making [rich-content replies](https://api.ai/docs/rich-messages#card). | ||
* for actoins on google [format](https://developers.google.com/actions/dialogflow/webhook) | ||
* for slack [format](https://api.slack.com/docs/messages) | ||
|
||
5. Different display and speech text where appropriate. | ||
[ ] Different display and speech text where appropriate. | ||
|
||
6. Optional ‘More info’ Buttons/Speech options | ||
[ ] Optional ‘More info’ Buttons/Speech options | ||
|
||
7. Allow users to ask questions about specific launches e.g “What pad did CRS-10 take-off from” | ||
[ ] Allow users to ask questions about specific launches e.g “What pad did CRS-10 take-off from” | ||
|
||
8. More help options in conversation | ||
[ ] More help options in conversation | ||
|
||
9. More natural conversation flow. | ||
[ ] More natural conversation flow. | ||
|
||
10. For fields that are used for search/query narrowing. e.g 'launch_success', 'rocket' and ‘@LaunchTemporal’ in "When was the first successful launch of the falcon 1?", consider making some reference to them in the reply to inspire user confidence. So instead of the reply simply saying “The launch of RatSat aboard SpaceX's Falcon 1 from Kwajalein Atoll took place at Sun, 28 Sep 2008 23:15:00 GMT.” It might say something like: "The launch of RatSat aboard SpaceX's Falcon 1 from Kwajalein Atoll took place at Sun, 28 Sep 2008 23:15:00 GMT. The launch of RatSat was a success." | ||
[ ] For fields that are used for search/query narrowing. e.g 'launch_success', 'rocket' and ‘@LaunchTemporal’ in "When was the first successful launch of the falcon 1?", consider making some reference to them in the reply to inspire user confidence. So instead of the reply simply saying “The launch of RatSat aboard SpaceX's Falcon 1 from Kwajalein Atoll took place at Sun, 28 Sep 2008 23:15:00 GMT.” It might say something like: "The launch of RatSat aboard SpaceX's Falcon 1 from Kwajalein Atoll took place at Sun, 28 Sep 2008 23:15:00 GMT. The launch of RatSat was a success." |