dialogflow-java-client icon indicating copy to clipboard operation
dialogflow-java-client copied to clipboard

Java client library for Dialogflow

Results 16 dialogflow-java-client issues
Sort by recently updated
recently updated
newest added

I'm curious if there will ever be support for UI based agent Settings. It looks like there is an internal endpoint that the UI uses to do things like set...

My working app suddenly started throwing an error and I am unable to communicate with Dialogflow service via API.ai library for Android. Error: _W/System.err: ai.api.AIServiceException: Wrong service answer format. Please,...

My webhook takes time to process a request (more or less 8-9 seconds) and I would like to send a "temporary" response like "I'm processing" "Wait a while". Is there...

Unable to invoke no-args constructor for class ai.api.model.ResponseMessage. Registering an InstanceCreator with Gson for this type may fix this problem. I try to receive AIResponse but this error appears to...

Hello guys, I'm developing an Actions On Google app and, developing a list of CardItem I've realised a little bug of your library. In the CardImage method is missing an...

Hello, I'm developing a Google Assistant app but in the Java DialogFlow library there is not support for Carousel List (or Carousel Selector). Can you help me? Here is the[...

On successful build with maven and deploying the same in server, 404 is what i am seeing.

Hi Team, Can we have latest AIConfiguration which will connect to Dialogflow V2 API version. Thanks and Regards, Shishir Bhujbal

#38 Added support for arrays in AIEvent + extended tests

Since introduction of "list" parameters in api.ai it is possible to bind the json array from the response of the followup event (AIEvent) to a "list" variable. This allows to...