Store data using the Cogniswitch service. This calls the CogniSwitch services to analyze & store data from a url. the URL is provided in input, assign that value to the url key. Assign document name & description only if provided in input.
store_data(
self,
url: Optional[str],
document_name: Optional[str],
document_description: Optional[str]
) -> dict