Skip to content

Commit 2c1bd38

Browse files
docs: [dialogflow] Reformat some comments and documentation (#9024)
* docs: Reformat some comments and documentation PiperOrigin-RevId: 504029060 Source-Link: googleapis/googleapis@4d9606e Source-Link: https://github.com/googleapis/googleapis-gen/commit/a77ae2d90dd0539409c8bad976908df613096ded Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93Ly5Pd2xCb3QueWFtbCIsImgiOiJhNzdhZTJkOTBkZDA1Mzk0MDljOGJhZDk3NjkwOGRmNjEzMDk2ZGVkIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 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 1750ab3 commit 2c1bd38

215 files changed

Lines changed: 4272 additions & 2657 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

java-dialogflow/grpc-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentsGrpc.java

Lines changed: 48 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,8 @@ public void trainAgent(
577577
* The returned `Operation` type has the following method-specific fields:
578578
* - `metadata`: An empty [Struct
579579
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
580-
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]
580+
* - `response`:
581+
* [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]
581582
* </pre>
582583
*/
583584
public void exportAgent(
@@ -594,11 +595,13 @@ public void exportAgent(
594595
* Imports the specified agent from a ZIP file.
595596
* Uploads new intents and entity types without deleting the existing ones.
596597
* Intents and entity types with the same name are replaced with the new
597-
* versions from [ImportAgentRequest][google.cloud.dialogflow.v2beta1.ImportAgentRequest]. After the import, the imported draft
598-
* agent will be trained automatically (unless disabled in agent settings).
599-
* However, once the import is done, training may not be completed yet. Please
600-
* call [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait for the operation it returns in order to train
601-
* explicitly.
598+
* versions from
599+
* [ImportAgentRequest][google.cloud.dialogflow.v2beta1.ImportAgentRequest].
600+
* After the import, the imported draft agent will be trained automatically
601+
* (unless disabled in agent settings). However, once the import is done,
602+
* training may not be completed yet. Please call
603+
* [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait
604+
* for the operation it returns in order to train explicitly.
602605
* This method is a [long-running
603606
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
604607
* The returned `Operation` type has the following method-specific fields:
@@ -629,8 +632,9 @@ public void importAgent(
629632
* entity types in the older version are deleted. After the restore, the
630633
* restored draft agent will be trained automatically (unless disabled in
631634
* agent settings). However, once the restore is done, training may not be
632-
* completed yet. Please call [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait for the operation it
633-
* returns in order to train explicitly.
635+
* completed yet. Please call
636+
* [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait
637+
* for the operation it returns in order to train explicitly.
634638
* This method is a [long-running
635639
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
636640
* The returned `Operation` type has the following method-specific fields:
@@ -851,7 +855,8 @@ public void trainAgent(
851855
* The returned `Operation` type has the following method-specific fields:
852856
* - `metadata`: An empty [Struct
853857
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
854-
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]
858+
* - `response`:
859+
* [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]
855860
* </pre>
856861
*/
857862
public void exportAgent(
@@ -870,11 +875,13 @@ public void exportAgent(
870875
* Imports the specified agent from a ZIP file.
871876
* Uploads new intents and entity types without deleting the existing ones.
872877
* Intents and entity types with the same name are replaced with the new
873-
* versions from [ImportAgentRequest][google.cloud.dialogflow.v2beta1.ImportAgentRequest]. After the import, the imported draft
874-
* agent will be trained automatically (unless disabled in agent settings).
875-
* However, once the import is done, training may not be completed yet. Please
876-
* call [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait for the operation it returns in order to train
877-
* explicitly.
878+
* versions from
879+
* [ImportAgentRequest][google.cloud.dialogflow.v2beta1.ImportAgentRequest].
880+
* After the import, the imported draft agent will be trained automatically
881+
* (unless disabled in agent settings). However, once the import is done,
882+
* training may not be completed yet. Please call
883+
* [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait
884+
* for the operation it returns in order to train explicitly.
878885
* This method is a [long-running
879886
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
880887
* The returned `Operation` type has the following method-specific fields:
@@ -907,8 +914,9 @@ public void importAgent(
907914
* entity types in the older version are deleted. After the restore, the
908915
* restored draft agent will be trained automatically (unless disabled in
909916
* agent settings). However, once the restore is done, training may not be
910-
* completed yet. Please call [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait for the operation it
911-
* returns in order to train explicitly.
917+
* completed yet. Please call
918+
* [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait
919+
* for the operation it returns in order to train explicitly.
912920
* This method is a [long-running
913921
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
914922
* The returned `Operation` type has the following method-specific fields:
@@ -1062,7 +1070,8 @@ public com.google.longrunning.Operation trainAgent(
10621070
* The returned `Operation` type has the following method-specific fields:
10631071
* - `metadata`: An empty [Struct
10641072
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
1065-
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]
1073+
* - `response`:
1074+
* [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]
10661075
* </pre>
10671076
*/
10681077
public com.google.longrunning.Operation exportAgent(
@@ -1078,11 +1087,13 @@ public com.google.longrunning.Operation exportAgent(
10781087
* Imports the specified agent from a ZIP file.
10791088
* Uploads new intents and entity types without deleting the existing ones.
10801089
* Intents and entity types with the same name are replaced with the new
1081-
* versions from [ImportAgentRequest][google.cloud.dialogflow.v2beta1.ImportAgentRequest]. After the import, the imported draft
1082-
* agent will be trained automatically (unless disabled in agent settings).
1083-
* However, once the import is done, training may not be completed yet. Please
1084-
* call [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait for the operation it returns in order to train
1085-
* explicitly.
1090+
* versions from
1091+
* [ImportAgentRequest][google.cloud.dialogflow.v2beta1.ImportAgentRequest].
1092+
* After the import, the imported draft agent will be trained automatically
1093+
* (unless disabled in agent settings). However, once the import is done,
1094+
* training may not be completed yet. Please call
1095+
* [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait
1096+
* for the operation it returns in order to train explicitly.
10861097
* This method is a [long-running
10871098
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
10881099
* The returned `Operation` type has the following method-specific fields:
@@ -1112,8 +1123,9 @@ public com.google.longrunning.Operation importAgent(
11121123
* entity types in the older version are deleted. After the restore, the
11131124
* restored draft agent will be trained automatically (unless disabled in
11141125
* agent settings). However, once the restore is done, training may not be
1115-
* completed yet. Please call [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait for the operation it
1116-
* returns in order to train explicitly.
1126+
* completed yet. Please call
1127+
* [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait
1128+
* for the operation it returns in order to train explicitly.
11171129
* This method is a [long-running
11181130
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
11191131
* The returned `Operation` type has the following method-specific fields:
@@ -1263,7 +1275,8 @@ protected AgentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
12631275
* The returned `Operation` type has the following method-specific fields:
12641276
* - `metadata`: An empty [Struct
12651277
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
1266-
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]
1278+
* - `response`:
1279+
* [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]
12671280
* </pre>
12681281
*/
12691282
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
@@ -1279,11 +1292,13 @@ protected AgentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
12791292
* Imports the specified agent from a ZIP file.
12801293
* Uploads new intents and entity types without deleting the existing ones.
12811294
* Intents and entity types with the same name are replaced with the new
1282-
* versions from [ImportAgentRequest][google.cloud.dialogflow.v2beta1.ImportAgentRequest]. After the import, the imported draft
1283-
* agent will be trained automatically (unless disabled in agent settings).
1284-
* However, once the import is done, training may not be completed yet. Please
1285-
* call [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait for the operation it returns in order to train
1286-
* explicitly.
1295+
* versions from
1296+
* [ImportAgentRequest][google.cloud.dialogflow.v2beta1.ImportAgentRequest].
1297+
* After the import, the imported draft agent will be trained automatically
1298+
* (unless disabled in agent settings). However, once the import is done,
1299+
* training may not be completed yet. Please call
1300+
* [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait
1301+
* for the operation it returns in order to train explicitly.
12871302
* This method is a [long-running
12881303
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
12891304
* The returned `Operation` type has the following method-specific fields:
@@ -1313,8 +1328,9 @@ protected AgentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
13131328
* entity types in the older version are deleted. After the restore, the
13141329
* restored draft agent will be trained automatically (unless disabled in
13151330
* agent settings). However, once the restore is done, training may not be
1316-
* completed yet. Please call [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait for the operation it
1317-
* returns in order to train explicitly.
1331+
* completed yet. Please call
1332+
* [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait
1333+
* for the operation it returns in order to train explicitly.
13181334
* This method is a [long-running
13191335
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
13201336
* The returned `Operation` type has the following method-specific fields:

java-dialogflow/grpc-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AnswerRecordsGrpc.java

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
*
2222
*
2323
* <pre>
24-
* Service for managing [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
24+
* Service for managing
25+
* [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
2526
* </pre>
2627
*/
2728
@javax.annotation.Generated(
@@ -221,7 +222,8 @@ public AnswerRecordsFutureStub newStub(
221222
*
222223
*
223224
* <pre>
224-
* Service for managing [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
225+
* Service for managing
226+
* [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
225227
* </pre>
226228
*/
227229
public abstract static class AnswerRecordsImplBase implements io.grpc.BindableService {
@@ -306,7 +308,8 @@ public final io.grpc.ServerServiceDefinition bindService() {
306308
*
307309
*
308310
* <pre>
309-
* Service for managing [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
311+
* Service for managing
312+
* [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
310313
* </pre>
311314
*/
312315
public static final class AnswerRecordsStub
@@ -379,7 +382,8 @@ public void updateAnswerRecord(
379382
*
380383
*
381384
* <pre>
382-
* Service for managing [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
385+
* Service for managing
386+
* [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
383387
* </pre>
384388
*/
385389
public static final class AnswerRecordsBlockingStub
@@ -441,7 +445,8 @@ public com.google.cloud.dialogflow.v2beta1.AnswerRecord updateAnswerRecord(
441445
*
442446
*
443447
* <pre>
444-
* Service for managing [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
448+
* Service for managing
449+
* [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
445450
* </pre>
446451
*/
447452
public static final class AnswerRecordsFutureStub

0 commit comments

Comments
 (0)