Skip to content

Commit da05d76

Browse files
authored
Release Google.Cloud.Dialogflow.V2 version 4.23.0 (#13839)
Changes in this release: ### New features - Add options of query_source, search_config, end_user_metadata and exact_search ([commit a08e4da](https://togithub.com/googleapis/google-cloud-dotnet/commit/a08e4da2ff37af2a1097ff51e91c694f4b445515)) - Expose metadata in AnswerSource ([commit a08e4da](https://togithub.com/googleapis/google-cloud-dotnet/commit/a08e4da2ff37af2a1097ff51e91c694f4b445515)) - Added support for ALAW encoding ([commit b206f21](https://togithub.com/googleapis/google-cloud-dotnet/commit/b206f2191e4dcf31df81e2d540ab4ed3bc5c8fb7)) - Add options of query_source, search_config and context_size ([commit b206f21](https://togithub.com/googleapis/google-cloud-dotnet/commit/b206f2191e4dcf31df81e2d540ab4ed3bc5c8fb7))
1 parent 6d0c20f commit da05d76

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2.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>4.22.0</Version>
4+
<Version>4.23.0</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Google Dialogflow API (v2).</Description>

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

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

3+
## Version 4.23.0, released 2024-11-18
4+
5+
### New features
6+
7+
- Add options of query_source, search_config, end_user_metadata and exact_search ([commit a08e4da](https://github.com/googleapis/google-cloud-dotnet/commit/a08e4da2ff37af2a1097ff51e91c694f4b445515))
8+
- Expose metadata in AnswerSource ([commit a08e4da](https://github.com/googleapis/google-cloud-dotnet/commit/a08e4da2ff37af2a1097ff51e91c694f4b445515))
9+
- Added support for ALAW encoding ([commit b206f21](https://github.com/googleapis/google-cloud-dotnet/commit/b206f2191e4dcf31df81e2d540ab4ed3bc5c8fb7))
10+
- Add options of query_source, search_config and context_size ([commit b206f21](https://github.com/googleapis/google-cloud-dotnet/commit/b206f2191e4dcf31df81e2d540ab4ed3bc5c8fb7))
11+
312
## Version 4.22.0, released 2024-09-26
413

514
### New features

apis/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2104,7 +2104,7 @@
21042104
"protoPath": "google/cloud/dialogflow/v2",
21052105
"productName": "Google Cloud Dialogflow",
21062106
"productUrl": "https://cloud.google.com/dialogflow-enterprise/",
2107-
"version": "4.22.0",
2107+
"version": "4.23.0",
21082108
"type": "grpc",
21092109
"description": "Recommended Google client library to access the Google Dialogflow API (v2).",
21102110
"tags": [

0 commit comments

Comments
 (0)