pub async fn get_by_conversation_id_for_display(
conn: &mut PgConnection,
conversation_id: Uuid,
) -> ModelResult<Vec<ChatbotConversationMessage>>Expand description
get_by_conversation_id for callers that only display the conversation.
pub async fn get_by_conversation_id_for_display(
conn: &mut PgConnection,
conversation_id: Uuid,
) -> ModelResult<Vec<ChatbotConversationMessage>>get_by_conversation_id for callers that only display the conversation.