Skip to content

Commit

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

### New features

- Added include_bigquery_export_settings to ExportAgentRequest ([commit d127ca2](https://togithub.com/googleapis/google-cloud-dotnet/commit/d127ca2ad19c6b3ececae30e974220d308925d17))
- Added session_ttl to SessionProto ([commit d127ca2](https://togithub.com/googleapis/google-cloud-dotnet/commit/d127ca2ad19c6b3ececae30e974220d308925d17))
- Add support for flexible webhook ([commit 79c2a12](https://togithub.com/googleapis/google-cloud-dotnet/commit/79c2a127df990fdf14ae8657fc7e16dd2321acbf))

### Documentation improvements

- Update synthesize speech configs's documentation ([commit 79c2a12](https://togithub.com/googleapis/google-cloud-dotnet/commit/79c2a127df990fdf14ae8657fc7e16dd2321acbf))
  • Loading branch information
jskeet committed Jun 20, 2023
1 parent c6a7fa0 commit d1cd0f3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.7.0</Version>
<Version>2.8.0</Version>
<TargetFrameworks>netstandard2.1;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
@@ -1,5 +1,17 @@
# Version history

## Version 2.8.0, released 2023-06-20

### New features

- Added include_bigquery_export_settings to ExportAgentRequest ([commit d127ca2](https://github.com/googleapis/google-cloud-dotnet/commit/d127ca2ad19c6b3ececae30e974220d308925d17))
- Added session_ttl to SessionProto ([commit d127ca2](https://github.com/googleapis/google-cloud-dotnet/commit/d127ca2ad19c6b3ececae30e974220d308925d17))
- Add support for flexible webhook ([commit 79c2a12](https://github.com/googleapis/google-cloud-dotnet/commit/79c2a127df990fdf14ae8657fc7e16dd2321acbf))

### Documentation improvements

- Update synthesize speech configs's documentation ([commit 79c2a12](https://github.com/googleapis/google-cloud-dotnet/commit/79c2a127df990fdf14ae8657fc7e16dd2321acbf))

## Version 2.7.0, released 2023-05-11

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Expand Up @@ -1798,7 +1798,7 @@
},
{
"id": "Google.Cloud.Dialogflow.Cx.V3",
"version": "2.7.0",
"version": "2.8.0",
"type": "grpc",
"productName": "Dialogflow",
"productUrl": "https://cloud.google.com/dialogflow/cx/docs",
Expand Down

0 comments on commit d1cd0f3

Please sign in to comment.