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
stringgetBaasSliderCode()
public
static getBaasSliderCode() : string
Return values
stringgetBaasUrl()
public
static getBaasUrl() : string
Return values
stringgetDisclaimerUrl()
public
static getDisclaimerUrl() : string
Return values
stringgetFeedBackLink()
public
static getFeedBackLink() : string
Return values
stringgetHelpSliderCode()
public
static getHelpSliderCode() : string
Return values
stringgetHelpUrl()
public
static getHelpUrl() : string
Return values
stringgetRecordMinDuration()
Minimum record length in seconds for AI to start processing.
public
static getRecordMinDuration() : int
Return values
intgetRecordMinUsers()
Returns minimum users in a call to auto start AI processing.
public
static getRecordMinUsers() : int
Return values
intisAgreementAccepted()
Check if AI agreement has been accepted.
public
static isAgreementAccepted([int|null $userId = null ]) : bool
Parameters
- $userId : int|null = null
Return values
boolisAutoStartRecordingEnable()
public
static isAutoStartRecordingEnable() : bool
Return values
boolisB24Mode()
public
static isB24Mode() : bool
Return values
boolisBaasServiceAvailable()
public
static isBaasServiceAvailable() : bool
Return values
boolisBaasServiceHasPackage()
Check if baas service has active packages.
public
static isBaasServiceHasPackage() : bool
Return values
boolisCallAIEnable()
public
static isCallAIEnable() : bool
Return values
boolisDebugEnable()
public
static isDebugEnable() : bool
Return values
boolisEnableBySettings()
public
static isEnableBySettings() : bool
Return values
boolisLoggingEnable()
public
static isLoggingEnable() : bool
Return values
boolisTariffAvailable()
public
static isTariffAvailable() : bool
Return values
boolonTuningLoad()
public
static onTuningLoad() : EventResult