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

docs: added explanation for SuggestionResult #861

Merged
merged 13 commits into from
Mar 18, 2022
Merged

docs: added explanation for SuggestionResult #861

merged 13 commits into from
Mar 18, 2022

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Feb 25, 2022

  • Regenerate this pull request now.

PiperOrigin-RevId: 435670355

Source-Link: googleapis/googleapis@5d85995

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

feat: added HUMAN_INTERVENTION_NEEDED type in ConversationEvent
feat: added SetSuggestionFeatureConfig and ClearSuggestionFeatureConfig apis
feat: added AGENT_FACING_SMART_REPLY type in KnowledgeType
feat: added GcsDestination.
docs: added explanation for uri fields in resources
docs: added explanation for SuggestionResult
docs: added explanation for language code in session

PiperOrigin-RevId: 435479473

Source-Link: googleapis/googleapis@d9ca515

Source-Link: https://github.com/googleapis/googleapis-gen/commit/358c4b9b1df149bc50620bc3811004f913d43236
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzU4YzRiOWIxZGYxNDliYzUwNjIwYmMzODExMDA0ZjkxM2Q0MzIzNiJ9

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: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E2ZjMwYTIyMzM0NjlmZjdkYTM2MWZlOWZiNzg3ODRkY2JjNmM3ZSJ9

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: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjZiNThhNGQ5YjJjZDY2NTdiYjZkNjQwNmM5MDFmMTZkMWQ1MjEzZiJ9

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: googleapis/googleapis-gen@b6b58a4
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjZiNThhNGQ5YjJjZDY2NTdiYjZkNjQwNmM5MDFmMTZkMWQ1MjEzZiJ9
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner February 25, 2022 03:21
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Feb 25, 2022
@product-auto-label product-auto-label bot added the api: dialogflow Issues related to the googleapis/java-dialogflow API. label Feb 25, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 25, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 25, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Feb 25, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 25, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 25, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 25, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 25, 2022
@Neenu1995 Neenu1995 added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Feb 25, 2022
@Neenu1995
Copy link
Contributor

This is a breaking change. Do not merge until a decision has been made by yoshi team.

@chingor13
Copy link
Contributor

This is the reordering of resource annotations issue. If the order is swapped back, then the default of(...) should not break.

…ntext 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: googleapis/googleapis-gen@ca6f30a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E2ZjMwYTIyMzM0NjlmZjdkYTM2MWZlOWZiNzg3ODRkY2JjNmM3ZSJ9
@gcf-owl-bot gcf-owl-bot bot changed the title feat: added ConversationModel resource and its APIs docs: clarified the behavior of language_code in EventInput in the context of a followup event input Mar 7, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 7, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 7, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 7, 2022
@meltsufin meltsufin added the automerge Merge the pull request once unit tests and other checks pass. label Mar 8, 2022
@gcf-merge-on-green
Copy link

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@Neenu1995 Neenu1995 reopened this Mar 14, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 14, 2022
@suztomo suztomo removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 15, 2022
feat: added SetSuggestionFeatureConfig and ClearSuggestionFeatureConfig apis
feat: added AGENT_FACING_SMART_REPLY type in KnowledgeType
feat: added GcsDestination.
docs: added explanation for uri fields in resources
docs: added explanation for SuggestionResult
docs: added explanation for language code in session

PiperOrigin-RevId: 435479473

Source-Link: googleapis/googleapis@d9ca515

Source-Link: googleapis/googleapis-gen@358c4b9
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzU4YzRiOWIxZGYxNDliYzUwNjIwYmMzODExMDA0ZjkxM2Q0MzIzNiJ9
@gcf-owl-bot gcf-owl-bot bot changed the title docs: clarified the behavior of language_code in EventInput in the context of a followup event input feat: added HUMAN_INTERVENTION_NEEDED type in ConversationEvent Mar 18, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 18, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 18, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 18, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 18, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 18, 2022
PiperOrigin-RevId: 435670355

Source-Link: googleapis/googleapis@5d85995

Source-Link: googleapis/googleapis-gen@1b913e4
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWI5MTNlNDQ4NGE2NmIzZjRkMDFjNTViZTE3NDcwNDI3MjQ2NjI2NCJ9
@gcf-owl-bot gcf-owl-bot bot changed the title feat: added HUMAN_INTERVENTION_NEEDED type in ConversationEvent docs: added explanation for SuggestionResult Mar 18, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 18, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 18, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 18, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 18, 2022
@suztomo
Copy link
Member

suztomo commented Mar 18, 2022

@Neenu1995 @chingor13 "ci / clirr (pull_request)" was failing at 38d79b8. Now it succeeds. OK to merge now?

@Neenu1995
Copy link
Contributor

Yes. It is ready to be merged.

@Neenu1995 Neenu1995 removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Mar 18, 2022
@suztomo suztomo merged commit e443fcd into main Mar 18, 2022
@suztomo suztomo deleted the owl-bot-copy branch March 18, 2022 19:58
gcf-merge-on-green bot pushed a commit that referenced this pull request Mar 30, 2022
🤖 I have created a release *beep* *boop*
---


### [4.5.10](v4.5.9...v4.5.10) (2022-03-29)


### Dependencies

* update dependency com.google.cloud:google-cloud-core to v2.5.11 ([#902](#902)) ([e39b277](e39b277))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.9.0 ([#903](#903)) ([b725eaa](b725eaa))


### Documentation

* added explanation for SuggestionResult ([#861](#861)) ([e443fcd](e443fcd))
* clarified the deprecation of TEMPLATE in intent training phrase type ([#900](#900)) ([c0f5fe2](c0f5fe2))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: dialogflow Issues related to the googleapis/java-dialogflow API. owl-bot-copy owlbot:run Add this label to trigger the Owlbot post processor.
Projects
None yet
5 participants