Skip to content

Commit fbfaf21

Browse files
feat(dialogflow): added speech endpointing setting (#8497)
- [ ] Regenerate this pull request now. feat: added Knowledge Search API PiperOrigin-RevId: 561112943 Source-Link: https://togithub.com/googleapis/googleapis/commit/6d69526f72f05cd22a9ef2e4ca7af6ae19d8e612 Source-Link: https://togithub.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://togithub.com/googleapis/googleapis/commit/a56c359fe3702ba74a7a8059440ecc5f589390cb Source-Link: https://togithub.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://togithub.com/googleapis/googleapis/commit/da9f0befe44a6422adfd8c7084f9ce14304a0be8 Source-Link: https://togithub.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://togithub.com/googleapis/googleapis/commit/16136d3f0cb481c8fa627adac5812a04a49565ce Source-Link: https://togithub.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://togithub.com/googleapis/googleapis/commit/033fd068d84c7b6b61784e85b8fefcb16c721dc7 Source-Link: https://togithub.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://togithub.com/googleapis/googleapis/commit/b1666e6f4fe427dd942e0afe9f5177acd954fadb Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/07e82b4d4917494d85039722f673d409c4c7305f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDdlODJiNGQ0OTE3NDk0ZDg1MDM5NzIyZjY3M2Q0MDljNGM3MzA1ZiJ9 END_NESTED_COMMIT
1 parent b9cd7c7 commit fbfaf21

File tree

51 files changed

+13338
-7307
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+13338
-7307
lines changed

aiplatform/apiv1beta1/aiplatformpb/persistent_resource.pb.go

Lines changed: 108 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aiplatform/apiv1beta1/aiplatformpb/persistent_resource_service.pb.go

Lines changed: 406 additions & 178 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aiplatform/apiv1beta1/gapic_metadata.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3107,6 +3107,11 @@
31073107
"TestIamPermissions"
31083108
]
31093109
},
3110+
"UpdatePersistentResource": {
3111+
"methods": [
3112+
"UpdatePersistentResource"
3113+
]
3114+
},
31103115
"WaitOperation": {
31113116
"methods": [
31123117
"WaitOperation"
@@ -3182,6 +3187,11 @@
31823187
"TestIamPermissions"
31833188
]
31843189
},
3190+
"UpdatePersistentResource": {
3191+
"methods": [
3192+
"UpdatePersistentResource"
3193+
]
3194+
},
31853195
"WaitOperation": {
31863196
"methods": [
31873197
"WaitOperation"

aiplatform/apiv1beta1/persistent_resource_client.go

Lines changed: 195 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aiplatform/apiv1beta1/persistent_resource_client_example_test.go

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)