Skip to content

Commit b1ab233

Browse files
feat: [google-cloud-dialogflow] Add new RPC IngestContextReferences, 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>
1 parent 54ff7fa commit b1ab233

34 files changed

Lines changed: 4204 additions & 351 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.40.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.40.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

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

Lines changed: 12 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,
@@ -200,6 +203,8 @@
200203
CreateGeneratorRequest,
201204
DeleteGeneratorRequest,
202205
FewShotExample,
206+
FreeFormContext,
207+
FreeFormSuggestion,
203208
Generator,
204209
GeneratorSuggestion,
205210
GetGeneratorRequest,
@@ -252,6 +257,7 @@
252257
DialogflowAssistAnswer,
253258
DtmfParameters,
254259
FaqAnswer,
260+
GenerateSuggestionsResponse,
255261
GetParticipantRequest,
256262
InputTextConfig,
257263
IntentInput,
@@ -452,6 +458,8 @@
452458
"ExportOperationMetadata",
453459
"FaqAnswer",
454460
"FewShotExample",
461+
"FreeFormContext",
462+
"FreeFormSuggestion",
455463
"Fulfillment",
456464
"FulfillmentsClient",
457465
"GcsDestination",
@@ -461,6 +469,8 @@
461469
"GenerateStatelessSuggestionResponse",
462470
"GenerateStatelessSummaryRequest",
463471
"GenerateStatelessSummaryResponse",
472+
"GenerateSuggestionsRequest",
473+
"GenerateSuggestionsResponse",
464474
"Generator",
465475
"GeneratorSuggestion",
466476
"GeneratorsClient",
@@ -491,6 +501,8 @@
491501
"ImportDocumentsRequest",
492502
"ImportDocumentsResponse",
493503
"InferenceParameter",
504+
"IngestContextReferencesRequest",
505+
"IngestContextReferencesResponse",
494506
"InitializeEncryptionSpecMetadata",
495507
"InitializeEncryptionSpecRequest",
496508
"InitializeEncryptionSpecResponse",

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,11 +486,21 @@
486486
"generate_stateless_summary"
487487
]
488488
},
489+
"GenerateSuggestions": {
490+
"methods": [
491+
"generate_suggestions"
492+
]
493+
},
489494
"GetConversation": {
490495
"methods": [
491496
"get_conversation"
492497
]
493498
},
499+
"IngestContextReferences": {
500+
"methods": [
501+
"ingest_context_references"
502+
]
503+
},
494504
"ListConversations": {
495505
"methods": [
496506
"list_conversations"
@@ -541,11 +551,21 @@
541551
"generate_stateless_summary"
542552
]
543553
},
554+
"GenerateSuggestions": {
555+
"methods": [
556+
"generate_suggestions"
557+
]
558+
},
544559
"GetConversation": {
545560
"methods": [
546561
"get_conversation"
547562
]
548563
},
564+
"IngestContextReferences": {
565+
"methods": [
566+
"ingest_context_references"
567+
]
568+
},
549569
"ListConversations": {
550570
"methods": [
551571
"list_conversations"
@@ -596,11 +616,21 @@
596616
"generate_stateless_summary"
597617
]
598618
},
619+
"GenerateSuggestions": {
620+
"methods": [
621+
"generate_suggestions"
622+
]
623+
},
599624
"GetConversation": {
600625
"methods": [
601626
"get_conversation"
602627
]
603628
},
629+
"IngestContextReferences": {
630+
"methods": [
631+
"ingest_context_references"
632+
]
633+
},
604634
"ListConversations": {
605635
"methods": [
606636
"list_conversations"

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.40.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

0 commit comments

Comments
 (0)