Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.stub.WebhooksStub
-
Packages that use WebhooksStub Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of WebhooksStub in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return WebhooksStub Modifier and Type Method Description WebhooksStub
WebhooksClient. getStub()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type WebhooksStub Modifier and Type Method Description static WebhooksClient
WebhooksClient. create(WebhooksStub stub)
Constructs an instance of WebhooksClient, using the given stub for making calls.Constructors in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type WebhooksStub Constructor Description WebhooksClient(WebhooksStub stub)
-
Uses of WebhooksStub in com.google.cloud.dialogflow.cx.v3beta1.stub
Subclasses of WebhooksStub in com.google.cloud.dialogflow.cx.v3beta1.stub Modifier and Type Class Description class
GrpcWebhooksStub
gRPC stub implementation for the Webhooks service API.class
HttpJsonWebhooksStub
REST stub implementation for the Webhooks service API.Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return WebhooksStub Modifier and Type Method Description WebhooksStub
WebhooksStubSettings. createStub()
-