2

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 service(end point) of google home without nodejs ?

If yes, then what configurations I need to take care off ?

AJ.
  • 4,526
  • 5
  • 29
  • 41

1 Answers1

2

Absolutely. All you need to do fulfillment is

You can write this second one in any language you wish.

If your actual problem is that the JSON being sent to you seems wrong, then you should probably post the code you're using, what you're getting, and why you think it is incorrect.

Prisoner
  • 49,922
  • 7
  • 53
  • 105
  • Well the answer is:- YES, we can create fulfillment service(end point) of google home without nodejs. After doing some modifications in my application I received correct JSON format. – AJ. Jul 03 '18 at 06:53