Skip to content

Commit 1608f01

Browse files
authored
Release Google.Cloud.Dialogflow.V2Beta1 version 1.0.0-beta19 (#13840)
Changes in this release: ### New features - Add options of query_source, search_config, end_user_metadata and exact_search ([commit 5c57238](https://togithub.com/googleapis/google-cloud-dotnet/commit/5c5723801ab467482cdeb0a0302ddb963da21c07)) - Expose metadata in AnswerSource ([commit 5c57238](https://togithub.com/googleapis/google-cloud-dotnet/commit/5c5723801ab467482cdeb0a0302ddb963da21c07)) - Added support for ALAW encoding ([commit 8b8a0d4](https://togithub.com/googleapis/google-cloud-dotnet/commit/8b8a0d4046b9f82d0ad20d3031f571dd0c463c44)) - Add options of query_source, search_config and context_size ([commit 8b8a0d4](https://togithub.com/googleapis/google-cloud-dotnet/commit/8b8a0d4046b9f82d0ad20d3031f571dd0c463c44)) - Add SipTrunks service ([commit 8b8a0d4](https://togithub.com/googleapis/google-cloud-dotnet/commit/8b8a0d4046b9f82d0ad20d3031f571dd0c463c44))
1 parent f495df5 commit 1608f01

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

apis/Google.Cloud.Dialogflow.V2Beta1/Google.Cloud.Dialogflow.V2Beta1/Google.Cloud.Dialogflow.V2Beta1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>1.0.0-beta18</Version>
4+
<Version>1.0.0-beta19</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Google Dialogflow API (v2beta1).</Description>

apis/Google.Cloud.Dialogflow.V2Beta1/docs/history.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Version history
22

3+
## Version 1.0.0-beta19, released 2024-11-18
4+
5+
### New features
6+
7+
- Add options of query_source, search_config, end_user_metadata and exact_search ([commit 5c57238](https://github.com/googleapis/google-cloud-dotnet/commit/5c5723801ab467482cdeb0a0302ddb963da21c07))
8+
- Expose metadata in AnswerSource ([commit 5c57238](https://github.com/googleapis/google-cloud-dotnet/commit/5c5723801ab467482cdeb0a0302ddb963da21c07))
9+
- Added support for ALAW encoding ([commit 8b8a0d4](https://github.com/googleapis/google-cloud-dotnet/commit/8b8a0d4046b9f82d0ad20d3031f571dd0c463c44))
10+
- Add options of query_source, search_config and context_size ([commit 8b8a0d4](https://github.com/googleapis/google-cloud-dotnet/commit/8b8a0d4046b9f82d0ad20d3031f571dd0c463c44))
11+
- Add SipTrunks service ([commit 8b8a0d4](https://github.com/googleapis/google-cloud-dotnet/commit/8b8a0d4046b9f82d0ad20d3031f571dd0c463c44))
12+
313
## Version 1.0.0-beta18, released 2024-08-05
414

515
### Bug fixes

apis/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2126,7 +2126,7 @@
21262126
},
21272127
{
21282128
"id": "Google.Cloud.Dialogflow.V2Beta1",
2129-
"version": "1.0.0-beta18",
2129+
"version": "1.0.0-beta19",
21302130
"type": "grpc",
21312131
"productName": "Google Cloud Dialogflow",
21322132
"productUrl": "https://cloud.google.com/dialogflow-enterprise/",

0 commit comments

Comments
 (0)