Uses of Class
com.google.cloud.dialogflow.cx.v3.stub.WebhooksStub
-
Packages that use WebhooksStub Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of WebhooksStub in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return WebhooksStub Modifier and Type Method Description WebhooksStub
WebhooksClient. getStub()
Methods in com.google.cloud.dialogflow.cx.v3 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.v3 with parameters of type WebhooksStub Constructor Description WebhooksClient(WebhooksStub stub)
-
Uses of WebhooksStub in com.google.cloud.dialogflow.cx.v3.stub
Subclasses of WebhooksStub in com.google.cloud.dialogflow.cx.v3.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.v3.stub that return WebhooksStub Modifier and Type Method Description WebhooksStub
WebhooksStubSettings. createStub()
-