Skip to content

Commit

Permalink
feat(dialogflow): added speech endpointing setting (#8497)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

feat: added Knowledge Search API

PiperOrigin-RevId: 561112943

Source-Link: https://github.com/googleapis/googleapis/commit/6d69526f72f05cd22a9ef2e4ca7af6ae19d8e612

Source-Link: https://github.com/googleapis/googleapis-gen/commit/5d3ab0d9ffda232d36cb148ce192ea8771510402
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWQzYWIwZDlmZmRhMjMyZDM2Y2IxNDhjZTE5MmVhODc3MTUxMDQwMiJ9
BEGIN_NESTED_COMMIT
feat(dialogflow/cx): added generative AI, safety/security and speech endpointing settings
PiperOrigin-RevId: 561081536

Source-Link: https://github.com/googleapis/googleapis/commit/a56c359fe3702ba74a7a8059440ecc5f589390cb

Source-Link: https://github.com/googleapis/googleapis-gen/commit/97d47121a2ebe06309b8b9afc9577929a59c87d9
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTdkNDcxMjFhMmViZTA2MzA5YjhiOWFmYzk1Nzc5MjlhNTljODdkOSJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(aiplatform): add UpdatePersistentResourceRequest and add resource_pool_images and head_node_resource_pool_id to RaySpec
PiperOrigin-RevId: 561051086

Source-Link: https://github.com/googleapis/googleapis/commit/da9f0befe44a6422adfd8c7084f9ce14304a0be8

Source-Link: https://github.com/googleapis/googleapis-gen/commit/f7b6581fe39e73eda4071914ce85768f29a25111
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjdiNjU4MWZlMzllNzNlZGE0MDcxOTE0Y2U4NTc2OGYyOWEyNTExMSJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(discoveryengine): supported bring your own embedding feature
feat: added more options for search extractive content support
feat: added more skip reasons and details for search summarization
feat: added query expansion details in search response
feat: updated summarization interface for multi-turn search
feat: allow uri in user events
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 561042278

Source-Link: https://github.com/googleapis/googleapis/commit/16136d3f0cb481c8fa627adac5812a04a49565ce

Source-Link: https://github.com/googleapis/googleapis-gen/commit/cb03b994fd53f39967b43eda900fd5ac907b373b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2IwM2I5OTRmZDUzZjM5OTY3YjQzZWRhOTAwZmQ1YWM5MDdiMzczYiJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs(kms): Minor formatting
PiperOrigin-RevId: 561027864

Source-Link: https://github.com/googleapis/googleapis/commit/033fd068d84c7b6b61784e85b8fefcb16c721dc7

Source-Link: https://github.com/googleapis/googleapis-gen/commit/c980f1f27a38df15a375de249ca5c490bc7636e0
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzk4MGYxZjI3YTM4ZGYxNWEzNzVkZTI0OWNhNWM0OTBiYzc2MzZlMCJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(dialogflow): added speech endpointing setting
feat: added Knowledge Search API

PiperOrigin-RevId: 560215389

Source-Link: https://github.com/googleapis/googleapis/commit/b1666e6f4fe427dd942e0afe9f5177acd954fadb

Source-Link: https://github.com/googleapis/googleapis-gen/commit/07e82b4d4917494d85039722f673d409c4c7305f
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDdlODJiNGQ0OTE3NDk0ZDg1MDM5NzIyZjY3M2Q0MDljNGM3MzA1ZiJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] authored Aug 29, 2023
1 parent b9cd7c7 commit fbfaf21
Show file tree
Hide file tree
Showing 51 changed files with 13,338 additions and 7,307 deletions.
169 changes: 108 additions & 61 deletions aiplatform/apiv1beta1/aiplatformpb/persistent_resource.pb.go

Large diffs are not rendered by default.

584 changes: 406 additions & 178 deletions aiplatform/apiv1beta1/aiplatformpb/persistent_resource_service.pb.go

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions aiplatform/apiv1beta1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3107,6 +3107,11 @@
"TestIamPermissions"
]
},
"UpdatePersistentResource": {
"methods": [
"UpdatePersistentResource"
]
},
"WaitOperation": {
"methods": [
"WaitOperation"
Expand Down Expand Up @@ -3182,6 +3187,11 @@
"TestIamPermissions"
]
},
"UpdatePersistentResource": {
"methods": [
"UpdatePersistentResource"
]
},
"WaitOperation": {
"methods": [
"WaitOperation"
Expand Down
195 changes: 195 additions & 0 deletions aiplatform/apiv1beta1/persistent_resource_client.go

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

30 changes: 30 additions & 0 deletions aiplatform/apiv1beta1/persistent_resource_client_example_test.go

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

Loading

0 comments on commit fbfaf21

Please sign in to comment.