Commit graph

106 commits

Author SHA1 Message Date
Google APIs
b6669d761c chore: Add ruby_package to missing proto files in google-cloud-dialogflow-cx-v3
PiperOrigin-RevId: 897389079
2026-04-09 17:39:34 -07:00
Google APIs
59d5f2b469 feat: updated v3 dialogflow client libraries with dtmf_pattern and trace_blocks
PiperOrigin-RevId: 888886398
2026-03-24 15:32:07 -07:00
Google APIs
d90d23fa13 feat: upgrade protobuf from v25.7 to v31.0
PiperOrigin-RevId: 881595129
2026-03-10 13:26:56 -07:00
Google APIs
b8d149138b feat: updated v3 dialogflow client libraries
docs: updated v3 dialogflow client libraries
fix!: An existing field `start_flow` is moved in to oneof in message `.google.cloud.dialogflow.cx.v3.Agent`
fix!: An existing field `webhook_ids` is removed from message `.google.cloud.dialogflow.cx.v3.QueryResult`
fix!: An existing field `webhook_display_names` is removed from message `.google.cloud.dialogflow.cx.v3.QueryResult`
fix!: An existing field `webhook_latencies` is removed from message `.google.cloud.dialogflow.cx.v3.QueryResult`
fix!: An existing field `webhook_tags` is removed from message `.google.cloud.dialogflow.cx.v3.QueryResult`

PiperOrigin-RevId: 856725401
2026-01-15 10:47:39 -08:00
Google APIs
888ae95dd6 fix: upgrade gRPC service registration func
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.

PiperOrigin-RevId: 807444457
2025-09-15 17:15:55 -07:00
Google APIs
24cab82a02 feat: Add support for generator settings on fulfillment
PiperOrigin-RevId: 778681964
2025-07-02 16:42:29 -07:00
Google APIs
df58085901 feat: Change client_secret in OAuthConfig from required to optional
docs: A comment for field `client_secret` in message `.google.cloud.dialogflow.cx.v3.Webhook` is changed

PiperOrigin-RevId: 734411561
2025-03-06 22:07:30 -08:00
Google APIs
9415ba048a chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 732130682
2025-02-28 07:26:00 -08:00
Google APIs
b7c1119f8e feat: exposed Zone Separation & Zone Isolation status of an agent
feat: added support for document_processing_mode
docs: clarified wording around use_timeout_based_endpointing
docs: clarified wording around StreamingDetectIntentRequest

PiperOrigin-RevId: 731475610
2025-02-26 15:22:23 -08:00
Google APIs
dc219758b9 feat: add options of client_certificate_settings, bigquery_export_settings, bearer_token_config and boost_control_spec; add support of ALAW encoding
PiperOrigin-RevId: 693462707
2024-11-05 13:39:17 -08:00
Google APIs
d44c300196 feat: exposed DataStoreConnectionSignals
feat: added support for lock flow
feat: added support for multi language settings in flow
feat: added support for service directory in tools
feat: added support for oauth and service agent auth for webhook.
feat: expose store tts option in security settings
feat: expose PersonalizationSettings & SpeechSettings in v3 API.
docs: clarified wording around enable_stackdriver_logging & enable_interaction_logging
docs: clarified wording around start point of test config.
docs: clarified wording around audio redaction

PiperOrigin-RevId: 654775620
2024-07-22 09:07:10 -07:00
Google APIs
3597f7db21 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 631538781
2024-05-07 13:56:05 -07:00
Google APIs
802bb2c2cd feat: A new field opt_out_conformer_model_migration is added to message .google.cloud.dialogflow.cx.v3.InputAudioConfig
feat: A new field `language_code` is added to message `.google.cloud.dialogflow.cx.v3.Changelog`
feat: A new method `ExportEntityTypes` is added to service `EntityTypes`
feat: A new method `ImportEntityTypes` is added to service `EntityTypes`
feat: A new message `ExportEntityTypesRequest` is added
feat: A new message `ExportEntityTypesResponse` is added
feat: A new message `ExportEntityTypesMetadata` is added
feat: A new message `ImportEntityTypesRequest` is added
feat: A new message `ImportEntityTypesResponse` is added
feat: A new message `ImportEntityTypesMetadata` is added
feat: A new field `disable_data_store_fallback` is added to message `.google.cloud.dialogflow.cx.v3.GenerativeSettings`
feat: A new field `description` is added to message `.google.cloud.dialogflow.cx.v3.Page`
feat: A new method `ServerStreamingDetectIntent` is added to service `Sessions`
feat: A new field `webhook_ids` is added to message `.google.cloud.dialogflow.cx.v3.QueryResult`
feat: A new field `webhook_display_names` is added to message `.google.cloud.dialogflow.cx.v3.QueryResult`
feat: A new field `webhook_latencies` is added to message `.google.cloud.dialogflow.cx.v3.QueryResult`
feat: A new field `webhook_tags` is added to message `.google.cloud.dialogflow.cx.v3.QueryResult`
feat: A new field `current_flow` is added to message `.google.cloud.dialogflow.cx.v3.QueryResult`
docs: A comment for field `start_flow` in message `.google.cloud.dialogflow.cx.v3.Agent` is changed
docs: A comment for enum value `USE_BEST_AVAILABLE` in enum `SpeechModelVariant` is changed
docs: A comment for enum value `USE_ENHANCED` in enum `SpeechModelVariant` is changed
docs: A comment for field `model` in message `.google.cloud.dialogflow.cx.v3.InputAudioConfig` is changed
docs: A comment for enum value `END_OF_SINGLE_UTTERANCE` in enum `MessageType` is changed
docs: A comment for field `session_ttl` in message `.google.cloud.dialogflow.cx.v3.QueryParameters` is changed
docs: A comment for message `QueryInput` is changed
docs: A comment for field `text` in message `.google.cloud.dialogflow.cx.v3.TextInput` is changed

PiperOrigin-RevId: 605402250
2024-02-08 12:58:54 -08:00
Google APIs
91fb1b8865 docs: Fix formatting due to unclosed backtick
PiperOrigin-RevId: 596933652
2024-01-09 07:58:30 -08:00
Google APIs
1c2be6ec33 feat: add new client library surface for Dialogflow CX PHP
PiperOrigin-RevId: 592861461
2023-12-21 08:00:19 -08:00
Google APIs
7a0ae13ee0 chore: fix Ruby namespace for Dialogflow generators
PiperOrigin-RevId: 588858499
2023-12-07 11:36:39 -08:00
Google APIs
e8148d6d4b feat: added Generator API
docs: updated doc for speech mode

PiperOrigin-RevId: 586469693
2023-11-29 15:23:38 -08:00
Google APIs
86c7ca69c4 feat: add agent answer feedback capability
feat: add fields for supporting barge-in in StreamingDetectIntent API
feat: add end_user_metadata to QueryParameters
feat: add boost & bury and filter ES controls

PiperOrigin-RevId: 583522403
2023-11-17 17:05:16 -08:00
Google APIs
b00c4293b8 feat: add support for AdvancedSettings
feat: add Intent import/export APIs
feat: add Inline destination
chore: remove the extraneous backend config

PiperOrigin-RevId: 568902363
2023-09-27 11:02:57 -07:00
Google APIs
cc043ba392 build: re-enable py_test targets
PiperOrigin-RevId: 564708967
2023-09-12 06:59:40 -07:00
Google APIs
4ea19086be fix: Fix Ruby namespaces for generative AI classes
PiperOrigin-RevId: 563774601
2023-09-08 09:37:21 -07:00
Google APIs
01f6828d2b feat: added generative AI, safety/security and speech endpointing settings
PiperOrigin-RevId: 561467853
2023-08-30 15:30:55 -07:00
Google APIs
713b3e7933 feat: added agent level route group
feat: added flow import strategy

PiperOrigin-RevId: 555341760
2023-08-09 19:07:15 -07:00
Google APIs
5cfc6d1605 feat: added GitIntegrationSettings to the Agent
PiperOrigin-RevId: 546946304
2023-07-10 12:20:27 -07:00
Google APIs
439d4eec18 feat: added include_bigquery_export_settings to ExportAgentRequest
feat: added session_ttl to SessionProto

PiperOrigin-RevId: 541070954
2023-06-16 19:09:07 -07:00
Google APIs
2f59906698 feat: add support for flexible webhook
docs: update synthesize speech configs's documentation

PiperOrigin-RevId: 539265592
2023-06-09 23:39:33 -07:00
Google APIs
4221b78ecd chore(php): remove non-ads php_grpc_library targets
PiperOrigin-RevId: 536549230
2023-05-30 17:06:44 -07:00
Google APIs
d0da39a25e chore(bazel): remove all no-op go_test targets
PiperOrigin-RevId: 535010591
2023-05-24 15:55:02 -07:00
Google APIs
ff708e3c52 feat: extended CreateAgent timeout to 180 seconds
feat: added debug info to StreamingDetectIntent
feat: added dtmf digits to WebhookRequest
feat: added FLOW as a new DiffType in TestRunDifference

PiperOrigin-RevId: 530032469
2023-05-06 20:27:34 -07:00
Google APIs
57b675c153 chore: update go_gapic_assembly_pkg with snippets archive
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -07:00
Google APIs
c13a9855f2 docs: clarified wording around quota usage
PiperOrigin-RevId: 516225429
2023-03-13 08:59:43 -07:00
Google APIs
be1bdffd89 feat: Support REST transport
PiperOrigin-RevId: 514827824
2023-03-07 13:44:05 -08:00
Google APIs
7483cdc69f feat: Added persist_parameter_changes field from query_params to MatchIntentRequest
PiperOrigin-RevId: 512734924
2023-02-27 14:38:51 -08:00
Google APIs
57673deca3 feat: added gcs.proto. added support for GcsDestination and TextToSpeechSettings
feat!: Remove [REQUIRED] for VersionConfig
docs: add more meaningful comments

PiperOrigin-RevId: 511306725
2023-02-21 14:30:01 -08:00
Google APIs
7a702a989d feat: enable "rest" transport in Python for services supporting numeric enums
PiperOrigin-RevId: 508143576
2023-02-08 11:56:06 -08:00
Google APIs
d02e58244d chore: update import paths for Go targets to match open source location
chore: update go_package in protos to match open source location
chore: add explicit release levels to Go gapic targets

PiperOrigin-RevId: 506711567
2023-02-02 13:42:30 -08:00
Google APIs
ce6911f9ae feat: added JSON_PACKAGE field to ExportAgentRequest
PiperOrigin-RevId: 504306290
2023-01-24 10:05:23 -08:00
Google APIs
5a226be4e3 feat(csharp): Enable REST transport in C#
This change does not affect other languages.

PiperOrigin-RevId: 502338808
2023-01-16 03:01:09 -08:00
Google APIs
529c07a642 feat: ResponseMessage proto contains channel information
docs: updated go library package

PiperOrigin-RevId: 501638939
2023-01-12 12:39:42 -08:00
Google APIs
44fdfc1627 chore(bazel): update rules_gapic to v0.19.2
chore(bazel): update gapic-generator-go to v0.33.5

chore(bazel): refactor Go longrunning submodule dependency

PiperOrigin-RevId: 493899901
2022-12-08 08:17:59 -08:00
Google APIs
758f0d1217 chore: Enable requesting numeric enums in "transport=rest" responses for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
2022-12-05 14:28:58 -08:00
Google APIs
ac614c70cd chore(python): fix warehouse-package-name for dialogflow/cx v3 and v3beta1
PiperOrigin-RevId: 492185983
2022-12-01 07:04:57 -08:00
Google APIs
e7950299cb docs: Clarified Agent Assist max retention is 30 days
PiperOrigin-RevId: 489241089
2022-11-17 10:11:04 -08:00
Google APIs
013b7e1deb chore: Set transport parameter expclicitly for php, nodejs and remaining java gapic rules
PiperOrigin-RevId: 485725710
2022-11-02 16:32:36 -07:00
Google APIs
807125e795 chore: Set rest_numeric_enums = False for all gapic rules explicitly
PiperOrigin-RevId: 485623855
2022-11-02 10:02:17 -07:00
Google APIs
62443cf095 docs: Clarified TTL as time-to-live
docs: Removed pre-GA disclaimer from Interaction Logging (has been GA for awhile)

PiperOrigin-RevId: 482618841
2022-10-20 15:45:21 -07:00
Google APIs
8cb255f531 docs: clarified gcs_bucket field of the SecuritySettings message
PiperOrigin-RevId: 478035442
2022-09-30 11:09:48 -07:00
Google APIs
4689c73804 chore: override API mixins when needed
PiperOrigin-RevId: 477248447
2022-09-27 12:42:03 -07:00
Google APIs
652c4c1c86 fix: revert removal of LRO mixin
PiperOrigin-RevId: 476177109
2022-09-22 13:06:45 -07:00
Google APIs
8f81accbe6 chore: Explicitly set transport to grpc for python targets
PiperOrigin-RevId: 474394710
2022-09-14 14:40:43 -07:00