Bitrix API

CallAISettings

Table of Contents

Constants

CALL_COPILOT_AUTOSTART_FEATURE_NAME  = 'call_copilot_autostart'
CALL_COPILOT_BAAS_SLIDER_CODE  = 'limit_boost_copilot'
CALL_COPILOT_DISCLAIMER_ARTICLE  = '20412666'
CALL_COPILOT_ENABLE  = 'call_copilot_enable'
CALL_COPILOT_FEATURE_NAME  = 'call_copilot'
CALL_COPILOT_HELP_SLIDER_CODE  = 'limit_copilot_follow_up'
TRANSCRIBE_CALL_RECORD_ENGINE  = 'transcribe_track'
TRANSCRIPTION_OVERVIEW_ENGINE  = 'resume_transcription'
TRANSCRIPTION_OVERVIEW_QUALITY  = 'meeting_processing'

Methods

getAgreementUrl()  : string
getBaasSliderCode()  : string
getBaasUrl()  : string
getDisclaimerUrl()  : string
getFeedBackLink()  : string
getHelpSliderCode()  : string
getHelpUrl()  : string
getRecordMinDuration()  : int
Minimum record length in seconds for AI to start processing.
getRecordMinUsers()  : int
Returns minimum users in a call to auto start AI processing.
isAgreementAccepted()  : bool
Check if AI agreement has been accepted.
isAutoStartRecordingEnable()  : bool
isB24Mode()  : bool
isBaasServiceAvailable()  : bool
isBaasServiceHasPackage()  : bool
Check if baas service has active packages.
isCallAIEnable()  : bool
isDebugEnable()  : bool
isEnableBySettings()  : bool
isLoggingEnable()  : bool
isTariffAvailable()  : bool
onTuningLoad()  : EventResult

Constants

CALL_COPILOT_AUTOSTART_FEATURE_NAME

public mixed CALL_COPILOT_AUTOSTART_FEATURE_NAME = 'call_copilot_autostart'

CALL_COPILOT_BAAS_SLIDER_CODE

public mixed CALL_COPILOT_BAAS_SLIDER_CODE = 'limit_boost_copilot'

CALL_COPILOT_DISCLAIMER_ARTICLE

public mixed CALL_COPILOT_DISCLAIMER_ARTICLE = '20412666'

CALL_COPILOT_ENABLE

public mixed CALL_COPILOT_ENABLE = 'call_copilot_enable'

CALL_COPILOT_FEATURE_NAME

public mixed CALL_COPILOT_FEATURE_NAME = 'call_copilot'

CALL_COPILOT_HELP_SLIDER_CODE

public mixed CALL_COPILOT_HELP_SLIDER_CODE = 'limit_copilot_follow_up'

TRANSCRIBE_CALL_RECORD_ENGINE

public mixed TRANSCRIBE_CALL_RECORD_ENGINE = 'transcribe_track'

TRANSCRIPTION_OVERVIEW_ENGINE

public mixed TRANSCRIPTION_OVERVIEW_ENGINE = 'resume_transcription'

TRANSCRIPTION_OVERVIEW_QUALITY

public mixed TRANSCRIPTION_OVERVIEW_QUALITY = 'meeting_processing'

Methods

getAgreementUrl()

public static getAgreementUrl() : string
Return values
string

getBaasSliderCode()

public static getBaasSliderCode() : string
Return values
string

getBaasUrl()

public static getBaasUrl() : string
Return values
string

getDisclaimerUrl()

public static getDisclaimerUrl() : string
Return values
string
public static getFeedBackLink() : string
Return values
string

getHelpSliderCode()

public static getHelpSliderCode() : string
Return values
string

getHelpUrl()

public static getHelpUrl() : string
Return values
string

getRecordMinDuration()

Minimum record length in seconds for AI to start processing.

public static getRecordMinDuration() : int
Return values
int

getRecordMinUsers()

Returns minimum users in a call to auto start AI processing.

public static getRecordMinUsers() : int
Return values
int

isAgreementAccepted()

Check if AI agreement has been accepted.

public static isAgreementAccepted([int|null $userId = null ]) : bool
Parameters
$userId : int|null = null
Return values
bool

isAutoStartRecordingEnable()

public static isAutoStartRecordingEnable() : bool
Return values
bool

isB24Mode()

public static isB24Mode() : bool
Return values
bool

isBaasServiceAvailable()

public static isBaasServiceAvailable() : bool
Return values
bool

isBaasServiceHasPackage()

Check if baas service has active packages.

public static isBaasServiceHasPackage() : bool
Return values
bool

isCallAIEnable()

public static isCallAIEnable() : bool
Return values
bool

isDebugEnable()

public static isDebugEnable() : bool
Return values
bool

isEnableBySettings()

public static isEnableBySettings() : bool
Return values
bool

isLoggingEnable()

public static isLoggingEnable() : bool
Return values
bool

isTariffAvailable()

public static isTariffAvailable() : bool
Return values
bool

onTuningLoad()

public static onTuningLoad() : EventResult
Tags
see
Manager::loadExternal
event

ai:onTuningLoad

Return values
EventResult

        
On this page

Search results