.
This commit is contained in:
@@ -1,29 +1,29 @@
|
||||
"""Data models module."""
|
||||
|
||||
from .conversation import (
|
||||
User,
|
||||
ConversationSession,
|
||||
ConversationEntry,
|
||||
ConversationRequest,
|
||||
ConversationSession,
|
||||
DetectIntentResponse,
|
||||
QueryResult,
|
||||
User,
|
||||
)
|
||||
from .notification import (
|
||||
ExternalNotificationRequest,
|
||||
NotificationSession,
|
||||
Notification,
|
||||
NotificationSession,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
# Conversation
|
||||
"User",
|
||||
"ConversationSession",
|
||||
"ConversationEntry",
|
||||
"ConversationRequest",
|
||||
"ConversationSession",
|
||||
"DetectIntentResponse",
|
||||
"QueryResult",
|
||||
# Notification
|
||||
"ExternalNotificationRequest",
|
||||
"NotificationSession",
|
||||
"Notification",
|
||||
"NotificationSession",
|
||||
"QueryResult",
|
||||
# Conversation
|
||||
"User",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user