8000 chore: reorder imports (#265) · googleapis/python-dialogflow@bb6b2be · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit bb6b2be

Browse files
chore: reorder imports (#265)
1 parent 4717cb2 commit bb6b2be

File tree

3 files changed

+429
-6
lines changed

3 files changed

+429
-6
lines changed

google/cloud/dialogflow_v2/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@
228228
"ConversationPhoneNumber",
229229
"ConversationProfile",
230230
"ConversationProfilesClient",
231-
"ConversationsClient",
232231
"CreateCallMatcherRequest",
233232
"CreateContextRequest",
234233
"CreateConversationProfileRequest",
@@ -285,6 +284,7 @@
285284
"IntentView",
286285
"IntentsClient",
287286
"KnowledgeBase",
287+
"KnowledgeBasesClient",
288288
"KnowledgeOperationMetadata",
289289
"ListAnswerRecordsRequest",
290290
"ListAnswerRecordsResponse",
@@ -371,5 +371,5 @@
371371
"VoiceSelectionParams",
372372
"WebhookRequest",
373373
"WebhookResponse",
374-
"KnowledgeBasesClient",
374+
"ConversationsClient",
375375
)

google/cloud/dialogflow_v2beta1/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@
318318
"Intent",
319319
"IntentBatch",
320320
"IntentView",
321-
"IntentsClient",
322321
"KnowledgeAnswers",
323322
"KnowledgeBase",
323+
"KnowledgeBasesClient",
324324
"KnowledgeOperationMetadata",
325325
"ListAnswerRecordsRequest",
326326
"ListAnswerRecordsResponse",
@@ -415,5 +415,5 @@
415415
"VoiceSelectionParams",
416416
"WebhookRequest",
417417
"WebhookResponse",
418-
"KnowledgeBasesClient",
418+
"IntentsClient",
419419
)

0 commit comments

Comments
 (0)
0