Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [dialogflow] Reformat some comments and documentation #9024

Merged
merged 4 commits into from
Feb 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,8 @@ public void trainAgent(
* The returned `Operation` type has the following method-specific fields:
* - `metadata`: An empty [Struct
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]
* - `response`:
* [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]
* </pre>
*/
public void exportAgent(
Expand All @@ -594,11 +595,13 @@ public void exportAgent(
* Imports the specified agent from a ZIP file.
* Uploads new intents and entity types without deleting the existing ones.
* Intents and entity types with the same name are replaced with the new
* versions from [ImportAgentRequest][google.cloud.dialogflow.v2beta1.ImportAgentRequest]. After the import, the imported draft
* agent will be trained automatically (unless disabled in agent settings).
* However, once the import is done, training may not be completed yet. Please
* call [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait for the operation it returns in order to train
* explicitly.
* versions from
* [ImportAgentRequest][google.cloud.dialogflow.v2beta1.ImportAgentRequest].
* After the import, the imported draft agent will be trained automatically
* (unless disabled in agent settings). However, once the import is done,
* training may not be completed yet. Please call
* [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait
* for the operation it returns in order to train explicitly.
* This method is a [long-running
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
* The returned `Operation` type has the following method-specific fields:
Expand Down Expand Up @@ -629,8 +632,9 @@ public void importAgent(
* entity types in the older version are deleted. After the restore, the
* restored draft agent will be trained automatically (unless disabled in
* agent settings). However, once the restore is done, training may not be
* completed yet. Please call [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait for the operation it
* returns in order to train explicitly.
* completed yet. Please call
* [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait
* for the operation it returns in order to train explicitly.
* This method is a [long-running
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
* The returned `Operation` type has the following method-specific fields:
Expand Down Expand Up @@ -851,7 +855,8 @@ public void trainAgent(
* The returned `Operation` type has the following method-specific fields:
* - `metadata`: An empty [Struct
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]
* - `response`:
* [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]
* </pre>
*/
public void exportAgent(
Expand All @@ -870,11 +875,13 @@ public void exportAgent(
* Imports the specified agent from a ZIP file.
* Uploads new intents and entity types without deleting the existing ones.
* Intents and entity types with the same name are replaced with the new
* versions from [ImportAgentRequest][google.cloud.dialogflow.v2beta1.ImportAgentRequest]. After the import, the imported draft
* agent will be trained automatically (unless disabled in agent settings).
* However, once the import is done, training may not be completed yet. Please
* call [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait for the operation it returns in order to train
* explicitly.
* versions from
* [ImportAgentRequest][google.cloud.dialogflow.v2beta1.ImportAgentRequest].
* After the import, the imported draft agent will be trained automatically
* (unless disabled in agent settings). However, once the import is done,
* training may not be completed yet. Please call
* [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait
* for the operation it returns in order to train explicitly.
* This method is a [long-running
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
* The returned `Operation` type has the following method-specific fields:
Expand Down Expand Up @@ -907,8 +914,9 @@ public void importAgent(
* entity types in the older version are deleted. After the restore, the
* restored draft agent will be trained automatically (unless disabled in
* agent settings). However, once the restore is done, training may not be
* completed yet. Please call [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait for the operation it
* returns in order to train explicitly.
* completed yet. Please call
* [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait
* for the operation it returns in order to train explicitly.
* This method is a [long-running
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
* The returned `Operation` type has the following method-specific fields:
Expand Down Expand Up @@ -1062,7 +1070,8 @@ public com.google.longrunning.Operation trainAgent(
* The returned `Operation` type has the following method-specific fields:
* - `metadata`: An empty [Struct
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]
* - `response`:
* [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]
* </pre>
*/
public com.google.longrunning.Operation exportAgent(
Expand All @@ -1078,11 +1087,13 @@ public com.google.longrunning.Operation exportAgent(
* Imports the specified agent from a ZIP file.
* Uploads new intents and entity types without deleting the existing ones.
* Intents and entity types with the same name are replaced with the new
* versions from [ImportAgentRequest][google.cloud.dialogflow.v2beta1.ImportAgentRequest]. After the import, the imported draft
* agent will be trained automatically (unless disabled in agent settings).
* However, once the import is done, training may not be completed yet. Please
* call [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait for the operation it returns in order to train
* explicitly.
* versions from
* [ImportAgentRequest][google.cloud.dialogflow.v2beta1.ImportAgentRequest].
* After the import, the imported draft agent will be trained automatically
* (unless disabled in agent settings). However, once the import is done,
* training may not be completed yet. Please call
* [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait
* for the operation it returns in order to train explicitly.
* This method is a [long-running
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
* The returned `Operation` type has the following method-specific fields:
Expand Down Expand Up @@ -1112,8 +1123,9 @@ public com.google.longrunning.Operation importAgent(
* entity types in the older version are deleted. After the restore, the
* restored draft agent will be trained automatically (unless disabled in
* agent settings). However, once the restore is done, training may not be
* completed yet. Please call [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait for the operation it
* returns in order to train explicitly.
* completed yet. Please call
* [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait
* for the operation it returns in order to train explicitly.
* This method is a [long-running
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
* The returned `Operation` type has the following method-specific fields:
Expand Down Expand Up @@ -1263,7 +1275,8 @@ protected AgentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
* The returned `Operation` type has the following method-specific fields:
* - `metadata`: An empty [Struct
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]
* - `response`:
* [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
Expand All @@ -1279,11 +1292,13 @@ protected AgentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
* Imports the specified agent from a ZIP file.
* Uploads new intents and entity types without deleting the existing ones.
* Intents and entity types with the same name are replaced with the new
* versions from [ImportAgentRequest][google.cloud.dialogflow.v2beta1.ImportAgentRequest]. After the import, the imported draft
* agent will be trained automatically (unless disabled in agent settings).
* However, once the import is done, training may not be completed yet. Please
* call [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait for the operation it returns in order to train
* explicitly.
* versions from
* [ImportAgentRequest][google.cloud.dialogflow.v2beta1.ImportAgentRequest].
* After the import, the imported draft agent will be trained automatically
* (unless disabled in agent settings). However, once the import is done,
* training may not be completed yet. Please call
* [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait
* for the operation it returns in order to train explicitly.
* This method is a [long-running
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
* The returned `Operation` type has the following method-specific fields:
Expand Down Expand Up @@ -1313,8 +1328,9 @@ protected AgentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
* entity types in the older version are deleted. After the restore, the
* restored draft agent will be trained automatically (unless disabled in
* agent settings). However, once the restore is done, training may not be
* completed yet. Please call [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait for the operation it
* returns in order to train explicitly.
* completed yet. Please call
* [TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent] and wait
* for the operation it returns in order to train explicitly.
* This method is a [long-running
* operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
* The returned `Operation` type has the following method-specific fields:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
*
*
* <pre>
* Service for managing [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
* Service for managing
* [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
* </pre>
*/
@javax.annotation.Generated(
Expand Down Expand Up @@ -221,7 +222,8 @@ public AnswerRecordsFutureStub newStub(
*
*
* <pre>
* Service for managing [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
* Service for managing
* [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
* </pre>
*/
public abstract static class AnswerRecordsImplBase implements io.grpc.BindableService {
Expand Down Expand Up @@ -306,7 +308,8 @@ public final io.grpc.ServerServiceDefinition bindService() {
*
*
* <pre>
* Service for managing [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
* Service for managing
* [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
* </pre>
*/
public static final class AnswerRecordsStub
Expand Down Expand Up @@ -379,7 +382,8 @@ public void updateAnswerRecord(
*
*
* <pre>
* Service for managing [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
* Service for managing
* [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
* </pre>
*/
public static final class AnswerRecordsBlockingStub
Expand Down Expand Up @@ -441,7 +445,8 @@ public com.google.cloud.dialogflow.v2beta1.AnswerRecord updateAnswerRecord(
*
*
* <pre>
* Service for managing [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
* Service for managing
* [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
* </pre>
*/
public static final class AnswerRecordsFutureStub
Expand Down
Loading