@@ -672,7 +672,9 @@ public final UnaryCallable<DeleteAgentRequest, Empty> deleteAgentCallable() {
672672
673673 // AUTO-GENERATED DOCUMENTATION AND METHOD.
674674 /**
675- * Exports the specified agent to a binary file. This method is a [long-running
675+ * Exports the specified agent to a binary file.
676+ *
677+ * <p>This method is a [long-running
676678 * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
677679 * returned `Operation` type has the following method-specific fields:
678680 *
@@ -706,7 +708,9 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(
706708
707709 // AUTO-GENERATED DOCUMENTATION AND METHOD.
708710 /**
709- * Exports the specified agent to a binary file. This method is a [long-running
711+ * Exports the specified agent to a binary file.
712+ *
713+ * <p>This method is a [long-running
710714 * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
711715 * returned `Operation` type has the following method-specific fields:
712716 *
@@ -740,7 +744,9 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(
740744
741745 // AUTO-GENERATED DOCUMENTATION AND METHOD.
742746 /**
743- * Exports the specified agent to a binary file. This method is a [long-running
747+ * Exports the specified agent to a binary file.
748+ *
749+ * <p>This method is a [long-running
744750 * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
745751 * returned `Operation` type has the following method-specific fields:
746752 *
@@ -777,6 +783,15 @@ public final UnaryCallable<ExportAgentRequest, Operation> exportAgentCallable()
777783 * <p>Replaces the current agent with a new one. Note that all existing resources in agent (e.g.
778784 * intents, entity types, flows) will be removed.
779785 *
786+ * <p>This method is a [long-running
787+ * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
788+ * returned `Operation` type has the following method-specific fields:
789+ *
790+ * <p>- `metadata`: An empty [Struct
791+ * message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
792+ * - `response`: An [Empty
793+ * message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
794+ *
780795 * <p>Note: You should always train a flow prior to sending it queries. See the [training
781796 * documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
782797 *
@@ -806,6 +821,15 @@ public final OperationFuture<Empty, Struct> restoreAgentAsync(RestoreAgentReques
806821 * <p>Replaces the current agent with a new one. Note that all existing resources in agent (e.g.
807822 * intents, entity types, flows) will be removed.
808823 *
824+ * <p>This method is a [long-running
825+ * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
826+ * returned `Operation` type has the following method-specific fields:
827+ *
828+ * <p>- `metadata`: An empty [Struct
829+ * message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
830+ * - `response`: An [Empty
831+ * message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
832+ *
809833 * <p>Note: You should always train a flow prior to sending it queries. See the [training
810834 * documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
811835 *
@@ -836,6 +860,15 @@ public final OperationFuture<Empty, Struct> restoreAgentAsync(RestoreAgentReques
836860 * <p>Replaces the current agent with a new one. Note that all existing resources in agent (e.g.
837861 * intents, entity types, flows) will be removed.
838862 *
863+ * <p>This method is a [long-running
864+ * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
865+ * returned `Operation` type has the following method-specific fields:
866+ *
867+ * <p>- `metadata`: An empty [Struct
868+ * message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
869+ * - `response`: An [Empty
870+ * message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
871+ *
839872 * <p>Note: You should always train a flow prior to sending it queries. See the [training
840873 * documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
841874 *
0 commit comments