Uses of Class
com.google.cloud.dialogflow.cx.v3.stub.WebhooksStubSettings
-
Packages that use WebhooksStubSettings Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of WebhooksStubSettings in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type WebhooksStubSettings Modifier and Type Method Description static WebhooksSettingsWebhooksSettings. create(WebhooksStubSettings stub) -
Uses of WebhooksStubSettings in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return WebhooksStubSettings Modifier and Type Method Description WebhooksStubSettingsWebhooksStubSettings.Builder. build()Methods in com.google.cloud.dialogflow.cx.v3.stub with parameters of type WebhooksStubSettings Modifier and Type Method Description static GrpcWebhooksStubGrpcWebhooksStub. create(WebhooksStubSettings settings)static HttpJsonWebhooksStubHttpJsonWebhooksStub. create(WebhooksStubSettings settings)Constructors in com.google.cloud.dialogflow.cx.v3.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.
-