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>>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>>