Skip to content

Commit

Permalink
feat: added ConversationDataset resource and its APIs (#5140)
Browse files Browse the repository at this point in the history
* feat: added ConversationModel resource and its APIs
feat: added ConversationDataset resource and its APIs
feat: added SetSuggestionFeatureConfig and ClearSuggestionFeatureConfig APIs for ConversationProfile
feat: added new knowledge type of Document content
feat: added states of Document
feat: added metadata for the Knowledge operation
docs: updated copyright

PiperOrigin-RevId: 430829291

Source-Link: googleapis/googleapis@83795dd

Source-Link: https://github.com/googleapis/googleapis-gen/commit/b6b58a4d9b2cd6657bb6d6406c901f16d1d5213f
Copy-Tag: eyJwIjoiRGlhbG9nZmxvdy8uT3dsQm90LnlhbWwiLCJoIjoiYjZiNThhNGQ5YjJjZDY2NTdiYjZkNjQwNmM5MDFmMTZkMWQ1MjEzZiJ9

* 🦉 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

* docs: clarified the behavior of language_code in EventInput in the context of a followup event input
docs: clarified wording around Cloud Storage usage
docs: added a new resource name pattern for ConversationModel

PiperOrigin-RevId: 432962774

Source-Link: googleapis/googleapis@5556688

Source-Link: https://github.com/googleapis/googleapis-gen/commit/ca6f30a2233469ff7da361fe9fb78784dcbc6c7e
Copy-Tag: eyJwIjoiRGlhbG9nZmxvdy8uT3dsQm90LnlhbWwiLCJoIjoiY2E2ZjMwYTIyMzM0NjlmZjdkYTM2MWZlOWZiNzg3ODRkY2JjNmM3ZSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* docs: added explanation for SuggestionResult

PiperOrigin-RevId: 435670355

Source-Link: googleapis/googleapis@5d85995

Source-Link: https://github.com/googleapis/googleapis-gen/commit/1b913e4484a66b3f4d01c55be174704272466264
Copy-Tag: eyJwIjoiRGlhbG9nZmxvdy8uT3dsQm90LnlhbWwiLCJoIjoiMWI5MTNlNDQ4NGE2NmIzZjRkMDFjNTViZTE3NDcwNDI3MjQ2NjI2NCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* fix!: correct broken ConversationModelEvaluation resource pattern

PiperOrigin-RevId: 442646533

Source-Link: googleapis/googleapis@b62c562

Source-Link: https://github.com/googleapis/googleapis-gen/commit/f5c157c68115847d78eb8412734cb82e7d5515b4
Copy-Tag: eyJwIjoiRGlhbG9nZmxvdy8uT3dsQm90LnlhbWwiLCJoIjoiZjVjMTU3YzY4MTE1ODQ3ZDc4ZWI4NDEyNzM0Y2I4MmU3ZDU1MTViNCJ9

* 🦉 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 May 3, 2022
1 parent 386a5f3 commit 3b020d7
Show file tree
Hide file tree
Showing 103 changed files with 11,495 additions and 45 deletions.
Binary file modified metadata/V2/AnswerRecord.php
Binary file not shown.
Binary file modified metadata/V2/AudioConfig.php
Binary file not shown.
Binary file modified metadata/V2/Conversation.php
Binary file not shown.
Binary file added metadata/V2/ConversationDataset.php
Binary file not shown.
Binary file modified metadata/V2/ConversationEvent.php
Binary file not shown.
Binary file added metadata/V2/ConversationModel.php
Binary file not shown.
Binary file modified metadata/V2/ConversationProfile.php
Binary file not shown.
Binary file modified metadata/V2/Document.php
Binary file not shown.
5 changes: 2 additions & 3 deletions metadata/V2/Gcs.php

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

5 changes: 2 additions & 3 deletions metadata/V2/HumanAgentAssistantEvent.php

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

Binary file modified metadata/V2/Intent.php
Binary file not shown.
Binary file modified metadata/V2/Participant.php
Binary file not shown.
Binary file modified metadata/V2/Session.php
Binary file not shown.
Binary file modified metadata/V2/ValidationResult.php
Binary file not shown.
5 changes: 2 additions & 3 deletions metadata/V2/Webhook.php

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

32 changes: 32 additions & 0 deletions src/V2/AnalyzeContentResponse.php

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

67 changes: 67 additions & 0 deletions src/V2/ArticleSuggestionModelMetadata.php

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

192 changes: 192 additions & 0 deletions src/V2/ClearSuggestionFeatureConfigOperationMetadata.php

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

Loading

0 comments on commit 3b020d7

Please sign in to comment.