fix: use `google.cloud.dialogflowcx` namespace for python
PiperOrigin-RevId: 346185632
This commit is contained in:
parent
674ec0e684
commit
d9bc6eb41b
|
|
@ -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…
Reference in New Issue