Skip to content

Commit

Permalink
feat: [google-cloud-dialogflow] Add new RPC IngestContextReferences, …
Browse files Browse the repository at this point in the history
…GenerateSuggestions (#13619)

BEGIN_COMMIT_OVERRIDE
feat: Add new RPC IngestContextReferences, GenerateSuggestions
docs: clarified wording around phrase_sets
END_COMMIT_OVERRIDE


- [ ] Regenerate this pull request now.

docs: clarified wording around phrase_sets

PiperOrigin-RevId: 734249550

Source-Link:
googleapis/googleapis@aee4464

Source-Link:
googleapis/googleapis-gen@afc1c54
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRpYWxvZ2Zsb3cvLk93bEJvdC55YW1sIiwiaCI6ImFmYzFjNTQ5OTAzMWI0NGM0YzEzZjM5OTM2Nzg5NjYzMDFiOGM3YWYifQ==

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Mar 7, 2025
1 parent 54ff7fa commit b1ab233
Show file tree
Hide file tree
Showing 34 changed files with 4,204 additions and 351 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.40.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.40.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@
GenerateStatelessSuggestionResponse,
GenerateStatelessSummaryRequest,
GenerateStatelessSummaryResponse,
GenerateSuggestionsRequest,
GetConversationRequest,
IngestContextReferencesRequest,
IngestContextReferencesResponse,
ListConversationsRequest,
ListConversationsResponse,
ListMessagesRequest,
Expand Down Expand Up @@ -200,6 +203,8 @@
CreateGeneratorRequest,
DeleteGeneratorRequest,
FewShotExample,
FreeFormContext,
FreeFormSuggestion,
Generator,
GeneratorSuggestion,
GetGeneratorRequest,
Expand Down Expand Up @@ -252,6 +257,7 @@
DialogflowAssistAnswer,
DtmfParameters,
FaqAnswer,
GenerateSuggestionsResponse,
GetParticipantRequest,
InputTextConfig,
IntentInput,
Expand Down Expand Up @@ -452,6 +458,8 @@
"ExportOperationMetadata",
"FaqAnswer",
"FewShotExample",
"FreeFormContext",
"FreeFormSuggestion",
"Fulfillment",
"FulfillmentsClient",
"GcsDestination",
Expand All @@ -461,6 +469,8 @@
"GenerateStatelessSuggestionResponse",
"GenerateStatelessSummaryRequest",
"GenerateStatelessSummaryResponse",
"GenerateSuggestionsRequest",
"GenerateSuggestionsResponse",
"Generator",
"GeneratorSuggestion",
"GeneratorsClient",
Expand Down Expand Up @@ -491,6 +501,8 @@
"ImportDocumentsRequest",
"ImportDocumentsResponse",
"InferenceParameter",
"IngestContextReferencesRequest",
"IngestContextReferencesResponse",
"InitializeEncryptionSpecMetadata",
"InitializeEncryptionSpecRequest",
"InitializeEncryptionSpecResponse",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -486,11 +486,21 @@
"generate_stateless_summary"
]
},
"GenerateSuggestions": {
"methods": [
"generate_suggestions"
]
},
"GetConversation": {
"methods": [
"get_conversation"
]
},
"IngestContextReferences": {
"methods": [
"ingest_context_references"
]
},
"ListConversations": {
"methods": [
"list_conversations"
Expand Down Expand Up @@ -541,11 +551,21 @@
"generate_stateless_summary"
]
},
"GenerateSuggestions": {
"methods": [
"generate_suggestions"
]
},
"GetConversation": {
"methods": [
"get_conversation"
]
},
"IngestContextReferences": {
"methods": [
"ingest_context_references"
]
},
"ListConversations": {
"methods": [
"list_conversations"
Expand Down Expand Up @@ -596,11 +616,21 @@
"generate_stateless_summary"
]
},
"GenerateSuggestions": {
"methods": [
"generate_suggestions"
]
},
"GetConversation": {
"methods": [
"get_conversation"
]
},
"IngestContextReferences": {
"methods": [
"ingest_context_references"
]
},
"ListConversations": {
"methods": [
"list_conversations"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.40.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Loading

0 comments on commit b1ab233

Please sign in to comment.