Skip to content

Commit

Permalink
feat: [dialogflow] make TrainingPhrase name field output-only (#5861)
Browse files Browse the repository at this point in the history
* feat: make TrainingPhrase name field output-only

PiperOrigin-RevId: 702603942

Source-Link: googleapis/googleapis@673721b

Source-Link: googleapis/googleapis-gen@5384857
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRpYWxvZ2Zsb3cvLk93bEJvdC55YW1sIiwiaCI6IjUzODQ4NTczNWNiMDQ4Yjc0NTU0MDUyYjBlYjJhY2FiZWE5NTEyNDEifQ==

* 🦉 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] authored Dec 4, 2024
1 parent 068e928 commit 7238530
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ message Intent {
}

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

// Required. The type of the training phrase.
Type type = 2 [(google.api.field_behavior) = REQUIRED];
Expand Down
5 changes: 4 additions & 1 deletion packages/google-cloud-dialogflow/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7238530

Please sign in to comment.