Skip to content

Commit 7edc704

Browse files
feat: [dialogflow-cx] added include_bigquery_export_settings to ExportAgentRequest (#9537)
* feat: add support for flexible webhook docs: update synthesize speech configs's documentation PiperOrigin-RevId: 539265592 Source-Link: googleapis/googleapis@2f59906 Source-Link: https://github.com/googleapis/googleapis-gen/commit/b92963b88b826eafc045c886b04962b4cc29e8ef Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93LWN4Ly5Pd2xCb3QueWFtbCIsImgiOiJiOTI5NjNiODhiODI2ZWFmYzA0NWM4ODZiMDQ5NjJiNGNjMjllOGVmIn0= * 🦉 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 * feat: add support for flexible webhook docs: update synthesize speech configs's documentation PiperOrigin-RevId: 539265734 Source-Link: googleapis/googleapis@091bc8c Source-Link: https://github.com/googleapis/googleapis-gen/commit/ca652d5e3b92aac32c1aa28589e0421c3e5b7bc5 Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93LWN4Ly5Pd2xCb3QueWFtbCIsImgiOiJjYTY1MmQ1ZTNiOTJhYWMzMmMxYWEyODU4OWUwNDIxYzNlNWI3YmM1In0= * 🦉 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 * feat: added include_bigquery_export_settings to ExportAgentRequest feat: added session_ttl to SessionProto PiperOrigin-RevId: 541038902 Source-Link: googleapis/googleapis@f472565 Source-Link: https://github.com/googleapis/googleapis-gen/commit/a91bf4527dd86a868a8220b2d8155eeaec597708 Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93LWN4Ly5Pd2xCb3QueWFtbCIsImgiOiJhOTFiZjQ1MjdkZDg2YTg2OGE4MjIwYjJkODE1NWVlYWVjNTk3NzA4In0= * 🦉 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 * feat: added include_bigquery_export_settings to ExportAgentRequest feat: added session_ttl to SessionProto PiperOrigin-RevId: 541070954 Source-Link: googleapis/googleapis@439d4ee Source-Link: https://github.com/googleapis/googleapis-gen/commit/ad5c4d3f26bf9bd168e863428dda0b8829391629 Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93LWN4Ly5Pd2xCb3QueWFtbCIsImgiOiJhZDVjNGQzZjI2YmY5YmQxNjhlODYzNDI4ZGRhMGI4ODI5MzkxNjI5In0= * 🦉 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 48b1b5d commit 7edc704

File tree

55 files changed

+7753
-3266
lines changed

Some content is hidden

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

55 files changed

+7753
-3266
lines changed

java-dialogflow-cx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>libraries-bom</artifactId>
26-
<version>26.16.0</version>
26+
<version>26.17.0</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,7 @@ public final UnaryCallable<DeleteAgentRequest, Empty> deleteAgentCallable() {
840840
* .setEnvironment(
841841
* EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
842842
* .toString())
843+
* .setIncludeBigqueryExportSettings(true)
843844
* .build();
844845
* ExportAgentResponse response = agentsClient.exportAgentAsync(request).get();
845846
* }
@@ -881,6 +882,7 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(
881882
* .setEnvironment(
882883
* EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
883884
* .toString())
885+
* .setIncludeBigqueryExportSettings(true)
884886
* .build();
885887
* OperationFuture<ExportAgentResponse, Struct> future =
886888
* agentsClient.exportAgentOperationCallable().futureCall(request);
@@ -922,6 +924,7 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(
922924
* .setEnvironment(
923925
* EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
924926
* .toString())
927+
* .setIncludeBigqueryExportSettings(true)
925928
* .build();
926929
* ApiFuture<Operation> future = agentsClient.exportAgentCallable().futureCall(request);
927930
* // Do something.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,7 @@ public final UnaryCallable<DeleteAgentRequest, Empty> deleteAgentCallable() {
841841
* .setEnvironment(
842842
* EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
843843
* .toString())
844+
* .setIncludeBigqueryExportSettings(true)
844845
* .build();
845846
* ExportAgentResponse response = agentsClient.exportAgentAsync(request).get();
846847
* }
@@ -882,6 +883,7 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(
882883
* .setEnvironment(
883884
* EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
884885
* .toString())
886+
* .setIncludeBigqueryExportSettings(true)
885887
* .build();
886888
* OperationFuture<ExportAgentResponse, Struct> future =
887889
* agentsClient.exportAgentOperationCallable().futureCall(request);
@@ -923,6 +925,7 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(
923925
* .setEnvironment(
924926
* EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
925927
* .toString())
928+
* .setIncludeBigqueryExportSettings(true)
926929
* .build();
927930
* ApiFuture<Operation> future = agentsClient.exportAgentCallable().futureCall(request);
928931
* // Do something.

java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/AgentsClientHttpJsonTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ public void exportAgentTest() throws Exception {
628628
.setEnvironment(
629629
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
630630
.toString())
631+
.setIncludeBigqueryExportSettings(true)
631632
.build();
632633

633634
ExportAgentResponse actualResponse = client.exportAgentAsync(request).get();
@@ -663,6 +664,7 @@ public void exportAgentExceptionTest() throws Exception {
663664
.setEnvironment(
664665
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
665666
.toString())
667+
.setIncludeBigqueryExportSettings(true)
666668
.build();
667669
client.exportAgentAsync(request).get();
668670
Assert.fail("No exception raised");

java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/AgentsClientTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ public void exportAgentTest() throws Exception {
547547
.setEnvironment(
548548
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
549549
.toString())
550+
.setIncludeBigqueryExportSettings(true)
550551
.build();
551552

552553
ExportAgentResponse actualResponse = client.exportAgentAsync(request).get();
@@ -560,6 +561,9 @@ public void exportAgentTest() throws Exception {
560561
Assert.assertEquals(request.getAgentUri(), actualRequest.getAgentUri());
561562
Assert.assertEquals(request.getDataFormat(), actualRequest.getDataFormat());
562563
Assert.assertEquals(request.getEnvironment(), actualRequest.getEnvironment());
564+
Assert.assertEquals(
565+
request.getIncludeBigqueryExportSettings(),
566+
actualRequest.getIncludeBigqueryExportSettings());
563567
Assert.assertTrue(
564568
channelProvider.isHeaderSent(
565569
ApiClientHeaderProvider.getDefaultApiClientHeaderKey(),
@@ -579,6 +583,7 @@ public void exportAgentExceptionTest() throws Exception {
579583
.setEnvironment(
580584
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
581585
.toString())
586+
.setIncludeBigqueryExportSettings(true)
582587
.build();
583588
client.exportAgentAsync(request).get();
584589
Assert.fail("No exception raised");

java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsClientHttpJsonTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ public void exportAgentTest() throws Exception {
628628
.setEnvironment(
629629
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
630630
.toString())
631+
.setIncludeBigqueryExportSettings(true)
631632
.build();
632633

633634
ExportAgentResponse actualResponse = client.exportAgentAsync(request).get();
@@ -663,6 +664,7 @@ public void exportAgentExceptionTest() throws Exception {
663664
.setEnvironment(
664665
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
665666
.toString())
667+
.setIncludeBigqueryExportSettings(true)
666668
.build();
667669
client.exportAgentAsync(request).get();
668670
Assert.fail("No exception raised");

java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsClientTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ public void exportAgentTest() throws Exception {
547547
.setEnvironment(
548548
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
549549
.toString())
550+
.setIncludeBigqueryExportSettings(true)
550551
.build();
551552

552553
ExportAgentResponse actualResponse = client.exportAgentAsync(request).get();
@@ -560,6 +561,9 @@ public void exportAgentTest() throws Exception {
560561
Assert.assertEquals(request.getAgentUri(), actualRequest.getAgentUri());
561562
Assert.assertEquals(request.getDataFormat(), actualRequest.getDataFormat());
562563
Assert.assertEquals(request.getEnvironment(), actualRequest.getEnvironment());
564+
Assert.assertEquals(
565+
request.getIncludeBigqueryExportSettings(),
566+
actualRequest.getIncludeBigqueryExportSettings());
563567
Assert.assertTrue(
564568
channelProvider.isHeaderSent(
565569
ApiClientHeaderProvider.getDefaultApiClientHeaderKey(),
@@ -579,6 +583,7 @@ public void exportAgentExceptionTest() throws Exception {
579583
.setEnvironment(
580584
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
581585
.toString())
586+
.setIncludeBigqueryExportSettings(true)
582587
.build();
583588
client.exportAgentAsync(request).get();
584589
Assert.fail("No exception raised");

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

Lines changed: 78 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -140,87 +140,88 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
140140
+ "\n\013update_mask\030\002 \001(\0132\032.google.protobuf.Fi"
141141
+ "eldMask\"L\n\022DeleteAgentRequest\0226\n\004name\030\001 "
142142
+ "\001(\tB(\342A\001\002\372A!\n\037dialogflow.googleapis.com/"
143-
+ "Agent\"\312\002\n\022ExportAgentRequest\0226\n\004name\030\001 \001"
143+
+ "Agent\"\372\002\n\022ExportAgentRequest\0226\n\004name\030\001 \001"
144144
+ "(\tB(\342A\001\002\372A!\n\037dialogflow.googleapis.com/A"
145145
+ "gent\022\027\n\tagent_uri\030\002 \001(\tB\004\342A\001\001\022W\n\013data_fo"
146146
+ "rmat\030\003 \001(\0162<.google.cloud.dialogflow.cx."
147147
+ "v3.ExportAgentRequest.DataFormatB\004\342A\001\001\022C"
148148
+ "\n\013environment\030\005 \001(\tB.\342A\001\001\372A\'\n%dialogflow"
149-
+ ".googleapis.com/Environment\"E\n\nDataForma"
150-
+ "t\022\033\n\027DATA_FORMAT_UNSPECIFIED\020\000\022\010\n\004BLOB\020\001"
151-
+ "\022\020\n\014JSON_PACKAGE\020\004\"L\n\023ExportAgentRespons"
152-
+ "e\022\023\n\tagent_uri\030\001 \001(\tH\000\022\027\n\ragent_content\030"
153-
+ "\002 \001(\014H\000B\007\n\005agent\"\247\002\n\023RestoreAgentRequest"
154-
+ "\0226\n\004name\030\001 \001(\tB(\342A\001\002\372A!\n\037dialogflow.goog"
155-
+ "leapis.com/Agent\022\023\n\tagent_uri\030\002 \001(\tH\000\022\027\n"
156-
+ "\ragent_content\030\003 \001(\014H\000\022X\n\016restore_option"
157-
+ "\030\005 \001(\016[email protected]"
158-
+ "estoreAgentRequest.RestoreOption\"G\n\rRest"
159-
+ "oreOption\022\036\n\032RESTORE_OPTION_UNSPECIFIED\020"
160-
+ "\000\022\010\n\004KEEP\020\001\022\014\n\010FALLBACK\020\002B\007\n\005agent\"e\n\024Va"
161-
+ "lidateAgentRequest\0226\n\004name\030\001 \001(\tB(\342A\001\002\372A"
162-
+ "!\n\037dialogflow.googleapis.com/Agent\022\025\n\rla"
163-
+ "nguage_code\030\002 \001(\t\"\200\001\n\037GetAgentValidation"
164-
+ "ResultRequest\022F\n\004name\030\001 \001(\tB8\342A\001\002\372A1\n/di"
165-
+ "alogflow.googleapis.com/AgentValidationR"
166-
+ "esult\022\025\n\rlanguage_code\030\002 \001(\t\"\372\001\n\025AgentVa"
167-
+ "lidationResult\022\014\n\004name\030\001 \001(\t\022T\n\027flow_val"
168-
+ "idation_results\030\002 \003(\01323.google.cloud.dia"
169-
+ "logflow.cx.v3.FlowValidationResult:}\352Az\n"
170-
+ "/dialogflow.googleapis.com/AgentValidati"
171-
+ "onResult\022Gprojects/{project}/locations/{"
172-
+ "location}/agents/{agent}/validationResul"
173-
+ "t2\231\016\n\006Agents\022\256\001\n\nListAgents\0220.google.clo"
174-
+ "ud.dialogflow.cx.v3.ListAgentsRequest\0321."
175-
+ "google.cloud.dialogflow.cx.v3.ListAgents"
176-
+ "Response\";\332A\006parent\202\323\344\223\002,\022*/v3/{parent=p"
177-
+ "rojects/*/locations/*}/agents\022\233\001\n\010GetAge"
178-
+ "nt\022..google.cloud.dialogflow.cx.v3.GetAg"
179-
+ "entRequest\032$.google.cloud.dialogflow.cx."
180-
+ "v3.Agent\"9\332A\004name\202\323\344\223\002,\022*/v3/{name=proje"
181-
+ "cts/*/locations/*/agents/*}\022\260\001\n\013CreateAg"
182-
+ "ent\0221.google.cloud.dialogflow.cx.v3.Crea"
183-
+ "teAgentRequest\032$.google.cloud.dialogflow"
184-
+ ".cx.v3.Agent\"H\332A\014parent,agent\202\323\344\223\0023\"*/v3"
185-
+ "/{parent=projects/*/locations/*}/agents:"
186-
+ "\005agent\022\273\001\n\013UpdateAgent\0221.google.cloud.di"
187-
+ "alogflow.cx.v3.UpdateAgentRequest\032$.goog"
188-
+ "le.cloud.dialogflow.cx.v3.Agent\"S\332A\021agen"
189-
+ "t,update_mask\202\323\344\223\002920/v3/{agent.name=pro"
190-
+ "jects/*/locations/*/agents/*}:\005agent\022\223\001\n"
191-
+ "\013DeleteAgent\0221.google.cloud.dialogflow.c"
192-
+ "x.v3.DeleteAgentRequest\032\026.google.protobu"
193-
+ "f.Empty\"9\332A\004name\202\323\344\223\002,**/v3/{name=projec"
194-
+ "ts/*/locations/*/agents/*}\022\315\001\n\013ExportAge"
195-
+ "nt\0221.google.cloud.dialogflow.cx.v3.Expor"
196-
+ "tAgentRequest\032\035.google.longrunning.Opera"
197-
+ "tion\"l\312A-\n\023ExportAgentResponse\022\026google.p"
198-
+ "rotobuf.Struct\202\323\344\223\0026\"1/v3/{name=projects"
199-
+ "/*/locations/*/agents/*}:export:\001*\022\322\001\n\014R"
200-
+ "estoreAgent\0222.google.cloud.dialogflow.cx"
201-
+ ".v3.RestoreAgentRequest\032\035.google.longrun"
202-
+ "ning.Operation\"o\312A/\n\025google.protobuf.Emp"
203-
+ "ty\022\026google.protobuf.Struct\202\323\344\223\0027\"2/v3/{n"
204-
+ "ame=projects/*/locations/*/agents/*}:res"
205-
+ "tore:\001*\022\272\001\n\rValidateAgent\0223.google.cloud"
206-
+ ".dialogflow.cx.v3.ValidateAgentRequest\0324"
207-
+ ".google.cloud.dialogflow.cx.v3.AgentVali"
208-
+ "dationResult\">\202\323\344\223\0028\"3/v3/{name=projects"
209-
+ "/*/locations/*/agents/*}:validate:\001*\022\334\001\n"
210-
+ "\030GetAgentValidationResult\022>.google.cloud"
211-
+ ".dialogflow.cx.v3.GetAgentValidationResu"
212-
+ "ltRequest\0324.google.cloud.dialogflow.cx.v"
213-
+ "3.AgentValidationResult\"J\332A\004name\202\323\344\223\002=\022;"
214-
+ "/v3/{name=projects/*/locations/*/agents/"
215-
+ "*/validationResult}\032x\312A\031dialogflow.googl"
216-
+ "eapis.com\322AYhttps://www.googleapis.com/a"
217-
+ "uth/cloud-platform,https://www.googleapi"
218-
+ "s.com/auth/dialogflowB\260\001\n!com.google.clo"
219-
+ "ud.dialogflow.cx.v3B\nAgentProtoP\001Z1cloud"
220-
+ ".google.com/go/dialogflow/cx/apiv3/cxpb;"
221-
+ "cxpb\370\001\001\242\002\002DF\252\002\035Google.Cloud.Dialogflow.C"
222-
+ "x.V3\352\002!Google::Cloud::Dialogflow::CX::V3"
223-
+ "b\006proto3"
149+
+ ".googleapis.com/Environment\022.\n include_b"
150+
+ "igquery_export_settings\030\007 \001(\010B\004\342A\001\001\"E\n\nD"
151+
+ "ataFormat\022\033\n\027DATA_FORMAT_UNSPECIFIED\020\000\022\010"
152+
+ "\n\004BLOB\020\001\022\020\n\014JSON_PACKAGE\020\004\"L\n\023ExportAgen"
153+
+ "tResponse\022\023\n\tagent_uri\030\001 \001(\tH\000\022\027\n\ragent_"
154+
+ "content\030\002 \001(\014H\000B\007\n\005agent\"\247\002\n\023RestoreAgen"
155+
+ "tRequest\0226\n\004name\030\001 \001(\tB(\342A\001\002\372A!\n\037dialogf"
156+
+ "low.googleapis.com/Agent\022\023\n\tagent_uri\030\002 "
157+
+ "\001(\tH\000\022\027\n\ragent_content\030\003 \001(\014H\000\022X\n\016restor"
158+
+ "e_option\030\005 \001(\016[email protected]"
159+
+ ".cx.v3.RestoreAgentRequest.RestoreOption"
160+
+ "\"G\n\rRestoreOption\022\036\n\032RESTORE_OPTION_UNSP"
161+
+ "ECIFIED\020\000\022\010\n\004KEEP\020\001\022\014\n\010FALLBACK\020\002B\007\n\005age"
162+
+ "nt\"e\n\024ValidateAgentRequest\0226\n\004name\030\001 \001(\t"
163+
+ "B(\342A\001\002\372A!\n\037dialogflow.googleapis.com/Age"
164+
+ "nt\022\025\n\rlanguage_code\030\002 \001(\t\"\200\001\n\037GetAgentVa"
165+
+ "lidationResultRequest\022F\n\004name\030\001 \001(\tB8\342A\001"
166+
+ "\002\372A1\n/dialogflow.googleapis.com/AgentVal"
167+
+ "idationResult\022\025\n\rlanguage_code\030\002 \001(\t\"\372\001\n"
168+
+ "\025AgentValidationResult\022\014\n\004name\030\001 \001(\t\022T\n\027"
169+
+ "flow_validation_results\030\002 \003(\01323.google.c"
170+
+ "loud.dialogflow.cx.v3.FlowValidationResu"
171+
+ "lt:}\352Az\n/dialogflow.googleapis.com/Agent"
172+
+ "ValidationResult\022Gprojects/{project}/loc"
173+
+ "ations/{location}/agents/{agent}/validat"
174+
+ "ionResult2\231\016\n\006Agents\022\256\001\n\nListAgents\0220.go"
175+
+ "ogle.cloud.dialogflow.cx.v3.ListAgentsRe"
176+
+ "quest\0321.google.cloud.dialogflow.cx.v3.Li"
177+
+ "stAgentsResponse\";\332A\006parent\202\323\344\223\002,\022*/v3/{"
178+
+ "parent=projects/*/locations/*}/agents\022\233\001"
179+
+ "\n\010GetAgent\022..google.cloud.dialogflow.cx."
180+
+ "v3.GetAgentRequest\032$.google.cloud.dialog"
181+
+ "flow.cx.v3.Agent\"9\332A\004name\202\323\344\223\002,\022*/v3/{na"
182+
+ "me=projects/*/locations/*/agents/*}\022\260\001\n\013"
183+
+ "CreateAgent\0221.google.cloud.dialogflow.cx"
184+
+ ".v3.CreateAgentRequest\032$.google.cloud.di"
185+
+ "alogflow.cx.v3.Agent\"H\332A\014parent,agent\202\323\344"
186+
+ "\223\0023\"*/v3/{parent=projects/*/locations/*}"
187+
+ "/agents:\005agent\022\273\001\n\013UpdateAgent\0221.google."
188+
+ "cloud.dialogflow.cx.v3.UpdateAgentReques"
189+
+ "t\032$.google.cloud.dialogflow.cx.v3.Agent\""
190+
+ "S\332A\021agent,update_mask\202\323\344\223\002920/v3/{agent."
191+
+ "name=projects/*/locations/*/agents/*}:\005a"
192+
+ "gent\022\223\001\n\013DeleteAgent\0221.google.cloud.dial"
193+
+ "ogflow.cx.v3.DeleteAgentRequest\032\026.google"
194+
+ ".protobuf.Empty\"9\332A\004name\202\323\344\223\002,**/v3/{nam"
195+
+ "e=projects/*/locations/*/agents/*}\022\315\001\n\013E"
196+
+ "xportAgent\0221.google.cloud.dialogflow.cx."
197+
+ "v3.ExportAgentRequest\032\035.google.longrunni"
198+
+ "ng.Operation\"l\312A-\n\023ExportAgentResponse\022\026"
199+
+ "google.protobuf.Struct\202\323\344\223\0026\"1/v3/{name="
200+
+ "projects/*/locations/*/agents/*}:export:"
201+
+ "\001*\022\322\001\n\014RestoreAgent\0222.google.cloud.dialo"
202+
+ "gflow.cx.v3.RestoreAgentRequest\032\035.google"
203+
+ ".longrunning.Operation\"o\312A/\n\025google.prot"
204+
+ "obuf.Empty\022\026google.protobuf.Struct\202\323\344\223\0027"
205+
+ "\"2/v3/{name=projects/*/locations/*/agent"
206+
+ "s/*}:restore:\001*\022\272\001\n\rValidateAgent\0223.goog"
207+
+ "le.cloud.dialogflow.cx.v3.ValidateAgentR"
208+
+ "equest\0324.google.cloud.dialogflow.cx.v3.A"
209+
+ "gentValidationResult\">\202\323\344\223\0028\"3/v3/{name="
210+
+ "projects/*/locations/*/agents/*}:validat"
211+
+ "e:\001*\022\334\001\n\030GetAgentValidationResult\022>.goog"
212+
+ "le.cloud.dialogflow.cx.v3.GetAgentValida"
213+
+ "tionResultRequest\0324.google.cloud.dialogf"
214+
+ "low.cx.v3.AgentValidationResult\"J\332A\004name"
215+
+ "\202\323\344\223\002=\022;/v3/{name=projects/*/locations/*"
216+
+ "/agents/*/validationResult}\032x\312A\031dialogfl"
217+
+ "ow.googleapis.com\322AYhttps://www.googleap"
218+
+ "is.com/auth/cloud-platform,https://www.g"
219+
+ "oogleapis.com/auth/dialogflowB\260\001\n!com.go"
220+
+ "ogle.cloud.dialogflow.cx.v3B\nAgentProtoP"
221+
+ "\001Z1cloud.google.com/go/dialogflow/cx/api"
222+
+ "v3/cxpb;cxpb\370\001\001\242\002\002DF\252\002\035Google.Cloud.Dial"
223+
+ "ogflow.Cx.V3\352\002!Google::Cloud::Dialogflow"
224+
+ "::CX::V3b\006proto3"
224225
};
225226
descriptor =
226227
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -322,7 +323,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
322323
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
323324
internal_static_google_cloud_dialogflow_cx_v3_ExportAgentRequest_descriptor,
324325
new java.lang.String[] {
325-
"Name", "AgentUri", "DataFormat", "Environment",
326+
"Name", "AgentUri", "DataFormat", "Environment", "IncludeBigqueryExportSettings",
326327
});
327328
internal_static_google_cloud_dialogflow_cx_v3_ExportAgentResponse_descriptor =
328329
getDescriptor().getMessageTypes().get(9);

0 commit comments

Comments
 (0)