From 054e60a864edbe565586557580056fb7a8fb0b97 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 30 Jun 2021 15:04:36 +0100 Subject: [PATCH] add ask question examples.json --- ask/examples.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ask/examples.json diff --git a/ask/examples.json b/ask/examples.json new file mode 100644 index 0000000..2ca563e --- /dev/null +++ b/ask/examples.json @@ -0,0 +1,14 @@ +{ + "question": [{ + "title": "Ask a question", + "description": "Ask a question and get an instant answer", + "request": { + "query": "google" + }, + "response": { + "answer": "Google An American multinational technology company that specializes in Internet-related services...", + "url": "https://en.wikipedia.org/wiki/Google_(disambiguation)", + "image": "https://duckduckgo.com/i/8f85c93f.png" + } + }] +}