Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 242abc6

Browse files
feat(v3beta1): ResponseMessage proto contains channel information (#485)
* feat: ResponseMessage proto contains channel information docs: updated go library package PiperOrigin-RevId: 501339595 Source-Link: googleapis/googleapis@a3f5e24 Source-Link: https://github.com/googleapis/googleapis-gen/commit/03226f2c3ad742a9615865694556814f39fd656e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDMyMjZmMmMzYWQ3NDJhOTYxNTg2NTY5NDU1NjgxNGYzOWZkNjU2ZSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3f9eb06 commit 242abc6

34 files changed

+123
-130
lines changed

google/cloud/dialogflowcx_v3beta1/services/agents/async_client.py

+5-7
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ async def sample_list_agents():
292292
Returns:
293293
google.cloud.dialogflowcx_v3beta1.services.agents.pagers.ListAgentsAsyncPager:
294294
The response message for
295-
[Agents.ListAgents][google.cloud.dialogflow.cx.v3beta1.Agents.ListAgents].
295+
[Agents.ListAgents][google.cloud.dialogflow.cx.v3beta1.Agents.ListAgents].
296296
297297
Iterating over this object will yield results and
298298
resolve additional pages automatically.
@@ -883,10 +883,8 @@ async def sample_export_agent():
883883
google.api_core.operation_async.AsyncOperation:
884884
An object representing a long-running operation.
885885
886-
The result type for the operation will be
887-
:class:`google.cloud.dialogflowcx_v3beta1.types.ExportAgentResponse`
888-
The response message for
889-
[Agents.ExportAgent][google.cloud.dialogflow.cx.v3beta1.Agents.ExportAgent].
886+
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3beta1.types.ExportAgentResponse` The response message for
887+
[Agents.ExportAgent][google.cloud.dialogflow.cx.v3beta1.Agents.ExportAgent].
890888
891889
"""
892890
# Create or coerce a protobuf request object.
@@ -1098,7 +1096,7 @@ async def sample_validate_agent():
10981096
Returns:
10991097
google.cloud.dialogflowcx_v3beta1.types.AgentValidationResult:
11001098
The response message for
1101-
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].
1099+
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].
11021100
11031101
"""
11041102
# Create or coerce a protobuf request object.
@@ -1187,7 +1185,7 @@ async def sample_get_agent_validation_result():
11871185
Returns:
11881186
google.cloud.dialogflowcx_v3beta1.types.AgentValidationResult:
11891187
The response message for
1190-
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].
1188+
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].
11911189
11921190
"""
11931191
# Create or coerce a protobuf request object.

google/cloud/dialogflowcx_v3beta1/services/agents/client.py

+5-7
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ def sample_list_agents():
625625
Returns:
626626
google.cloud.dialogflowcx_v3beta1.services.agents.pagers.ListAgentsPager:
627627
The response message for
628-
[Agents.ListAgents][google.cloud.dialogflow.cx.v3beta1.Agents.ListAgents].
628+
[Agents.ListAgents][google.cloud.dialogflow.cx.v3beta1.Agents.ListAgents].
629629
630630
Iterating over this object will yield results and
631631
resolve additional pages automatically.
@@ -1216,10 +1216,8 @@ def sample_export_agent():
12161216
google.api_core.operation.Operation:
12171217
An object representing a long-running operation.
12181218
1219-
The result type for the operation will be
1220-
:class:`google.cloud.dialogflowcx_v3beta1.types.ExportAgentResponse`
1221-
The response message for
1222-
[Agents.ExportAgent][google.cloud.dialogflow.cx.v3beta1.Agents.ExportAgent].
1219+
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3beta1.types.ExportAgentResponse` The response message for
1220+
[Agents.ExportAgent][google.cloud.dialogflow.cx.v3beta1.Agents.ExportAgent].
12231221
12241222
"""
12251223
# Create or coerce a protobuf request object.
@@ -1433,7 +1431,7 @@ def sample_validate_agent():
14331431
Returns:
14341432
google.cloud.dialogflowcx_v3beta1.types.AgentValidationResult:
14351433
The response message for
1436-
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].
1434+
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].
14371435
14381436
"""
14391437
# Create or coerce a protobuf request object.
@@ -1523,7 +1521,7 @@ def sample_get_agent_validation_result():
15231521
Returns:
15241522
google.cloud.dialogflowcx_v3beta1.types.AgentValidationResult:
15251523
The response message for
1526-
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].
1524+
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].
15271525
15281526
"""
15291527
# Create or coerce a protobuf request object.

google/cloud/dialogflowcx_v3beta1/services/changelogs/async_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ async def sample_list_changelogs():
270270
Returns:
271271
google.cloud.dialogflowcx_v3beta1.services.changelogs.pagers.ListChangelogsAsyncPager:
272272
The response message for
273-
[Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3beta1.Changelogs.ListChangelogs].
273+
[Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3beta1.Changelogs.ListChangelogs].
274274
275275
Iterating over this object will yield results and
276276
resolve additional pages automatically.

google/cloud/dialogflowcx_v3beta1/services/changelogs/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def sample_list_changelogs():
503503
Returns:
504504
google.cloud.dialogflowcx_v3beta1.services.changelogs.pagers.ListChangelogsPager:
505505
The response message for
506-
[Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3beta1.Changelogs.ListChangelogs].
506+
[Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3beta1.Changelogs.ListChangelogs].
507507
508508
Iterating over this object will yield results and
509509
resolve additional pages automatically.

google/cloud/dialogflowcx_v3beta1/services/deployments/async_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ async def sample_list_deployments():
283283
Returns:
284284
google.cloud.dialogflowcx_v3beta1.services.deployments.pagers.ListDeploymentsAsyncPager:
285285
The response message for
286-
[Deployments.ListDeployments][google.cloud.dialogflow.cx.v3beta1.Deployments.ListDeployments].
286+
[Deployments.ListDeployments][google.cloud.dialogflow.cx.v3beta1.Deployments.ListDeployments].
287287
288288
Iterating over this object will yield results and
289289
resolve additional pages automatically.

google/cloud/dialogflowcx_v3beta1/services/deployments/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def sample_list_deployments():
586586
Returns:
587587
google.cloud.dialogflowcx_v3beta1.services.deployments.pagers.ListDeploymentsPager:
588588
The response message for
589-
[Deployments.ListDeployments][google.cloud.dialogflow.cx.v3beta1.Deployments.ListDeployments].
589+
[Deployments.ListDeployments][google.cloud.dialogflow.cx.v3beta1.Deployments.ListDeployments].
590590
591591
Iterating over this object will yield results and
592592
resolve additional pages automatically.

google/cloud/dialogflowcx_v3beta1/services/entity_types/async_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ async def sample_list_entity_types():
275275
Returns:
276276
google.cloud.dialogflowcx_v3beta1.services.entity_types.pagers.ListEntityTypesAsyncPager:
277277
The response message for
278-
[EntityTypes.ListEntityTypes][google.cloud.dialogflow.cx.v3beta1.EntityTypes.ListEntityTypes].
278+
[EntityTypes.ListEntityTypes][google.cloud.dialogflow.cx.v3beta1.EntityTypes.ListEntityTypes].
279279
280280
Iterating over this object will yield results and
281281
resolve additional pages automatically.

google/cloud/dialogflowcx_v3beta1/services/entity_types/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ def sample_list_entity_types():
506506
Returns:
507507
google.cloud.dialogflowcx_v3beta1.services.entity_types.pagers.ListEntityTypesPager:
508508
The response message for
509-
[EntityTypes.ListEntityTypes][google.cloud.dialogflow.cx.v3beta1.EntityTypes.ListEntityTypes].
509+
[EntityTypes.ListEntityTypes][google.cloud.dialogflow.cx.v3beta1.EntityTypes.ListEntityTypes].
510510
511511
Iterating over this object will yield results and
512512
resolve additional pages automatically.

google/cloud/dialogflowcx_v3beta1/services/environments/async_client.py

+6-10
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ async def sample_list_environments():
298298
Returns:
299299
google.cloud.dialogflowcx_v3beta1.services.environments.pagers.ListEnvironmentsAsyncPager:
300300
The response message for
301-
[Environments.ListEnvironments][google.cloud.dialogflow.cx.v3beta1.Environments.ListEnvironments].
301+
[Environments.ListEnvironments][google.cloud.dialogflow.cx.v3beta1.Environments.ListEnvironments].
302302
303303
Iterating over this object will yield results and
304304
resolve additional pages automatically.
@@ -936,7 +936,7 @@ async def sample_lookup_environment_history():
936936
Returns:
937937
google.cloud.dialogflowcx_v3beta1.services.environments.pagers.LookupEnvironmentHistoryAsyncPager:
938938
The response message for
939-
[Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3beta1.Environments.LookupEnvironmentHistory].
939+
[Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3beta1.Environments.LookupEnvironmentHistory].
940940
941941
Iterating over this object will yield results and
942942
resolve additional pages automatically.
@@ -1058,10 +1058,8 @@ async def sample_run_continuous_test():
10581058
google.api_core.operation_async.AsyncOperation:
10591059
An object representing a long-running operation.
10601060
1061-
The result type for the operation will be
1062-
:class:`google.cloud.dialogflowcx_v3beta1.types.RunContinuousTestResponse`
1063-
The response message for
1064-
[Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3beta1.Environments.RunContinuousTest].
1061+
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3beta1.types.RunContinuousTestResponse` The response message for
1062+
[Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3beta1.Environments.RunContinuousTest].
10651063
10661064
"""
10671065
# Create or coerce a protobuf request object.
@@ -1286,10 +1284,8 @@ async def sample_deploy_flow():
12861284
google.api_core.operation_async.AsyncOperation:
12871285
An object representing a long-running operation.
12881286
1289-
The result type for the operation will be
1290-
:class:`google.cloud.dialogflowcx_v3beta1.types.DeployFlowResponse`
1291-
The response message for
1292-
[Environments.DeployFlow][google.cloud.dialogflow.cx.v3beta1.Environments.DeployFlow].
1287+
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3beta1.types.DeployFlowResponse` The response message for
1288+
[Environments.DeployFlow][google.cloud.dialogflow.cx.v3beta1.Environments.DeployFlow].
12931289
12941290
"""
12951291
# Create or coerce a protobuf request object.

google/cloud/dialogflowcx_v3beta1/services/environments/client.py

+6-10
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ def sample_list_environments():
661661
Returns:
662662
google.cloud.dialogflowcx_v3beta1.services.environments.pagers.ListEnvironmentsPager:
663663
The response message for
664-
[Environments.ListEnvironments][google.cloud.dialogflow.cx.v3beta1.Environments.ListEnvironments].
664+
[Environments.ListEnvironments][google.cloud.dialogflow.cx.v3beta1.Environments.ListEnvironments].
665665
666666
Iterating over this object will yield results and
667667
resolve additional pages automatically.
@@ -1299,7 +1299,7 @@ def sample_lookup_environment_history():
12991299
Returns:
13001300
google.cloud.dialogflowcx_v3beta1.services.environments.pagers.LookupEnvironmentHistoryPager:
13011301
The response message for
1302-
[Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3beta1.Environments.LookupEnvironmentHistory].
1302+
[Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3beta1.Environments.LookupEnvironmentHistory].
13031303
13041304
Iterating over this object will yield results and
13051305
resolve additional pages automatically.
@@ -1423,10 +1423,8 @@ def sample_run_continuous_test():
14231423
google.api_core.operation.Operation:
14241424
An object representing a long-running operation.
14251425
1426-
The result type for the operation will be
1427-
:class:`google.cloud.dialogflowcx_v3beta1.types.RunContinuousTestResponse`
1428-
The response message for
1429-
[Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3beta1.Environments.RunContinuousTest].
1426+
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3beta1.types.RunContinuousTestResponse` The response message for
1427+
[Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3beta1.Environments.RunContinuousTest].
14301428
14311429
"""
14321430
# Create or coerce a protobuf request object.
@@ -1654,10 +1652,8 @@ def sample_deploy_flow():
16541652
google.api_core.operation.Operation:
16551653
An object representing a long-running operation.
16561654
1657-
The result type for the operation will be
1658-
:class:`google.cloud.dialogflowcx_v3beta1.types.DeployFlowResponse`
1659-
The response message for
1660-
[Environments.DeployFlow][google.cloud.dialogflow.cx.v3beta1.Environments.DeployFlow].
1655+
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3beta1.types.DeployFlowResponse` The response message for
1656+
[Environments.DeployFlow][google.cloud.dialogflow.cx.v3beta1.Environments.DeployFlow].
16611657
16621658
"""
16631659
# Create or coerce a protobuf request object.

google/cloud/dialogflowcx_v3beta1/services/experiments/async_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ async def sample_list_experiments():
280280
Returns:
281281
google.cloud.dialogflowcx_v3beta1.services.experiments.pagers.ListExperimentsAsyncPager:
282282
The response message for
283-
[Experiments.ListExperiments][google.cloud.dialogflow.cx.v3beta1.Experiments.ListExperiments].
283+
[Experiments.ListExperiments][google.cloud.dialogflow.cx.v3beta1.Experiments.ListExperiments].
284284
285285
Iterating over this object will yield results and
286286
resolve additional pages automatically.

google/cloud/dialogflowcx_v3beta1/services/experiments/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ def sample_list_experiments():
537537
Returns:
538538
google.cloud.dialogflowcx_v3beta1.services.experiments.pagers.ListExperimentsPager:
539539
The response message for
540-
[Experiments.ListExperiments][google.cloud.dialogflow.cx.v3beta1.Experiments.ListExperiments].
540+
[Experiments.ListExperiments][google.cloud.dialogflow.cx.v3beta1.Experiments.ListExperiments].
541541
542542
Iterating over this object will yield results and
543543
resolve additional pages automatically.

google/cloud/dialogflowcx_v3beta1/services/flows/async_client.py

+7-11
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ async def sample_list_flows():
517517
Returns:
518518
google.cloud.dialogflowcx_v3beta1.services.flows.pagers.ListFlowsAsyncPager:
519519
The response message for
520-
[Flows.ListFlows][google.cloud.dialogflow.cx.v3beta1.Flows.ListFlows].
520+
[Flows.ListFlows][google.cloud.dialogflow.cx.v3beta1.Flows.ListFlows].
521521
522522
Iterating over this object will yield results and
523523
resolve additional pages automatically.
@@ -1029,7 +1029,7 @@ async def sample_validate_flow():
10291029
Returns:
10301030
google.cloud.dialogflowcx_v3beta1.types.FlowValidationResult:
10311031
The response message for
1032-
[Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlowValidationResult].
1032+
[Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlowValidationResult].
10331033
10341034
"""
10351035
# Create or coerce a protobuf request object.
@@ -1118,7 +1118,7 @@ async def sample_get_flow_validation_result():
11181118
Returns:
11191119
google.cloud.dialogflowcx_v3beta1.types.FlowValidationResult:
11201120
The response message for
1121-
[Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlowValidationResult].
1121+
[Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlowValidationResult].
11221122
11231123
"""
11241124
# Create or coerce a protobuf request object.
@@ -1233,10 +1233,8 @@ async def sample_import_flow():
12331233
google.api_core.operation_async.AsyncOperation:
12341234
An object representing a long-running operation.
12351235
1236-
The result type for the operation will be
1237-
:class:`google.cloud.dialogflowcx_v3beta1.types.ImportFlowResponse`
1238-
The response message for
1239-
[Flows.ImportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ImportFlow].
1236+
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3beta1.types.ImportFlowResponse` The response message for
1237+
[Flows.ImportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ImportFlow].
12401238
12411239
"""
12421240
# Create or coerce a protobuf request object.
@@ -1342,10 +1340,8 @@ async def sample_export_flow():
13421340
google.api_core.operation_async.AsyncOperation:
13431341
An object representing a long-running operation.
13441342
1345-
The result type for the operation will be
1346-
:class:`google.cloud.dialogflowcx_v3beta1.types.ExportFlowResponse`
1347-
The response message for
1348-
[Flows.ExportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ExportFlow].
1343+
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3beta1.types.ExportFlowResponse` The response message for
1344+
[Flows.ExportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ExportFlow].
13491345
13501346
"""
13511347
# Create or coerce a protobuf request object.

0 commit comments

Comments
 (0)