Skip to content

Commit

Permalink
feat: [dialogflow] created new boolean fields in conversation model f…
Browse files Browse the repository at this point in the history
…or zone isolation and zone separation compliance status (#5693)

* feat: created new boolean fields in conversation model for zone isolation and zone separation compliance status

PiperOrigin-RevId: 676665642

Source-Link: googleapis/googleapis@f87ae44

Source-Link: googleapis/googleapis-gen@d66ac41
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRpYWxvZ2Zsb3cvLk93bEJvdC55YW1sIiwiaCI6ImQ2NmFjNDFhYTA3MmJiYzQzNjdmN2QyNzU4ZDBkMGJhN2E3MDk0YTUifQ==

* 🦉 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 Sep 20, 2024
1 parent a143a79 commit 0d37602
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,14 @@ message ConversationModel {
// Metadata for smart reply models.
SmartReplyModelMetadata smart_reply_model_metadata = 9;
}

// Output only. A read only boolean field reflecting Zone Separation
// status of the model.
optional bool satisfies_pzs = 25 [(google.api.field_behavior) = OUTPUT_ONLY];

// Output only. A read only boolean field reflecting Zone Isolation status
// of the model.
optional bool satisfies_pzi = 26 [(google.api.field_behavior) = OUTPUT_ONLY];
}

// Represents evaluation result of a conversation model.
Expand Down
18 changes: 18 additions & 0 deletions packages/google-cloud-dialogflow/protos/protos.d.ts

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

76 changes: 76 additions & 0 deletions packages/google-cloud-dialogflow/protos/protos.js

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

26 changes: 26 additions & 0 deletions 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 0d37602

Please sign in to comment.