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