Skip to content

Commit

Permalink
feat: [dialogflow-cx] added include_bigquery_export_settings to Expor…
Browse files Browse the repository at this point in the history
…tAgentRequest (#9537)

* feat: add support for flexible webhook
docs: update synthesize speech configs's documentation

PiperOrigin-RevId: 539265592

Source-Link: googleapis/googleapis@2f59906

Source-Link: googleapis/googleapis-gen@b92963b
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: googleapis/googleapis-gen@ca652d5
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: googleapis/googleapis-gen@a91bf45
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: googleapis/googleapis-gen@ad5c4d3
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jun 22, 2023
1 parent 48b1b5d commit 7edc704
Show file tree
Hide file tree
Showing 55 changed files with 7,753 additions and 3,266 deletions.
2 changes: 1 addition & 1 deletion java-dialogflow-cx/README.md
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.16.0</version>
<version>26.17.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Expand Up @@ -840,6 +840,7 @@ public final UnaryCallable<DeleteAgentRequest, Empty> deleteAgentCallable() {
* .setEnvironment(
* EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
* .toString())
* .setIncludeBigqueryExportSettings(true)
* .build();
* ExportAgentResponse response = agentsClient.exportAgentAsync(request).get();
* }
Expand Down Expand Up @@ -881,6 +882,7 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(
* .setEnvironment(
* EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
* .toString())
* .setIncludeBigqueryExportSettings(true)
* .build();
* OperationFuture<ExportAgentResponse, Struct> future =
* agentsClient.exportAgentOperationCallable().futureCall(request);
Expand Down Expand Up @@ -922,6 +924,7 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(
* .setEnvironment(
* EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
* .toString())
* .setIncludeBigqueryExportSettings(true)
* .build();
* ApiFuture<Operation> future = agentsClient.exportAgentCallable().futureCall(request);
* // Do something.
Expand Down
Expand Up @@ -841,6 +841,7 @@ public final UnaryCallable<DeleteAgentRequest, Empty> deleteAgentCallable() {
* .setEnvironment(
* EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
* .toString())
* .setIncludeBigqueryExportSettings(true)
* .build();
* ExportAgentResponse response = agentsClient.exportAgentAsync(request).get();
* }
Expand Down Expand Up @@ -882,6 +883,7 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(
* .setEnvironment(
* EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
* .toString())
* .setIncludeBigqueryExportSettings(true)
* .build();
* OperationFuture<ExportAgentResponse, Struct> future =
* agentsClient.exportAgentOperationCallable().futureCall(request);
Expand Down Expand Up @@ -923,6 +925,7 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(
* .setEnvironment(
* EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
* .toString())
* .setIncludeBigqueryExportSettings(true)
* .build();
* ApiFuture<Operation> future = agentsClient.exportAgentCallable().futureCall(request);
* // Do something.
Expand Down
Expand Up @@ -628,6 +628,7 @@ public void exportAgentTest() throws Exception {
.setEnvironment(
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
.toString())
.setIncludeBigqueryExportSettings(true)
.build();

ExportAgentResponse actualResponse = client.exportAgentAsync(request).get();
Expand Down Expand Up @@ -663,6 +664,7 @@ public void exportAgentExceptionTest() throws Exception {
.setEnvironment(
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
.toString())
.setIncludeBigqueryExportSettings(true)
.build();
client.exportAgentAsync(request).get();
Assert.fail("No exception raised");
Expand Down
Expand Up @@ -547,6 +547,7 @@ public void exportAgentTest() throws Exception {
.setEnvironment(
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
.toString())
.setIncludeBigqueryExportSettings(true)
.build();

ExportAgentResponse actualResponse = client.exportAgentAsync(request).get();
Expand All @@ -560,6 +561,9 @@ public void exportAgentTest() throws Exception {
Assert.assertEquals(request.getAgentUri(), actualRequest.getAgentUri());
Assert.assertEquals(request.getDataFormat(), actualRequest.getDataFormat());
Assert.assertEquals(request.getEnvironment(), actualRequest.getEnvironment());
Assert.assertEquals(
request.getIncludeBigqueryExportSettings(),
actualRequest.getIncludeBigqueryExportSettings());
Assert.assertTrue(
channelProvider.isHeaderSent(
ApiClientHeaderProvider.getDefaultApiClientHeaderKey(),
Expand All @@ -579,6 +583,7 @@ public void exportAgentExceptionTest() throws Exception {
.setEnvironment(
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
.toString())
.setIncludeBigqueryExportSettings(true)
.build();
client.exportAgentAsync(request).get();
Assert.fail("No exception raised");
Expand Down
Expand Up @@ -628,6 +628,7 @@ public void exportAgentTest() throws Exception {
.setEnvironment(
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
.toString())
.setIncludeBigqueryExportSettings(true)
.build();

ExportAgentResponse actualResponse = client.exportAgentAsync(request).get();
Expand Down Expand Up @@ -663,6 +664,7 @@ public void exportAgentExceptionTest() throws Exception {
.setEnvironment(
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
.toString())
.setIncludeBigqueryExportSettings(true)
.build();
client.exportAgentAsync(request).get();
Assert.fail("No exception raised");
Expand Down
Expand Up @@ -547,6 +547,7 @@ public void exportAgentTest() throws Exception {
.setEnvironment(
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
.toString())
.setIncludeBigqueryExportSettings(true)
.build();

ExportAgentResponse actualResponse = client.exportAgentAsync(request).get();
Expand All @@ -560,6 +561,9 @@ public void exportAgentTest() throws Exception {
Assert.assertEquals(request.getAgentUri(), actualRequest.getAgentUri());
Assert.assertEquals(request.getDataFormat(), actualRequest.getDataFormat());
Assert.assertEquals(request.getEnvironment(), actualRequest.getEnvironment());
Assert.assertEquals(
request.getIncludeBigqueryExportSettings(),
actualRequest.getIncludeBigqueryExportSettings());
Assert.assertTrue(
channelProvider.isHeaderSent(
ApiClientHeaderProvider.getDefaultApiClientHeaderKey(),
Expand All @@ -579,6 +583,7 @@ public void exportAgentExceptionTest() throws Exception {
.setEnvironment(
EnvironmentName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENVIRONMENT]")
.toString())
.setIncludeBigqueryExportSettings(true)
.build();
client.exportAgentAsync(request).get();
Assert.fail("No exception raised");
Expand Down
Expand Up @@ -140,87 +140,88 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\n\013update_mask\030\002 \001(\0132\032.google.protobuf.Fi"
+ "eldMask\"L\n\022DeleteAgentRequest\0226\n\004name\030\001 "
+ "\001(\tB(\342A\001\002\372A!\n\037dialogflow.googleapis.com/"
+ "Agent\"\312\002\n\022ExportAgentRequest\0226\n\004name\030\001 \001"
+ "Agent\"\372\002\n\022ExportAgentRequest\0226\n\004name\030\001 \001"
+ "(\tB(\342A\001\002\372A!\n\037dialogflow.googleapis.com/A"
+ "gent\022\027\n\tagent_uri\030\002 \001(\tB\004\342A\001\001\022W\n\013data_fo"
+ "rmat\030\003 \001(\0162<.google.cloud.dialogflow.cx."
+ "v3.ExportAgentRequest.DataFormatB\004\342A\001\001\022C"
+ "\n\013environment\030\005 \001(\tB.\342A\001\001\372A\'\n%dialogflow"
+ ".googleapis.com/Environment\"E\n\nDataForma"
+ "t\022\033\n\027DATA_FORMAT_UNSPECIFIED\020\000\022\010\n\004BLOB\020\001"
+ "\022\020\n\014JSON_PACKAGE\020\004\"L\n\023ExportAgentRespons"
+ "e\022\023\n\tagent_uri\030\001 \001(\tH\000\022\027\n\ragent_content\030"
+ "\002 \001(\014H\000B\007\n\005agent\"\247\002\n\023RestoreAgentRequest"
+ "\0226\n\004name\030\001 \001(\tB(\342A\001\002\372A!\n\037dialogflow.goog"
+ "leapis.com/Agent\022\023\n\tagent_uri\030\002 \001(\tH\000\022\027\n"
+ "\ragent_content\030\003 \001(\014H\000\022X\n\016restore_option"
+ "\030\005 \001(\0162@.google.cloud.dialogflow.cx.v3.R"
+ "estoreAgentRequest.RestoreOption\"G\n\rRest"
+ "oreOption\022\036\n\032RESTORE_OPTION_UNSPECIFIED\020"
+ "\000\022\010\n\004KEEP\020\001\022\014\n\010FALLBACK\020\002B\007\n\005agent\"e\n\024Va"
+ "lidateAgentRequest\0226\n\004name\030\001 \001(\tB(\342A\001\002\372A"
+ "!\n\037dialogflow.googleapis.com/Agent\022\025\n\rla"
+ "nguage_code\030\002 \001(\t\"\200\001\n\037GetAgentValidation"
+ "ResultRequest\022F\n\004name\030\001 \001(\tB8\342A\001\002\372A1\n/di"
+ "alogflow.googleapis.com/AgentValidationR"
+ "esult\022\025\n\rlanguage_code\030\002 \001(\t\"\372\001\n\025AgentVa"
+ "lidationResult\022\014\n\004name\030\001 \001(\t\022T\n\027flow_val"
+ "idation_results\030\002 \003(\01323.google.cloud.dia"
+ "logflow.cx.v3.FlowValidationResult:}\352Az\n"
+ "/dialogflow.googleapis.com/AgentValidati"
+ "onResult\022Gprojects/{project}/locations/{"
+ "location}/agents/{agent}/validationResul"
+ "t2\231\016\n\006Agents\022\256\001\n\nListAgents\0220.google.clo"
+ "ud.dialogflow.cx.v3.ListAgentsRequest\0321."
+ "google.cloud.dialogflow.cx.v3.ListAgents"
+ "Response\";\332A\006parent\202\323\344\223\002,\022*/v3/{parent=p"
+ "rojects/*/locations/*}/agents\022\233\001\n\010GetAge"
+ "nt\022..google.cloud.dialogflow.cx.v3.GetAg"
+ "entRequest\032$.google.cloud.dialogflow.cx."
+ "v3.Agent\"9\332A\004name\202\323\344\223\002,\022*/v3/{name=proje"
+ "cts/*/locations/*/agents/*}\022\260\001\n\013CreateAg"
+ "ent\0221.google.cloud.dialogflow.cx.v3.Crea"
+ "teAgentRequest\032$.google.cloud.dialogflow"
+ ".cx.v3.Agent\"H\332A\014parent,agent\202\323\344\223\0023\"*/v3"
+ "/{parent=projects/*/locations/*}/agents:"
+ "\005agent\022\273\001\n\013UpdateAgent\0221.google.cloud.di"
+ "alogflow.cx.v3.UpdateAgentRequest\032$.goog"
+ "le.cloud.dialogflow.cx.v3.Agent\"S\332A\021agen"
+ "t,update_mask\202\323\344\223\002920/v3/{agent.name=pro"
+ "jects/*/locations/*/agents/*}:\005agent\022\223\001\n"
+ "\013DeleteAgent\0221.google.cloud.dialogflow.c"
+ "x.v3.DeleteAgentRequest\032\026.google.protobu"
+ "f.Empty\"9\332A\004name\202\323\344\223\002,**/v3/{name=projec"
+ "ts/*/locations/*/agents/*}\022\315\001\n\013ExportAge"
+ "nt\0221.google.cloud.dialogflow.cx.v3.Expor"
+ "tAgentRequest\032\035.google.longrunning.Opera"
+ "tion\"l\312A-\n\023ExportAgentResponse\022\026google.p"
+ "rotobuf.Struct\202\323\344\223\0026\"1/v3/{name=projects"
+ "/*/locations/*/agents/*}:export:\001*\022\322\001\n\014R"
+ "estoreAgent\0222.google.cloud.dialogflow.cx"
+ ".v3.RestoreAgentRequest\032\035.google.longrun"
+ "ning.Operation\"o\312A/\n\025google.protobuf.Emp"
+ "ty\022\026google.protobuf.Struct\202\323\344\223\0027\"2/v3/{n"
+ "ame=projects/*/locations/*/agents/*}:res"
+ "tore:\001*\022\272\001\n\rValidateAgent\0223.google.cloud"
+ ".dialogflow.cx.v3.ValidateAgentRequest\0324"
+ ".google.cloud.dialogflow.cx.v3.AgentVali"
+ "dationResult\">\202\323\344\223\0028\"3/v3/{name=projects"
+ "/*/locations/*/agents/*}:validate:\001*\022\334\001\n"
+ "\030GetAgentValidationResult\022>.google.cloud"
+ ".dialogflow.cx.v3.GetAgentValidationResu"
+ "ltRequest\0324.google.cloud.dialogflow.cx.v"
+ "3.AgentValidationResult\"J\332A\004name\202\323\344\223\002=\022;"
+ "/v3/{name=projects/*/locations/*/agents/"
+ "*/validationResult}\032x\312A\031dialogflow.googl"
+ "eapis.com\322AYhttps://www.googleapis.com/a"
+ "uth/cloud-platform,https://www.googleapi"
+ "s.com/auth/dialogflowB\260\001\n!com.google.clo"
+ "ud.dialogflow.cx.v3B\nAgentProtoP\001Z1cloud"
+ ".google.com/go/dialogflow/cx/apiv3/cxpb;"
+ "cxpb\370\001\001\242\002\002DF\252\002\035Google.Cloud.Dialogflow.C"
+ "x.V3\352\002!Google::Cloud::Dialogflow::CX::V3"
+ "b\006proto3"
+ ".googleapis.com/Environment\022.\n include_b"
+ "igquery_export_settings\030\007 \001(\010B\004\342A\001\001\"E\n\nD"
+ "ataFormat\022\033\n\027DATA_FORMAT_UNSPECIFIED\020\000\022\010"
+ "\n\004BLOB\020\001\022\020\n\014JSON_PACKAGE\020\004\"L\n\023ExportAgen"
+ "tResponse\022\023\n\tagent_uri\030\001 \001(\tH\000\022\027\n\ragent_"
+ "content\030\002 \001(\014H\000B\007\n\005agent\"\247\002\n\023RestoreAgen"
+ "tRequest\0226\n\004name\030\001 \001(\tB(\342A\001\002\372A!\n\037dialogf"
+ "low.googleapis.com/Agent\022\023\n\tagent_uri\030\002 "
+ "\001(\tH\000\022\027\n\ragent_content\030\003 \001(\014H\000\022X\n\016restor"
+ "e_option\030\005 \001(\0162@.google.cloud.dialogflow"
+ ".cx.v3.RestoreAgentRequest.RestoreOption"
+ "\"G\n\rRestoreOption\022\036\n\032RESTORE_OPTION_UNSP"
+ "ECIFIED\020\000\022\010\n\004KEEP\020\001\022\014\n\010FALLBACK\020\002B\007\n\005age"
+ "nt\"e\n\024ValidateAgentRequest\0226\n\004name\030\001 \001(\t"
+ "B(\342A\001\002\372A!\n\037dialogflow.googleapis.com/Age"
+ "nt\022\025\n\rlanguage_code\030\002 \001(\t\"\200\001\n\037GetAgentVa"
+ "lidationResultRequest\022F\n\004name\030\001 \001(\tB8\342A\001"
+ "\002\372A1\n/dialogflow.googleapis.com/AgentVal"
+ "idationResult\022\025\n\rlanguage_code\030\002 \001(\t\"\372\001\n"
+ "\025AgentValidationResult\022\014\n\004name\030\001 \001(\t\022T\n\027"
+ "flow_validation_results\030\002 \003(\01323.google.c"
+ "loud.dialogflow.cx.v3.FlowValidationResu"
+ "lt:}\352Az\n/dialogflow.googleapis.com/Agent"
+ "ValidationResult\022Gprojects/{project}/loc"
+ "ations/{location}/agents/{agent}/validat"
+ "ionResult2\231\016\n\006Agents\022\256\001\n\nListAgents\0220.go"
+ "ogle.cloud.dialogflow.cx.v3.ListAgentsRe"
+ "quest\0321.google.cloud.dialogflow.cx.v3.Li"
+ "stAgentsResponse\";\332A\006parent\202\323\344\223\002,\022*/v3/{"
+ "parent=projects/*/locations/*}/agents\022\233\001"
+ "\n\010GetAgent\022..google.cloud.dialogflow.cx."
+ "v3.GetAgentRequest\032$.google.cloud.dialog"
+ "flow.cx.v3.Agent\"9\332A\004name\202\323\344\223\002,\022*/v3/{na"
+ "me=projects/*/locations/*/agents/*}\022\260\001\n\013"
+ "CreateAgent\0221.google.cloud.dialogflow.cx"
+ ".v3.CreateAgentRequest\032$.google.cloud.di"
+ "alogflow.cx.v3.Agent\"H\332A\014parent,agent\202\323\344"
+ "\223\0023\"*/v3/{parent=projects/*/locations/*}"
+ "/agents:\005agent\022\273\001\n\013UpdateAgent\0221.google."
+ "cloud.dialogflow.cx.v3.UpdateAgentReques"
+ "t\032$.google.cloud.dialogflow.cx.v3.Agent\""
+ "S\332A\021agent,update_mask\202\323\344\223\002920/v3/{agent."
+ "name=projects/*/locations/*/agents/*}:\005a"
+ "gent\022\223\001\n\013DeleteAgent\0221.google.cloud.dial"
+ "ogflow.cx.v3.DeleteAgentRequest\032\026.google"
+ ".protobuf.Empty\"9\332A\004name\202\323\344\223\002,**/v3/{nam"
+ "e=projects/*/locations/*/agents/*}\022\315\001\n\013E"
+ "xportAgent\0221.google.cloud.dialogflow.cx."
+ "v3.ExportAgentRequest\032\035.google.longrunni"
+ "ng.Operation\"l\312A-\n\023ExportAgentResponse\022\026"
+ "google.protobuf.Struct\202\323\344\223\0026\"1/v3/{name="
+ "projects/*/locations/*/agents/*}:export:"
+ "\001*\022\322\001\n\014RestoreAgent\0222.google.cloud.dialo"
+ "gflow.cx.v3.RestoreAgentRequest\032\035.google"
+ ".longrunning.Operation\"o\312A/\n\025google.prot"
+ "obuf.Empty\022\026google.protobuf.Struct\202\323\344\223\0027"
+ "\"2/v3/{name=projects/*/locations/*/agent"
+ "s/*}:restore:\001*\022\272\001\n\rValidateAgent\0223.goog"
+ "le.cloud.dialogflow.cx.v3.ValidateAgentR"
+ "equest\0324.google.cloud.dialogflow.cx.v3.A"
+ "gentValidationResult\">\202\323\344\223\0028\"3/v3/{name="
+ "projects/*/locations/*/agents/*}:validat"
+ "e:\001*\022\334\001\n\030GetAgentValidationResult\022>.goog"
+ "le.cloud.dialogflow.cx.v3.GetAgentValida"
+ "tionResultRequest\0324.google.cloud.dialogf"
+ "low.cx.v3.AgentValidationResult\"J\332A\004name"
+ "\202\323\344\223\002=\022;/v3/{name=projects/*/locations/*"
+ "/agents/*/validationResult}\032x\312A\031dialogfl"
+ "ow.googleapis.com\322AYhttps://www.googleap"
+ "is.com/auth/cloud-platform,https://www.g"
+ "oogleapis.com/auth/dialogflowB\260\001\n!com.go"
+ "ogle.cloud.dialogflow.cx.v3B\nAgentProtoP"
+ "\001Z1cloud.google.com/go/dialogflow/cx/api"
+ "v3/cxpb;cxpb\370\001\001\242\002\002DF\252\002\035Google.Cloud.Dial"
+ "ogflow.Cx.V3\352\002!Google::Cloud::Dialogflow"
+ "::CX::V3b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down Expand Up @@ -322,7 +323,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_dialogflow_cx_v3_ExportAgentRequest_descriptor,
new java.lang.String[] {
"Name", "AgentUri", "DataFormat", "Environment",
"Name", "AgentUri", "DataFormat", "Environment", "IncludeBigqueryExportSettings",
});
internal_static_google_cloud_dialogflow_cx_v3_ExportAgentResponse_descriptor =
getDescriptor().getMessageTypes().get(9);
Expand Down

0 comments on commit 7edc704

Please sign in to comment.