C++ Client Libraries for Dialogflow V2_beta1 #9426
Answered
by
coryan
PratheepCXM
asked this question in
Q&A
-
By Default, the GITHUB Source creates C++ Client libraries for Dialogflow V2. The repository contains the proto files for Dialogflow V2_Beta1. How to create the C++ client libraries for v2beta1 using the existing CMAKE Scripts? . |
Beta Was this translation helpful? Give feedback.
Answered by
coryan
Nov 9, 2022
Replies: 1 comment 7 replies
-
At the moment there is no way to do this. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FWIW, the next version of
google-cloud-cpp
will includeStreamingAnalyzeContent
as part of the v2 API.google-cloud-cpp/google/cloud/dialogflow_es/participants_client.h
Lines 358 to 361 in 2ae1f55