Automattic\WooCommerce\Admin\API\AI

BusinessDescription::get_schema()publicWC 1.0

Get the Business Description response.

Method of the class: BusinessDescription{}

No Hooks.

Return

Array.

Usage

$BusinessDescription = new BusinessDescription();
$BusinessDescription->get_schema();

BusinessDescription::get_schema() code WC 9.4.2

public function get_schema() {
	return array(
		'ai_content_generated' => true,
	);
}