list_conversation_messages

Function list_conversation_messages 

Source
pub async fn list_conversation_messages(
    configuration: &Configuration,
    workspace: &str,
    conversation_id: &str,
    page: Option<i32>,
    per_page: Option<i32>,
    after_id: Option<&str>,
) -> Result<Vec<FlowConversationMessage>, Error<ListConversationMessagesError>>