Skip to content

Commit

Permalink
Release Google.Cloud.Dialogflow.Cx.V3 version 2.22.0 (#14376)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Exposed Zone Separation & Zone Isolation status of an agent ([commit ff7c7ed](https://togithub.com/googleapis/google-cloud-dotnet/commit/ff7c7ed843331cf6121e8be1eb404032ba5a9b56))
- Added support for document_processing_mode ([commit ff7c7ed](https://togithub.com/googleapis/google-cloud-dotnet/commit/ff7c7ed843331cf6121e8be1eb404032ba5a9b56))

### Documentation improvements

- Clarified wording around use_timeout_based_endpointing ([commit ff7c7ed](https://togithub.com/googleapis/google-cloud-dotnet/commit/ff7c7ed843331cf6121e8be1eb404032ba5a9b56))
- Clarified wording around StreamingDetectIntentRequest ([commit ff7c7ed](https://togithub.com/googleapis/google-cloud-dotnet/commit/ff7c7ed843331cf6121e8be1eb404032ba5a9b56))
  • Loading branch information
jskeet authored Mar 3, 2025
1 parent e8e8128 commit 03c4ab4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.21.0</Version>
<Version>2.22.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices).</Description>
Expand Down
12 changes: 12 additions & 0 deletions apis/Google.Cloud.Dialogflow.Cx.V3/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Version history

## Version 2.22.0, released 2025-03-03

### New features

- Exposed Zone Separation & Zone Isolation status of an agent ([commit ff7c7ed](https://github.com/googleapis/google-cloud-dotnet/commit/ff7c7ed843331cf6121e8be1eb404032ba5a9b56))
- Added support for document_processing_mode ([commit ff7c7ed](https://github.com/googleapis/google-cloud-dotnet/commit/ff7c7ed843331cf6121e8be1eb404032ba5a9b56))

### Documentation improvements

- Clarified wording around use_timeout_based_endpointing ([commit ff7c7ed](https://github.com/googleapis/google-cloud-dotnet/commit/ff7c7ed843331cf6121e8be1eb404032ba5a9b56))
- Clarified wording around StreamingDetectIntentRequest ([commit ff7c7ed](https://github.com/googleapis/google-cloud-dotnet/commit/ff7c7ed843331cf6121e8be1eb404032ba5a9b56))

## Version 2.21.0, released 2024-11-18

### New features
Expand Down
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2144,7 +2144,7 @@
},
{
"id": "Google.Cloud.Dialogflow.Cx.V3",
"version": "2.21.0",
"version": "2.22.0",
"type": "grpc",
"productName": "Dialogflow",
"productUrl": "https://cloud.google.com/dialogflow/cx/docs",
Expand Down

0 comments on commit 03c4ab4

Please sign in to comment.