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 5 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
4 changes: 2 additions & 2 deletions google/cloud/dialogflowcx_v3/__init__.py
Expand Up @@ -251,6 +251,7 @@
"DetectIntentResponse",
"DtmfInput",
"EntityType",
"EntityTypesClient",
"Environment",
"EnvironmentsClient",
"EventHandler",
Expand Down Expand Up @@ -292,7 +293,6 @@
"IntentCoverage",
"IntentInput",
"IntentView",
"IntentsClient",
"ListAgentsRequest",
"ListAgentsResponse",
"ListEntityTypesRequest",
Expand Down Expand Up @@ -399,5 +399,5 @@
"WebhookRequest",
"WebhookResponse",
"WebhooksClient",
"EntityTypesClient",
"IntentsClient",
)