Skip to main content

list_flow_conversations

Function list_flow_conversations 

Source
pub async fn list_flow_conversations(
    configuration: &Configuration,
    workspace: &str,
    page: Option<i32>,
    per_page: Option<i32>,
    flow_path: Option<&str>,
) -> Result<Vec<FlowConversation>, Error<ListFlowConversationsError>>