Questions tagged [fulfillment]
115 questions
5
votes
1 answer
Code to play Youtube video in Google Assistant
How do we play videos from YouTube as a response to google assistant app?
As of now, if I say suppose Talk to Gurudev on google assistant app, it shows some videos, when I click them, they open as pop up on google assistant.
How do we achieve this…

Harshal Jadhav
- 51
- 3
4
votes
1 answer
Is it possible to automatically transform a Dropship Purchase Order into an Item Fulfillment using a Workflow?
I would like to schedule a workflow to find all items that belong to a purchase order that has been marked as shipped by the vendor and mark them as shipped. Doing this manually, Netsuite takes you to the Item Fulfillment form. When I attempt to…

dstep
- 135
- 3
- 15
4
votes
1 answer
How can I provide different fulfillment URLs for Actions on Google Release?
The documentation at https://developers.google.com/actions/deploy/release-environments states "To handle release channels in your fulfillment, you should provide different fulfillment URLs (for example, one fulfillment URL for the beta and another…

Jerome E. Garcia
- 41
- 1
4
votes
1 answer
How to use Dialogflow's fulfillment code with Kommunicate
Sorry if this question is dumb but I don't have much experience using Javascript or Dialogflow yet. I have a Dialogflow bot that I've integrated through Kommunicate into a test website. The bot works with responses set through intents, but…

Caleb Johnson
- 376
- 3
- 21
4
votes
1 answer
How to show order fulfilment in a SQL Server 2008 query
I am trying to think of a way on a SQL Server 2008 database to run through a sales order table and get open demand for a part, order it by due date, then look at a purchase order table and fulfill the sales orders by PO, ordering the PO supply by…

jenhil34
- 1,451
- 3
- 17
- 27
3
votes
2 answers
Respond with User timezone/locale from a webhook request
When I receive a user request I would like to respond with a date with the user timezone. Actually, I can only respond with server TZ

StErMi
- 5,389
- 5
- 48
- 71
2
votes
5 answers
Add new carrier to Magento for order tracking (Initial CityLink)
I wish to use the UK Initial CityLink courier, as the shipment provider. Does anyone know anything on integrating with their systems, such as an extension or plug-in?
If not, how can we add a new carrier to the list, so we can manually add a…

mattpark22
- 741
- 2
- 14
- 26
2
votes
2 answers
How do I check user parameters to match a value in firebase?
Im new to dialogflow and javascript so I am really unfamiliar with how to code in fulfillment of dialogflow
this is my if statement to check if the user parameter matches with the value in the firebase, but it does not work and fallback intent is…

Baboy
- 111
- 1
- 1
- 10
2
votes
1 answer
Dialogflow with fulfillment: get answer opening an URL http
After looking for a while, I haven't found a proper answer.
I am currently building an agent in Dialogflow. This agent would be integrated in a webpage (so it would not be a Facebook messenger neither a part of Google Assistant). The agent is…

Isa
- 53
- 2
- 9
2
votes
2 answers
Want to preserve persistent values
We want to preserve persistent values.
We tried it with the following simple code, but the value was not preserved.
What did we make a mistake?
index.js
'use strict';
const functions = require('firebase-functions');
const { dialogflow } =…

Ganessa
- 782
- 2
- 7
- 24
2
votes
1 answer
Dialogflow V2 API says my Webhook response was empty
I am trying to use the Dialogflow V2 API to add two numbers, to do this I have setup a web server with HTTPS access to complete the request. in the Diagnostic Info screen in the Dialogflow console I can see the Fulfilment Response from my remote…

kazzle101
- 67
- 3
2
votes
1 answer
How to send different speech & display text from DialogFlowV2 webhook?
I recently updated from DialogFlowV1 to DialogFlowV2.
I see that there is no different displayText & speech parameters in V2.
How to send different speech & displayText parameters from webhook fulfillment so that I can use those values using…

Bharath
- 3,001
- 6
- 32
- 65
2
votes
1 answer
Dialogflow Agent works in Google simulator, failed in console and web link
I am using Dialogflow V2 API.
Everything works perfectly in testing via Actions on Google simulator. Please find pic attached.
However, when attempted using the console (right column) within Dialogflow, and also the web integration link, it does not…

Jasmine Seah
- 31
- 3
2
votes
1 answer
Can we create fulfillment service(end point) of google home without node.js?
I have created a web service in my application which does not support nodejs as an end point of fulfillment.
I am getting request header correctly but the JSON data (request parameters) is garbage value.
My question is:-
Can we create fulfillment…

AJ.
- 4,526
- 5
- 29
- 41
2
votes
2 answers
Send back rich responses to Actions on Google through Dialogflow webhook fulfillment
To get Google Assistant to display rich responses to the user, one must provide it with a response like the example on the Actions on Google docs. However, since I'm using Dialogflow as the intermediary party between my server and Google's, I need…

Alex Wohlbruck
- 1,340
- 2
- 25
- 41