Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

fix(v3): BREAKING rename UserInput.input_ to UserInput.input #58

Merged
merged 7 commits into from Apr 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion google/cloud/dialogflowcx_v3/__init__.py
Expand Up @@ -293,7 +293,6 @@
"IntentCoverage",
"IntentInput",
"IntentView",
"IntentsClient",
"ListAgentsRequest",
"ListAgentsResponse",
"ListEntityTypesRequest",
Expand Down Expand Up @@ -400,4 +399,5 @@
"WebhookRequest",
"WebhookResponse",
"WebhooksClient",
"IntentsClient",
)