Skip to content

Commit 673721b

Browse files
Google APIscopybara-github
authored andcommitted
feat: make TrainingPhrase name field output-only
PiperOrigin-RevId: 702603942
1 parent dedba31 commit 673721b

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

google/cloud/dialogflow/v2beta1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ load(
409409

410410
csharp_proto_library(
411411
name = "dialogflow_csharp_proto",
412+
extra_opts = [],
412413
deps = [":dialogflow_proto"],
413414
)
414415

google/cloud/dialogflow/v2beta1/dialogflow_grpc_service_config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@
7474
{
7575
"service": "google.cloud.dialogflow.v2beta1.Intents"
7676
},
77-
{
78-
"service": "google.cloud.dialogflow.v2beta1.IvrNodes"
79-
},
8077
{
8178
"service": "google.cloud.dialogflow.v2beta1.KnowledgeBases"
8279
},

google/cloud/dialogflow/v2beta1/intent.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ message Intent {
258258
}
259259

260260
// Output only. The unique identifier of this training phrase.
261-
string name = 1;
261+
string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
262262

263263
// Required. The type of the training phrase.
264264
Type type = 2 [(google.api.field_behavior) = REQUIRED];

0 commit comments

Comments
 (0)