@@ -517,7 +517,7 @@ async def sample_list_flows():
517
517
Returns:
518
518
google.cloud.dialogflowcx_v3beta1.services.flows.pagers.ListFlowsAsyncPager:
519
519
The response message for
520
- [Flows.ListFlows][google.cloud.dialogflow.cx.v3beta1.Flows.ListFlows].
520
+ [Flows.ListFlows][google.cloud.dialogflow.cx.v3beta1.Flows.ListFlows].
521
521
522
522
Iterating over this object will yield results and
523
523
resolve additional pages automatically.
@@ -1029,7 +1029,7 @@ async def sample_validate_flow():
1029
1029
Returns:
1030
1030
google.cloud.dialogflowcx_v3beta1.types.FlowValidationResult:
1031
1031
The response message for
1032
- [Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlowValidationResult].
1032
+ [Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlowValidationResult].
1033
1033
1034
1034
"""
1035
1035
# Create or coerce a protobuf request object.
@@ -1118,7 +1118,7 @@ async def sample_get_flow_validation_result():
1118
1118
Returns:
1119
1119
google.cloud.dialogflowcx_v3beta1.types.FlowValidationResult:
1120
1120
The response message for
1121
- [Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlowValidationResult].
1121
+ [Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlowValidationResult].
1122
1122
1123
1123
"""
1124
1124
# Create or coerce a protobuf request object.
@@ -1233,10 +1233,8 @@ async def sample_import_flow():
1233
1233
google.api_core.operation_async.AsyncOperation:
1234
1234
An object representing a long-running operation.
1235
1235
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].
1240
1238
1241
1239
"""
1242
1240
# Create or coerce a protobuf request object.
@@ -1342,10 +1340,8 @@ async def sample_export_flow():
1342
1340
google.api_core.operation_async.AsyncOperation:
1343
1341
An object representing a long-running operation.
1344
1342
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].
1349
1345
1350
1346
"""
1351
1347
# Create or coerce a protobuf request object.
0 commit comments