Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit a68fde8

Browse files
feat: added deployment API (#330)
- [x] Regenerate this pull request now. PiperOrigin-RevId: 400785744 Source-Link: googleapis/googleapis@bf8851e Source-Link: https://github.com/googleapis/googleapis-gen/commit/139bae1840e7887894fe638df890bbae033c73de Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTM5YmFlMTg0MGU3ODg3ODk0ZmU2MzhkZjg5MGJiYWUwMzNjNzNkZSJ9 feat: exposed DTMF input info in the query result docs: added notes on long running operation
1 parent 1f49da8 commit a68fde8

File tree

74 files changed

+14718
-4780
lines changed

Some content is hidden

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

74 files changed

+14718
-4780
lines changed

google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentsClient.java

+36-3
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,9 @@ public final UnaryCallable<DeleteAgentRequest, Empty> deleteAgentCallable() {
671671

672672
// AUTO-GENERATED DOCUMENTATION AND METHOD.
673673
/**
674-
* Exports the specified agent to a binary file. This method is a [long-running
674+
* Exports the specified agent to a binary file.
675+
*
676+
* <p>This method is a [long-running
675677
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
676678
* returned `Operation` type has the following method-specific fields:
677679
*
@@ -705,7 +707,9 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(
705707

706708
// AUTO-GENERATED DOCUMENTATION AND METHOD.
707709
/**
708-
* Exports the specified agent to a binary file. This method is a [long-running
710+
* Exports the specified agent to a binary file.
711+
*
712+
* <p>This method is a [long-running
709713
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
710714
* returned `Operation` type has the following method-specific fields:
711715
*
@@ -739,7 +743,9 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(
739743

740744
// AUTO-GENERATED DOCUMENTATION AND METHOD.
741745
/**
742-
* Exports the specified agent to a binary file. This method is a [long-running
746+
* Exports the specified agent to a binary file.
747+
*
748+
* <p>This method is a [long-running
743749
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
744750
* returned `Operation` type has the following method-specific fields:
745751
*
@@ -776,6 +782,15 @@ public final UnaryCallable<ExportAgentRequest, Operation> exportAgentCallable()
776782
* <p>Replaces the current agent with a new one. Note that all existing resources in agent (e.g.
777783
* intents, entity types, flows) will be removed.
778784
*
785+
* <p>This method is a [long-running
786+
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
787+
* returned `Operation` type has the following method-specific fields:
788+
*
789+
* <p>- `metadata`: An empty [Struct
790+
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
791+
* - `response`: An [Empty
792+
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
793+
*
779794
* <p>Note: You should always train flows prior to sending them queries. See the [training
780795
* documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
781796
*
@@ -805,6 +820,15 @@ public final OperationFuture<Empty, Struct> restoreAgentAsync(RestoreAgentReques
805820
* <p>Replaces the current agent with a new one. Note that all existing resources in agent (e.g.
806821
* intents, entity types, flows) will be removed.
807822
*
823+
* <p>This method is a [long-running
824+
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
825+
* returned `Operation` type has the following method-specific fields:
826+
*
827+
* <p>- `metadata`: An empty [Struct
828+
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
829+
* - `response`: An [Empty
830+
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
831+
*
808832
* <p>Note: You should always train flows prior to sending them queries. See the [training
809833
* documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
810834
*
@@ -835,6 +859,15 @@ public final OperationFuture<Empty, Struct> restoreAgentAsync(RestoreAgentReques
835859
* <p>Replaces the current agent with a new one. Note that all existing resources in agent (e.g.
836860
* intents, entity types, flows) will be removed.
837861
*
862+
* <p>This method is a [long-running
863+
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
864+
* returned `Operation` type has the following method-specific fields:
865+
*
866+
* <p>- `metadata`: An empty [Struct
867+
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
868+
* - `response`: An [Empty
869+
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
870+
*
838871
* <p>Note: You should always train flows prior to sending them queries. See the [training
839872
* documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
840873
*

0 commit comments

Comments
 (0)