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