fix: use `google.cloud.dialogflowcx` namespace for python

PiperOrigin-RevId: 346185632
pull/631/head
Google APIs 4 years ago committed by Copybara-Service
parent 674ec0e684
commit d9bc6eb41b
  1. 4
      google/cloud/dialogflow/cx/v3/BUILD.bazel
  2. 4
      google/cloud/dialogflow/cx/v3beta1/BUILD.bazel

@ -202,6 +202,10 @@ py_gapic_library(
name = "cx_py_gapic",
srcs = [":cx_proto"],
grpc_service_config = "dialogflow_grpc_service_config.json",
opt_args = [
"python-gapic-namespace=google.cloud",
"python-gapic-name=dialogflowcx",
],
)
# Open Source Packages

@ -200,6 +200,10 @@ py_gapic_library(
name = "cx_py_gapic",
srcs = [":cx_proto"],
grpc_service_config = "dialogflow_grpc_service_config.json",
opt_args = [
"python-gapic-namespace=google.cloud",
"python-gapic-name=dialogflowcx",
],
)
# Open Source Packages

Loading…
Cancel
Save