Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
feat: expose Locations service to get/list avaliable locations of D…
Browse files Browse the repository at this point in the history
…ialogflow products; fixed some API annotations (#860)

* feat: expose `Locations` service to get/list avaliable locations of Dialogflow products; fixed some API annotations

PiperOrigin-RevId: 389905442

Source-Link: googleapis/googleapis@4c984f3

Source-Link: https://github.com/googleapis/googleapis-gen/commit/ea3337a8198ab8dfb233529fcd53e54fa168b0cd

* 🦉 Updates from OwlBot

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 Aug 10, 2021
1 parent bb72d78 commit 05ea702
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 4 additions & 3 deletions protos/google/cloud/dialogflow/v2/intent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -873,12 +873,13 @@ message Intent {
// copied from the messages in PLATFORM_UNSPECIFIED (i.e. default platform).
repeated Message.Platform default_response_platforms = 15 [(google.api.field_behavior) = OPTIONAL];

// Output only.
// Read-only. The unique identifier of the root intent in the chain of
// followup intents. It identifies the correct followup intents chain for
// this intent. We populate this field only in the output.
//
// Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string root_followup_intent_name = 16;
string root_followup_intent_name = 16 [(google.api.field_behavior) = OUTPUT_ONLY];

// Read-only after creation. The unique identifier of the parent intent in the
// chain of followup intents. You can set this field when creating an intent,
Expand All @@ -890,9 +891,9 @@ message Intent {
// Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
string parent_followup_intent_name = 17;

// Read-only. Information about all followup intents that have this intent as
// Output only. Read-only. Information about all followup intents that have this intent as
// a direct or indirect parent. We populate this field only in the output.
repeated FollowupIntentInfo followup_intent_info = 18;
repeated FollowupIntentInfo followup_intent_info = 18 [(google.api.field_behavior) = OUTPUT_ONLY];
}

// The request message for [Intents.ListIntents][google.cloud.dialogflow.v2.Intents.ListIntents].
Expand Down
10 changes: 8 additions & 2 deletions protos/protos.json

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

0 comments on commit 05ea702

Please sign in to comment.