DialogFlow Suggestion Chips - Web Browser not serving Suggestions - dialogflow-es

I've been Working with DialogFlow for about a week, so excuse my ignorance if I've overlooked something.
I have Intents and Contexts chaining and working very well so far. Though Suggestion Chips as of yet dont appear except in the simulator. Not in the Integrations demo of Web. I'm using actions in with fulfillment to add a suggestion though its just showing the first message and no Suggestions.
function gender(agent) {
agent.add("Are you Male or Female?");
agent.add(new Suggestion(`Male`));
agent.add(new Suggestion(`Female`));
agent.add(new Suggestion(`Other`));
agent.setContext({ name: 'get_gender', lifespan: 2});
}
Any suggestions / help would be greatly appreciated.
Thanks,
Kieran

If by Integration demo of Web, you mean the web demo integration in Dialogflow. Your suggestions are not showing up because they are a Google Assistant feature. The web demo only supports Dialogflow features. The suggestion chips will only work in the Google Assistant Console or on a Google Assistant device.

Related

Integration of Dialogflow

I have a concern regarding dialogflow. I used to integrate all dialogflow configs(Intents) and provide service accounts(GCP) that will integrate for the robot. I tried to test the voice interaction between the device and it responds correctly but the problem is no audio response to that intent. Any solutions? Thanks and regardsenter image description here

Dialogflow knowledbase works and responds in the 'try it now" console but not on integration kommunicate

My Dialogflow knowledge base intent is detected when I ask questions withing the knowledge base document while in the dialogflow console try it now and works well in facebook too. But when integrated kommunicate, if i ask a same question, it defaults to fallback intent and responds with fallback response. What could be the cause. I increased the knowledge base slider to strongest.
Screenshot of the console
Kommunicate supports the knowledgebase feature of Dialogflow. However, This feature is disabled by default because it is in the beta phase.
If you want to enable this feature you can contact to Kommunciate support team at support#kommunicate.io with the knowledgebase Ids and bot Id.
Check this answer to get the knowledgebase id from Dialogflow.

Dialogflow- chatbot related queries

I've created a basic app with a chatbot that can respond to what I type using DialogFlow and Angular. It is hosted locally. Now I want to have that chatbot respond to what I type with cards, lists and such. Like how Messenger has templates. I want to have a custom payload sent to me in response to what I send. Can anyone please help me? (NOTE: iam using the v2api)
Dialogflow supports rich message response to only certain platforms that it has listed on its website for ex. Facebook, google assistance etc. To display rich message you need to code it out.

Dialogflow and heroku Webhooks

I have created a Dialogflow agent which is integrated with telegram bot. The bot answers all the questions to which is trained. Now I want to create a webhook to which the Dialogflow agent will fetch the queries ( e.g weather , movie ratings etc )say from another website. How do i carry it out. I have googled but so far not successful. can any body suggest basic tutorial for the above or examples.
thanks
You can check out my answer here. Most of the part would be helpful. Once you tested it locally you may follow this to deploy NodeJS code on Heroku.

Facebook Messenger Bot only working for me (developer)

Hi I got my bot approved and the app is live to the public, but it only sends responses to me. Please help. Im a beginner and not sure what's wrong
Update: Please see Messenger Bot Fails to Respond
Perhaps a bit late but perhaps this will help. I just got my bot approved today. In the App Review panel, I now see that 'pages_messaging' is enabled. Also, under the 'Messenger->Setting' I see 'Bot Ratings'. The bot appears to be open to the world as several people have accessed it.
http://messenger/t/dynamicmemorysolutions
please verify if your app is available to the general public.
Follow these steps:
Login to your facebook developer console.
In Basic settings provide an email.
In App Review switch to YES (general public)
In Roles section you can also define test users in order to verify that your Bot is working as expected.
Regards

Resources