dialogflow / dialogflow-nodejs-client

Node.js SDK for Dialogflow
Apache License 2.0
659 stars 287 forks source link

GET /intents/{id} does not return templates #94

Open reyou opened 6 years ago

reyou commented 6 years ago

This issue seems like started to occur today. Last Friday following call was returning me "templates" field as an array;

GET https://api.api.ai/v1/intents/{intentid} HTTP/1.1 Authorization: Bearer {Bearer} host: api.api.ai Connection: close

But today it does not show templates field. Here is a quick comparison between two responses.

Last Friday;

image

Today;

image

Can you please verify this on your side?

rajnish-kumar-76 commented 6 years ago

Hi, I feel you can me with the error I am facing. Please take a look. https://github.com/api-ai/apiai-nodejs-client/issues/93

There is no way to send a one-one message, so posted my request here.

Thanks, -Rajnish