Bitrix API

Ai

Table of Contents

Methods

isCopilotAvailable()  : bool
Returns true if AI Text service is can be used. And option is ON.
isImageActive()  : bool
Returns true if AI Image service is available and activated for landing
isImageAvailable()  : bool
Returns true if AI Image service is can be used. Not check activity for landing
isTextActive()  : bool
Returns true if AI Text service is available and activated for landing
isTextAvailable()  : bool
Returns true if AI Text service is can be used. Not check activity for landing
onBeforeCompletions()  : EventResult
Checks whether engine is off or not.
onTuningLoad()  : EventResult
Fills tuning page of AI module.

Methods

isCopilotAvailable()

Returns true if AI Text service is can be used. And option is ON.

public static isCopilotAvailable() : bool
Return values
bool

isImageActive()

Returns true if AI Image service is available and activated for landing

public static isImageActive() : bool
Return values
bool

isImageAvailable()

Returns true if AI Image service is can be used. Not check activity for landing

public static isImageAvailable() : bool
Return values
bool

isTextActive()

Returns true if AI Text service is available and activated for landing

public static isTextActive() : bool
Return values
bool

isTextAvailable()

Returns true if AI Text service is can be used. Not check activity for landing

public static isTextAvailable() : bool
Return values
bool

onBeforeCompletions()

Checks whether engine is off or not.

public static onBeforeCompletions(Event $event) : EventResult
Parameters
$event : Event

Event instance.

Tags
see
onTuningLoad
Return values
EventResult

onTuningLoad()

Fills tuning page of AI module.

public static onTuningLoad() : EventResult
Return values
EventResult

        
On this page

Search results