“MalformedResponse: ‘final_response’ must be set”
“Dialogflow IntentHandler not found for intent:”
app.intent(‘Default Welcome Intent’, conv => {
conv.ask(‘Welcome...’);
});
app.catch((conv, e) => {
console.error(e);
conv.close(‘Oops. Something went wrong.’);
MalformedResponse
expectUserResponse must be false for cancel intent response.
expected_inputs[0].input_prompt.rich_initial_prompt: ‘rich_response’ must contain at least one item.
expected_inputs[0].input_prompt.rich_initial_prompt.items[0].simple_response: ‘display_text’ must be set or ‘ssml’ must have a valid display rendering.
Postar um comentário
Nenhum comentário :
Postar um comentário