Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.stub.WebhooksStubSettings
-
Packages that use WebhooksStubSettings Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of WebhooksStubSettings in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type WebhooksStubSettings Modifier and Type Method Description static WebhooksSettings
WebhooksSettings. create(WebhooksStubSettings stub)
-
Uses of WebhooksStubSettings in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return WebhooksStubSettings Modifier and Type Method Description WebhooksStubSettings
WebhooksStubSettings.Builder. build()
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub with parameters of type WebhooksStubSettings Modifier and Type Method Description static GrpcWebhooksStub
GrpcWebhooksStub. create(WebhooksStubSettings settings)
static HttpJsonWebhooksStub
HttpJsonWebhooksStub. create(WebhooksStubSettings settings)
Constructors in com.google.cloud.dialogflow.cx.v3beta1.stub with parameters of type WebhooksStubSettings Constructor Description Builder(WebhooksStubSettings settings)
GrpcWebhooksStub(WebhooksStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcWebhooksStub, using the given settings.GrpcWebhooksStub(WebhooksStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcWebhooksStub, using the given settings.HttpJsonWebhooksStub(WebhooksStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonWebhooksStub, using the given settings.HttpJsonWebhooksStub(WebhooksStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonWebhooksStub, using the given settings.
-