Skip to content

Commit

Permalink
chore(main): release google-cloud-dialogflow 1.9.0 (#26579)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 5, 2024
1 parent 9689301 commit 69fcd47
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
"google-cloud-developer_connect+FILLER": "0.0.0",
"google-cloud-developer_connect-v1": "0.1.0",
"google-cloud-developer_connect-v1+FILLER": "0.0.0",
"google-cloud-dialogflow": "1.8.0",
"google-cloud-dialogflow": "1.9.0",
"google-cloud-dialogflow+FILLER": "0.0.0",
"google-cloud-dialogflow-cx": "1.2.0",
"google-cloud-dialogflow-cx+FILLER": "0.0.0",
Expand Down
29 changes: 29 additions & 0 deletions google-cloud-dialogflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Release History

### 1.9.0 (2024-08-05)

#### Features

* Add GenerateStatelessSuggestion related endpoints and types
* Add Generator related services and types
* Add Proactive Generative Knowledge Assist endpoints and types ([#26572](https://github.com/googleapis/google-cloud-ruby/issues/26572))
#### Bug Fixes

* Changed field behavior for an existing field `parent` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest`
* Changed field behavior for an existing field `session_id` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest`
#### Documentation

* A comment for field `assist_query_params` in message `.google.cloud.dialogflow.v2.SuggestConversationSummaryRequest` is changed
* A comment for field `audio` in message `.google.cloud.dialogflow.v2.AudioInput` is changed
* A comment for field `context_size` in message `.google.cloud.dialogflow.v2.SuggestConversationSummaryRequest` is changed
* A comment for field `conversation_stage` in message `.google.cloud.dialogflow.v2.Conversation` is changed
* A comment for field `conversation` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed
* A comment for field `filter` in message `.google.cloud.dialogflow.v2.ListConversationsRequest` is changed
* A comment for field `latest_message` in message `.google.cloud.dialogflow.v2.GenerateStatelessSummaryRequest` is changed
* A comment for field `latest_message` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed
* A comment for field `latest_message` in message `.google.cloud.dialogflow.v2.SuggestConversationSummaryRequest` is changed
* A comment for field `live_person_config` in message `.google.cloud.dialogflow.v2.HumanAgentHandoffConfig` is changed
* A comment for field `max_context_size` in message `.google.cloud.dialogflow.v2.GenerateStatelessSummaryRequest` is changed
* A comment for field `name` in message `.google.cloud.dialogflow.v2.Conversation` is changed
* A comment for field `parent` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed
* A comment for field `session_id` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed
* A comment for message `HumanAgentHandoffConfig` is changed

### 1.8.0 (2024-02-26)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Dialogflow
VERSION = "1.8.0".freeze
VERSION = "1.9.0".freeze
end
end
end

0 comments on commit 69fcd47

Please sign in to comment.