| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8d1cac9 commit b6bb63e
1,068 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -960,8 +960,12 @@ libraries: | |||
| 960 | 960 | apis: | |
| 961 | 961 | - path: google/cloud/dialogflow/v2 | |
| 962 | 962 | - path: google/cloud/dialogflow/v2beta1 | |
| 963 | - skip_generate: true | ||
| 964 | 963 | python: | |
| 964 | + opt_args_by_api: | ||
| 965 | + google/cloud/dialogflow/v2: | ||
| 966 | + - resource-name-alias=ces.googleapis.com/Tool:CesTool | ||
| 967 | + google/cloud/dialogflow/v2beta1: | ||
| 968 | + - resource-name-alias=ces.googleapis.com/Tool:CesTool | ||
| 965 | 969 | metadata_name_override: dialogflow | |
| 966 | 970 | default_version: v2 | |
| 967 | 971 | - name: google-cloud-dialogflow-cx | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | # -*- coding: utf-8 -*- | |
| 2 | - # Copyright 2025 Google LLC | ||
| 2 | + # Copyright 2026 Google LLC | ||
| 3 | 3 | # | |
| 4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | # you may not use this file except in compliance with the License. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,17 +1,16 @@ | |||
| 1 | 1 | { | |
| 2 | - "api_description": "is an end-to-end, build-once deploy-everywhere development suite for creating conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices. You can use it to build interfaces (such as chatbots and conversational IVR) that enable natural and rich interactions between your users and your business. Dialogflow Enterprise Edition users have access to Google Cloud Support and a service level agreement (SLA) for production deployments.", | ||
| 3 | - "api_id": "dialogflow.googleapis.com", | ||
| 4 | - "api_shortname": "dialogflow", | ||
| 5 | - "client_documentation": "https://cloud.google.com/python/docs/reference/dialogflow/latest", | ||
| 6 | - "default_version": "v2", | ||
| 7 | - "distribution_name": "google-cloud-dialogflow", | ||
| 8 | - "issue_tracker": "https://issuetracker.google.com/savedsearches/5300385", | ||
| 9 | - "language": "python", | ||
| 10 | - "library_type": "GAPIC_AUTO", | ||
| 11 | - "name": "dialogflow", | ||
| 12 | - "name_pretty": "Dialogflow", | ||
| 13 | - "product_documentation": "https://www.dialogflow.com/", | ||
| 14 | - "release_level": "stable", | ||
| 15 | - "repo": "googleapis/google-cloud-python", | ||
| 16 | - "requires_billing": true | ||
| 2 | + "api_description": "Builds conversational interfaces (for example, chatbots, and voice-powered\napps and devices).", | ||
| 3 | + "api_id": "dialogflow.googleapis.com", | ||
| 4 | + "api_shortname": "dialogflow", | ||
| 5 | + "client_documentation": "https://cloud.google.com/python/docs/reference/dialogflow/latest", | ||
| 6 | + "default_version": "v2", | ||
| 7 | + "distribution_name": "google-cloud-dialogflow", | ||
| 8 | + "issue_tracker": "https://issuetracker.google.com/issues/new?component=501190", | ||
| 9 | + "language": "python", | ||
| 10 | + "library_type": "GAPIC_AUTO", | ||
| 11 | + "name": "dialogflow", | ||
| 12 | + "name_pretty": "Dialogflow", | ||
| 13 | + "product_documentation": "https://docs.cloud.google.com/dialogflow/docs", | ||
| 14 | + "release_level": "stable", | ||
| 15 | + "repo": "googleapis/google-cloud-python" | ||
| 17 | 16 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | # -*- coding: utf-8 -*- | |
| 2 | - # Copyright 2025 Google LLC | ||
| 2 | + # Copyright 2026 Google LLC | ||
| 3 | 3 | # | |
| 4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | # you may not use this file except in compliance with the License. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,8 @@ Python Client for Dialogflow | |||
| 3 | 3 | ||
| 4 | 4 | |stable| |pypi| |versions| | |
| 5 | 5 | ||
| 6 | - `Dialogflow`_: is an end-to-end, build-once deploy-everywhere development suite for creating conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices. You can use it to build interfaces (such as chatbots and conversational IVR) that enable natural and rich interactions between your users and your business. Dialogflow Enterprise Edition users have access to Google Cloud Support and a service level agreement (SLA) for production deployments. | ||
| 6 | + `Dialogflow`_: Builds conversational interfaces (for example, chatbots, and voice-powered | ||
| 7 | + apps and devices). | ||
| 7 | 8 | ||
| 8 | 9 | - `Client Library Documentation`_ | |
| 9 | 10 | - `Product Documentation`_ | |
@@ -14,9 +15,9 @@ Python Client for Dialogflow | |||
| 14 | 15 | :target: https://pypi.org/project/google-cloud-dialogflow/ | |
| 15 | 16 | .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dialogflow.svg | |
| 16 | 17 | :target: https://pypi.org/project/google-cloud-dialogflow/ | |
| 17 | - .. _Dialogflow: https://www.dialogflow.com/ | ||
| 18 | + .. _Dialogflow: https://docs.cloud.google.com/dialogflow/docs | ||
| 18 | 19 | .. _Client Library Documentation: https://cloud.google.com/python/docs/reference/dialogflow/latest/summary_overview | |
| 19 | - .. _Product Documentation: https://www.dialogflow.com/ | ||
| 20 | + .. _Product Documentation: https://docs.cloud.google.com/dialogflow/docs | ||
| 20 | 21 | ||
| 21 | 22 | Quick Start | |
| 22 | 23 | ----------- | |
@@ -30,7 +31,7 @@ In order to use this library, you first need to go through the following steps: | |||
| 30 | 31 | ||
| 31 | 32 | .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project | |
| 32 | 33 | .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project | |
| 33 | - .. _Enable the Dialogflow.: https://www.dialogflow.com/ | ||
| 34 | + .. _Enable the Dialogflow.: https://docs.cloud.google.com/dialogflow/docs | ||
| 34 | 35 | .. _Set up Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html | |
| 35 | 36 | ||
| 36 | 37 | Installation | |
@@ -104,7 +105,7 @@ Next Steps | |||
| 104 | 105 | - View this `README`_ to see the full list of Cloud | |
| 105 | 106 | APIs that we cover. | |
| 106 | 107 | ||
| 107 | - .. _Dialogflow Product documentation: https://www.dialogflow.com/ | ||
| 108 | + .. _Dialogflow Product documentation: https://docs.cloud.google.com/dialogflow/docs | ||
| 108 | 109 | .. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst | |
| 109 | 110 | ||
| 110 | 111 | Logging | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,8 @@ Python Client for Dialogflow | |||
| 3 | 3 | ||
| 4 | 4 | |stable| |pypi| |versions| | |
| 5 | 5 | ||
| 6 | - `Dialogflow`_: is an end-to-end, build-once deploy-everywhere development suite for creating conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices. You can use it to build interfaces (such as chatbots and conversational IVR) that enable natural and rich interactions between your users and your business. Dialogflow Enterprise Edition users have access to Google Cloud Support and a service level agreement (SLA) for production deployments. | ||
| 6 | + `Dialogflow`_: Builds conversational interfaces (for example, chatbots, and voice-powered | ||
| 7 | + apps and devices). | ||
| 7 | 8 | ||
| 8 | 9 | - `Client Library Documentation`_ | |
| 9 | 10 | - `Product Documentation`_ | |
@@ -14,9 +15,9 @@ Python Client for Dialogflow | |||
| 14 | 15 | :target: https://pypi.org/project/google-cloud-dialogflow/ | |
| 15 | 16 | .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dialogflow.svg | |
| 16 | 17 | :target: https://pypi.org/project/google-cloud-dialogflow/ | |
| 17 | - .. _Dialogflow: https://www.dialogflow.com/ | ||
| 18 | + .. _Dialogflow: https://docs.cloud.google.com/dialogflow/docs | ||
| 18 | 19 | .. _Client Library Documentation: https://cloud.google.com/python/docs/reference/dialogflow/latest/summary_overview | |
| 19 | - .. _Product Documentation: https://www.dialogflow.com/ | ||
| 20 | + .. _Product Documentation: https://docs.cloud.google.com/dialogflow/docs | ||
| 20 | 21 | ||
| 21 | 22 | Quick Start | |
| 22 | 23 | ----------- | |
@@ -30,7 +31,7 @@ In order to use this library, you first need to go through the following steps: | |||
| 30 | 31 | ||
| 31 | 32 | .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project | |
| 32 | 33 | .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project | |
| 33 | - .. _Enable the Dialogflow.: https://www.dialogflow.com/ | ||
| 34 | + .. _Enable the Dialogflow.: https://docs.cloud.google.com/dialogflow/docs | ||
| 34 | 35 | .. _Set up Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html | |
| 35 | 36 | ||
| 36 | 37 | Installation | |
@@ -104,7 +105,7 @@ Next Steps | |||
| 104 | 105 | - View this `README`_ to see the full list of Cloud | |
| 105 | 106 | APIs that we cover. | |
| 106 | 107 | ||
| 107 | - .. _Dialogflow Product documentation: https://www.dialogflow.com/ | ||
| 108 | + .. _Dialogflow Product documentation: https://docs.cloud.google.com/dialogflow/docs | ||
| 108 | 109 | .. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst | |
| 109 | 110 | ||
| 110 | 111 | Logging | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | # -*- coding: utf-8 -*- | |
| 2 | - # Copyright 2025 Google LLC | ||
| 2 | + # Copyright 2026 Google LLC | ||
| 3 | 3 | # | |
| 4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | # you may not use this file except in compliance with the License. | |
@@ -83,7 +83,7 @@ | |||
| 83 | 83 | ||
| 84 | 84 | # General information about the project. | |
| 85 | 85 | project = "google-cloud-dialogflow" | |
| 86 | - copyright = "2025, Google, LLC" | ||
| 86 | + copyright = "2026, Google, LLC" | ||
| 87 | 87 | author = "Google APIs" | |
| 88 | 88 | ||
| 89 | 89 | # The version info for the project you're documenting, acts as replacement for | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | # -*- coding: utf-8 -*- | |
| 2 | - # Copyright 2025 Google LLC | ||
| 2 | + # Copyright 2026 Google LLC | ||
| 3 | 3 | # | |
| 4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | # you may not use this file except in compliance with the License. | |
@@ -158,6 +158,8 @@ | |||
| 158 | 158 | TelephonyDtmfEvents, | |
| 159 | 159 | VoiceSelectionParams, | |
| 160 | 160 | ) | |
| 161 | + from google.cloud.dialogflow_v2.types.ces_app import CesAppSpec | ||
| 162 | + from google.cloud.dialogflow_v2.types.ces_tool import CesToolSpec | ||
| 161 | 163 | from google.cloud.dialogflow_v2.types.context import ( | |
| 162 | 164 | Context, | |
| 163 | 165 | CreateContextRequest, | |
@@ -186,6 +188,7 @@ | |||
| 186 | 188 | ListMessagesRequest, | |
| 187 | 189 | ListMessagesResponse, | |
| 188 | 190 | SearchKnowledgeAnswer, | |
| 191 | + SearchKnowledgeDebugInfo, | ||
| 189 | 192 | SearchKnowledgeRequest, | |
| 190 | 193 | SearchKnowledgeResponse, | |
| 191 | 194 | SuggestConversationSummaryRequest, | |
@@ -382,20 +385,24 @@ | |||
| 382 | 385 | AudioInput, | |
| 383 | 386 | AutomatedAgentReply, | |
| 384 | 387 | CreateParticipantRequest, | |
| 388 | + DatastoreResponseReason, | ||
| 385 | 389 | DialogflowAssistAnswer, | |
| 386 | 390 | DtmfParameters, | |
| 387 | 391 | FaqAnswer, | |
| 388 | 392 | GenerateSuggestionsResponse, | |
| 389 | 393 | GetParticipantRequest, | |
| 394 | + IngestedContextReferenceDebugInfo, | ||
| 390 | 395 | InputTextConfig, | |
| 391 | 396 | IntentSuggestion, | |
| 392 | 397 | KnowledgeAssistAnswer, | |
| 398 | + KnowledgeAssistDebugInfo, | ||
| 393 | 399 | ListParticipantsRequest, | |
| 394 | 400 | ListParticipantsResponse, | |
| 395 | 401 | Message, | |
| 396 | 402 | MessageAnnotation, | |
| 397 | 403 | OutputAudio, | |
| 398 | 404 | Participant, | |
| 405 | + ServiceLatency, | ||
| 399 | 406 | SmartReplyAnswer, | |
| 400 | 407 | StreamingAnalyzeContentRequest, | |
| 401 | 408 | StreamingAnalyzeContentResponse, | |
@@ -456,6 +463,7 @@ | |||
| 456 | 463 | UpdateToolRequest, | |
| 457 | 464 | ) | |
| 458 | 465 | from google.cloud.dialogflow_v2.types.tool_call import ToolCall, ToolCallResult | |
| 466 | + from google.cloud.dialogflow_v2.types.toolset import ToolsetTool | ||
| 459 | 467 | from google.cloud.dialogflow_v2.types.validation_result import ( | |
| 460 | 468 | ValidationError, | |
| 461 | 469 | ValidationResult, | |
@@ -554,6 +562,8 @@ | |||
| 554 | 562 | "SpeechModelVariant", | |
| 555 | 563 | "SsmlVoiceGender", | |
| 556 | 564 | "TelephonyDtmf", | |
| 565 | + "CesAppSpec", | ||
| 566 | + "CesToolSpec", | ||
| 557 | 567 | "Context", | |
| 558 | 568 | "CreateContextRequest", | |
| 559 | 569 | "DeleteAllContextsRequest", | |
@@ -579,6 +589,7 @@ | |||
| 579 | 589 | "ListMessagesRequest", | |
| 580 | 590 | "ListMessagesResponse", | |
| 581 | 591 | "SearchKnowledgeAnswer", | |
| 592 | + "SearchKnowledgeDebugInfo", | ||
| 582 | 593 | "SearchKnowledgeRequest", | |
| 583 | 594 | "SearchKnowledgeResponse", | |
| 584 | 595 | "SuggestConversationSummaryRequest", | |
@@ -751,15 +762,18 @@ | |||
| 751 | 762 | "FaqAnswer", | |
| 752 | 763 | "GenerateSuggestionsResponse", | |
| 753 | 764 | "GetParticipantRequest", | |
| 765 | + "IngestedContextReferenceDebugInfo", | ||
| 754 | 766 | "InputTextConfig", | |
| 755 | 767 | "IntentSuggestion", | |
| 756 | 768 | "KnowledgeAssistAnswer", | |
| 769 | + "KnowledgeAssistDebugInfo", | ||
| 757 | 770 | "ListParticipantsRequest", | |
| 758 | 771 | "ListParticipantsResponse", | |
| 759 | 772 | "Message", | |
| 760 | 773 | "MessageAnnotation", | |
| 761 | 774 | "OutputAudio", | |
| 762 | 775 | "Participant", | |
| 776 | + "ServiceLatency", | ||
| 763 | 777 | "SmartReplyAnswer", | |
| 764 | 778 | "StreamingAnalyzeContentRequest", | |
| 765 | 779 | "StreamingAnalyzeContentResponse", | |
@@ -774,6 +788,7 @@ | |||
| 774 | 788 | "SuggestSmartRepliesRequest", | |
| 775 | 789 | "SuggestSmartRepliesResponse", | |
| 776 | 790 | "UpdateParticipantRequest", | |
| 791 | + "DatastoreResponseReason", | ||
| 777 | 792 | "CloudConversationDebuggingInfo", | |
| 778 | 793 | "DetectIntentRequest", | |
| 779 | 794 | "DetectIntentResponse", | |
@@ -812,6 +827,7 @@ | |||
| 812 | 827 | "UpdateToolRequest", | |
| 813 | 828 | "ToolCall", | |
| 814 | 829 | "ToolCallResult", | |
| 830 | + "ToolsetTool", | ||
| 815 | 831 | "ValidationError", | |
| 816 | 832 | "ValidationResult", | |
| 817 | 833 | "CreateVersionRequest", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | # -*- coding: utf-8 -*- | |
| 2 | - # Copyright 2025 Google LLC | ||
| 2 | + # Copyright 2026 Google LLC | ||
| 3 | 3 | # | |
| 4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | # you may not use this file except in compliance with the License. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments