makeAIInterpreterCall

public final Single<BLAICall> makeAIInterpreterCall(CallRequest callRequest)

Used to make/place an AI Interpreter call in Boostlingo. The call uses the Twilio Voice audio path; the remote interlocutor is the Boostlingo AI Interpreter. The returned BLAICall exposes the AI-specific controls on top of the standard BLVoiceCall surface. The AI flag is set internally; callers do not need to mutate the request themselves.

Parameters

callRequest

Call request model.