.
This commit is contained in:
@@ -1,17 +1,12 @@
|
||||
"""Data models module."""
|
||||
|
||||
from .conversation import (
|
||||
ConversationSessionDTO,
|
||||
ConversationEntryDTO,
|
||||
ConversationMessageDTO,
|
||||
ExternalConvRequestDTO,
|
||||
DetectIntentRequestDTO,
|
||||
DetectIntentResponseDTO,
|
||||
QueryInputDTO,
|
||||
TextInputDTO,
|
||||
EventInputDTO,
|
||||
QueryParamsDTO,
|
||||
QueryResultDTO,
|
||||
User,
|
||||
ConversationSession,
|
||||
ConversationEntry,
|
||||
ConversationRequest,
|
||||
DetectIntentResponse,
|
||||
QueryResult,
|
||||
)
|
||||
from .notification import (
|
||||
ExternalNotificationRequest,
|
||||
@@ -21,17 +16,12 @@ from .notification import (
|
||||
|
||||
__all__ = [
|
||||
# Conversation
|
||||
"ConversationSessionDTO",
|
||||
"ConversationEntryDTO",
|
||||
"ConversationMessageDTO",
|
||||
"ExternalConvRequestDTO",
|
||||
"DetectIntentRequestDTO",
|
||||
"DetectIntentResponseDTO",
|
||||
"QueryInputDTO",
|
||||
"TextInputDTO",
|
||||
"EventInputDTO",
|
||||
"QueryParamsDTO",
|
||||
"QueryResultDTO",
|
||||
"User",
|
||||
"ConversationSession",
|
||||
"ConversationEntry",
|
||||
"ConversationRequest",
|
||||
"DetectIntentResponse",
|
||||
"QueryResult",
|
||||
# Notification
|
||||
"ExternalNotificationRequest",
|
||||
"NotificationSession",
|
||||
|
||||
Reference in New Issue
Block a user