pub async fn insert(
conn: &mut PgConnection,
input: ChatbotConversationMessage,
) -> ModelResult<ChatbotConversationMessage>
pub async fn insert(
conn: &mut PgConnection,
input: ChatbotConversationMessage,
) -> ModelResult<ChatbotConversationMessage>