The online tutorial for using the Java SDK to interact with Dialogflow CX has the following line of code
AgentsSettings agentsSettings = AgentsSettings.newBuilder().setEndpoint(apiEndpoint).build();
AgentsClient client = AgentsClient.create(agentsSettings);
However I cannot find any install for the DF CX SDK containing those classes? They show up in the online Javadoc. ??
Any help appreciated.