Uses of Class
com.google.cloud.dialogflow.v2beta1.ConversationsClient
-
Packages that use ConversationsClient Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of ConversationsClient in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return ConversationsClient Modifier and Type Method Description static ConversationsClient
ConversationsClient. create()
Constructs an instance of ConversationsClient with default settings.static ConversationsClient
ConversationsClient. create(ConversationsSettings settings)
Constructs an instance of ConversationsClient, using the given settings.static ConversationsClient
ConversationsClient. create(ConversationsStub stub)
Constructs an instance of ConversationsClient, using the given stub for making calls.
-