Uses of Class
com.mypurecloud.sdk.v2.model.AdjustableLiveSpeakerDetection
Packages that use AdjustableLiveSpeakerDetection
-
Uses of AdjustableLiveSpeakerDetection in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AdjustableLiveSpeakerDetectionModifier and TypeMethodDescriptionThe name of the event that triggered the ALSD evaluation (e.g., line.connect, speech.generic).DispositionParameters.getAdjustableLiveSpeakerDetection()AdjustableLiveSpeakerDetection.isPersonLikely(Boolean isPersonLikely) The output of the ALSD detector, evaluating whether there is likely a person on the call based on the above inputs, and if so, a person is detected early (person disposition name and speech.person analyzer result) and the associated action taken (e.g., speech.person postconnect entry in the disposition table has the action to transfer to a queue).AdjustableLiveSpeakerDetection.lineConnected(Boolean lineConnected) Protocol line connect received (answered by a person, machine, busy, fax).AdjustableLiveSpeakerDetection.mode(AdjustableLiveSpeakerDetection.ModeEnum mode) Modes to tune between speed to live speaker detection vs accuracy.AdjustableLiveSpeakerDetection.preconnectDuration(String preconnectDuration) ISO 8601 formatted relative duration (e.g., PT30.8427419S for 30.8 seconds), calculated on line connect.AdjustableLiveSpeakerDetection.totalRingbacks(Integer totalRingbacks) Number of tone.ring.* analyzer events detected during the call (expected mostly during pre-connect but the last ringback tone detection could potentially complete after line connect, which will increment totalRingbacks still).Methods in com.mypurecloud.sdk.v2.model with parameters of type AdjustableLiveSpeakerDetectionModifier and TypeMethodDescriptionDispositionParameters.adjustableLiveSpeakerDetection(AdjustableLiveSpeakerDetection adjustableLiveSpeakerDetection) ALSD evaluation inputs and output (isPersonalLikely) of the ALSD detector the last time it ran on the call (could be multiple times)voidDispositionParameters.setAdjustableLiveSpeakerDetection(AdjustableLiveSpeakerDetection adjustableLiveSpeakerDetection)