Actually, i am using the V1 Dialogflow Client Java SDK.
ai.api
libai
1.6.12
In the current stable version (1.6.12) we have the possibility to set the Contexts before the query is sent to the server, using the method:
AIRequest setContexts(List<AIContext> contexts)
This is usefull because we can set (prepare) the status of the dialogflow (chatbot).
How can i do the same with the new V2 DialogFlow Beta version?
com.google.cloud
google-cloud-dialogflow
0.29.0-alpha
The samples for the new version are here https://github.com/dialogflow/dialogflow-java-client-v2 but i dont find the way to do that using the new library java version (2).
Is in the roadmap ?
Actually, i am using the V1 Dialogflow Client Java SDK.
ai.api
libai
1.6.12
In the current stable version (1.6.12) we have the possibility to set the Contexts before the query is sent to the server, using the method:
AIRequest setContexts(List<AIContext> contexts)
This is usefull because we can set (prepare) the status of the dialogflow (chatbot).
How can i do the same with the new V2 DialogFlow Beta version?
com.google.cloud
google-cloud-dialogflow
0.29.0-alpha
The samples for the new version are here https://github.com/dialogflow/dialogflow-java-client-v2 but i dont find the way to do that using the new library java version (2).
Is in the roadmap ?