Chapter 7, A Python Client for Explainable AI Chatbots
- It is possible to create a dialog with Python and Dialogflow. (True|False)
True. The Google Python client can communicate with Dialogflow.
- You can customize your XAI dialog with a Python client. (True|False)
True. Yes, a chatbot can help to interestingly explain AI.
- You do not need to set anything up in Dialogflow if you use a Python client. (True|False)
False. You must configure Dialogflow.
- Intents are optional in Dialogflow. (True|False)
False. Intents contain training phrases and responses.
- A training phrase is a response in a dialog. (True|False)
False. A training phase contains a question or phrase, not the response.
- Context is a way of enhancing an XAI dialog. (True|False)
True. It is a good way of improving a dialog by remembering the previous exchanges.
- A follow-up question is a way of managing...