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

Commit a685e8c

Browse files
feat(v3): ResponseMessage proto contains channel information (#488)
* feat: ResponseMessage proto contains channel information docs: updated go library package PiperOrigin-RevId: 501638939 Source-Link: googleapis/googleapis@529c07a Source-Link: https://github.com/googleapis/googleapis-gen/commit/6dc5598facecce2e5204c35acbe2e460f9eca71c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmRjNTU5OGZhY2VjY2UyZTUyMDRjMzVhY2JlMmU0NjBmOWVjYTcxYyJ9 * 🦉 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 6ff0a55 commit a685e8c

File tree

34 files changed

+123
-130
lines changed

34 files changed

+123
-130
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ async def sample_list_agents():
290290
Returns:
291291
google.cloud.dialogflowcx_v3.services.agents.pagers.ListAgentsAsyncPager:
292292
The response message for
293-
[Agents.ListAgents][google.cloud.dialogflow.cx.v3.Agents.ListAgents].
293+
[Agents.ListAgents][google.cloud.dialogflow.cx.v3.Agents.ListAgents].
294294
295295
Iterating over this object will yield results and
296296
resolve additional pages automatically.
@@ -881,10 +881,8 @@ async def sample_export_agent():
881881
google.api_core.operation_async.AsyncOperation:
882882
An object representing a long-running operation.
883883
884-
The result type for the operation will be
885-
:class:`google.cloud.dialogflowcx_v3.types.ExportAgentResponse`
886-
The response message for
887-
[Agents.ExportAgent][google.cloud.dialogflow.cx.v3.Agents.ExportAgent].
884+
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3.types.ExportAgentResponse` The response message for
885+
[Agents.ExportAgent][google.cloud.dialogflow.cx.v3.Agents.ExportAgent].
888886
889887
"""
890888
# Create or coerce a protobuf request object.
@@ -1096,7 +1094,7 @@ async def sample_validate_agent():
10961094
Returns:
10971095
google.cloud.dialogflowcx_v3.types.AgentValidationResult:
10981096
The response message for
1099-
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
1097+
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
11001098
11011099
"""
11021100
# Create or coerce a protobuf request object.
@@ -1185,7 +1183,7 @@ async def sample_get_agent_validation_result():
11851183
Returns:
11861184
google.cloud.dialogflowcx_v3.types.AgentValidationResult:
11871185
The response message for
1188-
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
1186+
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
11891187
11901188
"""
11911189
# Create or coerce a protobuf request object.

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ def sample_list_agents():
623623
Returns:
624624
google.cloud.dialogflowcx_v3.services.agents.pagers.ListAgentsPager:
625625
The response message for
626-
[Agents.ListAgents][google.cloud.dialogflow.cx.v3.Agents.ListAgents].
626+
[Agents.ListAgents][google.cloud.dialogflow.cx.v3.Agents.ListAgents].
627627
628628
Iterating over this object will yield results and
629629
resolve additional pages automatically.
@@ -1214,10 +1214,8 @@ def sample_export_agent():
12141214
google.api_core.operation.Operation:
12151215
An object representing a long-running operation.
12161216
1217-
The result type for the operation will be
1218-
:class:`google.cloud.dialogflowcx_v3.types.ExportAgentResponse`
1219-
The response message for
1220-
[Agents.ExportAgent][google.cloud.dialogflow.cx.v3.Agents.ExportAgent].
1217+
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3.types.ExportAgentResponse` The response message for
1218+
[Agents.ExportAgent][google.cloud.dialogflow.cx.v3.Agents.ExportAgent].
12211219
12221220
"""
12231221
# Create or coerce a protobuf request object.
@@ -1431,7 +1429,7 @@ def sample_validate_agent():
14311429
Returns:
14321430
google.cloud.dialogflowcx_v3.types.AgentValidationResult:
14331431
The response message for
1434-
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
1432+
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
14351433
14361434
"""
14371435
# Create or coerce a protobuf request object.
@@ -1521,7 +1519,7 @@ def sample_get_agent_validation_result():
15211519
Returns:
15221520
google.cloud.dialogflowcx_v3.types.AgentValidationResult:
15231521
The response message for
1524-
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
1522+
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
15251523
15261524
"""
15271525
# Create or coerce a protobuf request object.

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

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

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

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

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

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

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

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

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

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

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

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

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ async def sample_list_environments():
298298
Returns:
299299
google.cloud.dialogflowcx_v3.services.environments.pagers.ListEnvironmentsAsyncPager:
300300
The response message for
301-
[Environments.ListEnvironments][google.cloud.dialogflow.cx.v3.Environments.ListEnvironments].
301+
[Environments.ListEnvironments][google.cloud.dialogflow.cx.v3.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_v3.services.environments.pagers.LookupEnvironmentHistoryAsyncPager:
938938
The response message for
939-
[Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3.Environments.LookupEnvironmentHistory].
939+
[Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3.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_v3.types.RunContinuousTestResponse`
1063-
The response message for
1064-
[Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3.Environments.RunContinuousTest].
1061+
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3.types.RunContinuousTestResponse` The response message for
1062+
[Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3.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_v3.types.DeployFlowResponse`
1291-
The response message for
1292-
[Environments.DeployFlow][google.cloud.dialogflow.cx.v3.Environments.DeployFlow].
1287+
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3.types.DeployFlowResponse` The response message for
1288+
[Environments.DeployFlow][google.cloud.dialogflow.cx.v3.Environments.DeployFlow].
12931289
12941290
"""
12951291
# Create or coerce a protobuf request object.

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ def sample_list_environments():
661661
Returns:
662662
google.cloud.dialogflowcx_v3.services.environments.pagers.ListEnvironmentsPager:
663663
The response message for
664-
[Environments.ListEnvironments][google.cloud.dialogflow.cx.v3.Environments.ListEnvironments].
664+
[Environments.ListEnvironments][google.cloud.dialogflow.cx.v3.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_v3.services.environments.pagers.LookupEnvironmentHistoryPager:
13011301
The response message for
1302-
[Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3.Environments.LookupEnvironmentHistory].
1302+
[Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3.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_v3.types.RunContinuousTestResponse`
1428-
The response message for
1429-
[Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3.Environments.RunContinuousTest].
1426+
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3.types.RunContinuousTestResponse` The response message for
1427+
[Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3.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_v3.types.DeployFlowResponse`
1659-
The response message for
1660-
[Environments.DeployFlow][google.cloud.dialogflow.cx.v3.Environments.DeployFlow].
1655+
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3.types.DeployFlowResponse` The response message for
1656+
[Environments.DeployFlow][google.cloud.dialogflow.cx.v3.Environments.DeployFlow].
16611657
16621658
"""
16631659
# Create or coerce a protobuf request object.

0 commit comments

Comments
 (0)