Skip to content

Commit 877851d

Browse files
feat: [google-cloud-dialogflow] Add new RPC IngestContextReferences, GenerateSuggestions (#13601)
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: 733912069 Source-Link: googleapis/googleapis@c57048e Source-Link: googleapis/googleapis-gen@d295b21 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRpYWxvZ2Zsb3cvLk93bEJvdC55YW1sIiwiaCI6ImQyOTViMjEwOTBjZDkwZDBiMmY4OTVkNTI2OWY3MThiMWY5ZmJlZTgifQ== BEGIN_NESTED_COMMIT feat: [google-cloud-dialogflow] added support for TelephonyConnectionInfo, country_code and ControlPoint feat: added support for CONVERSATION_SUMMARIZATION feat: added ConversatioalTrainingAssignments, ConversationalTrainingMembers, ConversationalTrainingModules,ConversationalTrainingTeams API feat: added support for audio_input and speech_model feat: changed enablle_partial_automated_agent_reply to optional docs: clarified wording around filter and document_correctness docs: clarified wording around use_timeout_based_endpointing docs: changed reference link around ConversationStage docs: clarified wording around boost_specs and filter_specs docs: clarified wording around send_time PiperOrigin-RevId: 733074841 Source-Link: googleapis/googleapis@cd84730 Source-Link: googleapis/googleapis-gen@19922e0 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRpYWxvZ2Zsb3cvLk93bEJvdC55YW1sIiwiaCI6IjE5OTIyZTA2NTI4OWNjYjdhNzc1NmQ1MmFjNmIwOWNhOGU1OTcyODQifQ== END_NESTED_COMMIT --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 67edc3b commit 877851d

37 files changed

+4358
-225
lines changed

packages/google-cloud-dialogflow/google/cloud/dialogflow/__init__.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,10 @@
161161
GenerateStatelessSuggestionResponse,
162162
GenerateStatelessSummaryRequest,
163163
GenerateStatelessSummaryResponse,
164+
GenerateSuggestionsRequest,
164165
GetConversationRequest,
166+
IngestContextReferencesRequest,
167+
IngestContextReferencesResponse,
165168
ListConversationsRequest,
166169
ListConversationsResponse,
167170
ListMessagesRequest,
@@ -294,6 +297,8 @@
294297
CreateGeneratorRequest,
295298
DeleteGeneratorRequest,
296299
FewShotExample,
300+
FreeFormContext,
301+
FreeFormSuggestion,
297302
Generator,
298303
GeneratorSuggestion,
299304
GetGeneratorRequest,
@@ -340,11 +345,13 @@
340345
AnnotatedMessagePart,
341346
ArticleAnswer,
342347
AssistQueryParameters,
348+
AudioInput,
343349
AutomatedAgentReply,
344350
CreateParticipantRequest,
345351
DialogflowAssistAnswer,
346352
DtmfParameters,
347353
FaqAnswer,
354+
GenerateSuggestionsResponse,
348355
GetParticipantRequest,
349356
InputTextConfig,
350357
IntentSuggestion,
@@ -501,7 +508,10 @@
501508
"GenerateStatelessSuggestionResponse",
502509
"GenerateStatelessSummaryRequest",
503510
"GenerateStatelessSummaryResponse",
511+
"GenerateSuggestionsRequest",
504512
"GetConversationRequest",
513+
"IngestContextReferencesRequest",
514+
"IngestContextReferencesResponse",
505515
"ListConversationsRequest",
506516
"ListConversationsResponse",
507517
"ListMessagesRequest",
@@ -617,6 +627,8 @@
617627
"CreateGeneratorRequest",
618628
"DeleteGeneratorRequest",
619629
"FewShotExample",
630+
"FreeFormContext",
631+
"FreeFormSuggestion",
620632
"Generator",
621633
"GeneratorSuggestion",
622634
"GetGeneratorRequest",
@@ -655,11 +667,13 @@
655667
"AnnotatedMessagePart",
656668
"ArticleAnswer",
657669
"AssistQueryParameters",
670+
"AudioInput",
658671
"AutomatedAgentReply",
659672
"CreateParticipantRequest",
660673
"DialogflowAssistAnswer",
661674
"DtmfParameters",
662675
"FaqAnswer",
676+
"GenerateSuggestionsResponse",
663677
"GetParticipantRequest",
664678
"InputTextConfig",
665679
"IntentSuggestion",

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/__init__.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@
109109
GenerateStatelessSuggestionResponse,
110110
GenerateStatelessSummaryRequest,
111111
GenerateStatelessSummaryResponse,
112+
GenerateSuggestionsRequest,
112113
GetConversationRequest,
114+
IngestContextReferencesRequest,
115+
IngestContextReferencesResponse,
113116
ListConversationsRequest,
114117
ListConversationsResponse,
115118
ListMessagesRequest,
@@ -242,6 +245,8 @@
242245
CreateGeneratorRequest,
243246
DeleteGeneratorRequest,
244247
FewShotExample,
248+
FreeFormContext,
249+
FreeFormSuggestion,
245250
Generator,
246251
GeneratorSuggestion,
247252
GetGeneratorRequest,
@@ -286,11 +291,13 @@
286291
AnnotatedMessagePart,
287292
ArticleAnswer,
288293
AssistQueryParameters,
294+
AudioInput,
289295
AutomatedAgentReply,
290296
CreateParticipantRequest,
291297
DialogflowAssistAnswer,
292298
DtmfParameters,
293299
FaqAnswer,
300+
GenerateSuggestionsResponse,
294301
GetParticipantRequest,
295302
InputTextConfig,
296303
IntentSuggestion,
@@ -387,6 +394,7 @@
387394
"ArticleSuggestionModelMetadata",
388395
"AssistQueryParameters",
389396
"AudioEncoding",
397+
"AudioInput",
390398
"AutomatedAgentConfig",
391399
"AutomatedAgentReply",
392400
"BatchCreateEntitiesRequest",
@@ -475,6 +483,8 @@
475483
"ExportOperationMetadata",
476484
"FaqAnswer",
477485
"FewShotExample",
486+
"FreeFormContext",
487+
"FreeFormSuggestion",
478488
"Fulfillment",
479489
"FulfillmentsClient",
480490
"GcsDestination",
@@ -483,6 +493,8 @@
483493
"GenerateStatelessSuggestionResponse",
484494
"GenerateStatelessSummaryRequest",
485495
"GenerateStatelessSummaryResponse",
496+
"GenerateSuggestionsRequest",
497+
"GenerateSuggestionsResponse",
486498
"Generator",
487499
"GeneratorSuggestion",
488500
"GeneratorsClient",
@@ -517,6 +529,8 @@
517529
"ImportDocumentsRequest",
518530
"ImportDocumentsResponse",
519531
"InferenceParameter",
532+
"IngestContextReferencesRequest",
533+
"IngestContextReferencesResponse",
520534
"InitializeEncryptionSpecMetadata",
521535
"InitializeEncryptionSpecRequest",
522536
"InitializeEncryptionSpecResponse",

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/gapic_metadata.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,11 +714,21 @@
714714
"generate_stateless_summary"
715715
]
716716
},
717+
"GenerateSuggestions": {
718+
"methods": [
719+
"generate_suggestions"
720+
]
721+
},
717722
"GetConversation": {
718723
"methods": [
719724
"get_conversation"
720725
]
721726
},
727+
"IngestContextReferences": {
728+
"methods": [
729+
"ingest_context_references"
730+
]
731+
},
722732
"ListConversations": {
723733
"methods": [
724734
"list_conversations"
@@ -764,11 +774,21 @@
764774
"generate_stateless_summary"
765775
]
766776
},
777+
"GenerateSuggestions": {
778+
"methods": [
779+
"generate_suggestions"
780+
]
781+
},
767782
"GetConversation": {
768783
"methods": [
769784
"get_conversation"
770785
]
771786
},
787+
"IngestContextReferences": {
788+
"methods": [
789+
"ingest_context_references"
790+
]
791+
},
772792
"ListConversations": {
773793
"methods": [
774794
"list_conversations"
@@ -814,11 +834,21 @@
814834
"generate_stateless_summary"
815835
]
816836
},
837+
"GenerateSuggestions": {
838+
"methods": [
839+
"generate_suggestions"
840+
]
841+
},
817842
"GetConversation": {
818843
"methods": [
819844
"get_conversation"
820845
]
821846
},
847+
"IngestContextReferences": {
848+
"methods": [
849+
"ingest_context_references"
850+
]
851+
},
822852
"ListConversations": {
823853
"methods": [
824854
"list_conversations"

0 commit comments

Comments
 (0)