int ma_unset_wakeup_engine_command_cb(void);
/**
- * @brief Retreives the list of installed assistants.
+ * @brief Retrieves all installed voice assistant applications information.
* @since_tizen 5.5
*
* @param[in] callback A callback for getting the information of the installed assistants.
int ma_assistant_info_foreach_assistants(ma_assistant_info_list_cb callback, void* user_data);
/**
- * @brief Retreives app id of the specific handle.
+ * @brief Gets the app id of the specific handle.
* @since_tizen 5.5
*
* @remarks You must not release @a app_id using free().
int ma_assistant_info_get_app_id(ma_assistant_info_h handle, char** app_id);
/**
- * @brief Retreives app id of the specific handle.
+ * @brief Gets the enabled status of the specific handle.
* @since_tizen 5.5
*
- * @remarks You must not release @a app_id using free().
* @param[in] handle The handle to the assistant's information
* @param[in] status The enable status of the given assistant handle
*
int ma_assistant_info_get_enabled_status(ma_assistant_info_h handle, bool* status);
/**
- * @brief Retreives app id of the specific handle.
+ * @brief Gets the name of the specific handle.
* @since_tizen 5.5
*
- * @remarks You must not release @a app_id using free().
* @param[in] handle The handle to the assistant's information
* @param[in] name The application name of the given assistant handle
*