api-ai

Can I make Dialogflow intents require atleast one of the trained entities?

浪子不回头ぞ 提交于 2021-01-28 02:44:01
问题 I know how to make intents require any parameter value, after which the intent will force to get the value; but is it possible to make it force to get atleast one of the given entity parameters ? 回答1: You could enable webhook fulfillment for that intent and if no entities were provided, reprompt the user for at least one of a list of entities. 来源: https://stackoverflow.com/questions/49704844/can-i-make-dialogflow-intents-require-atleast-one-of-the-trained-entities

Is there a way to retrieve the conversation history in Dialogflow?

余生长醉 提交于 2020-03-02 03:56:27
问题 Is there a way to obtain the full conversation between the user and agent. Pretty much similar to what I get by clicking the history tag but programmatically. The point is to save the interaction between user and agent as text. Thank you guys in advanced! 回答1: There's no API to retrieve the history from Dialogflow directly. But what you can do is enable logging. Agent Settings > General > Log Settings > Log interactions to Google Cloud And all the interactions will be logged into Google

Is there a way to retrieve the conversation history in Dialogflow?

老子叫甜甜 提交于 2020-03-02 03:55:25
问题 Is there a way to obtain the full conversation between the user and agent. Pretty much similar to what I get by clicking the history tag but programmatically. The point is to save the interaction between user and agent as text. Thank you guys in advanced! 回答1: There's no API to retrieve the history from Dialogflow directly. But what you can do is enable logging. Agent Settings > General > Log Settings > Log interactions to Google Cloud And all the interactions will be logged into Google

Is there a way to retrieve the conversation history in Dialogflow?

随声附和 提交于 2020-03-02 03:55:05
问题 Is there a way to obtain the full conversation between the user and agent. Pretty much similar to what I get by clicking the history tag but programmatically. The point is to save the interaction between user and agent as text. Thank you guys in advanced! 回答1: There's no API to retrieve the history from Dialogflow directly. But what you can do is enable logging. Agent Settings > General > Log Settings > Log interactions to Google Cloud And all the interactions will be logged into Google

gactions test fails with “Your app must have at least one action for locale en”

我怕爱的太早我们不能终老 提交于 2020-01-06 05:48:11
问题 When I run gactions test for one of my Actions SDK projects I get the following message: ERROR: Failed to test the app for the Assistant ERROR: Request contains an invalid argument. Field Violations: # Field Description 1 agent_version_content.action Your app must have at least one action for locale en 2017/10/09 17:48:46 Server did not return HTTP 200 This has also been raised at least twice in the Google+ community - so far without any proper answer. What can we do, to get rid of this