• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/voximplant/speechrate.php
  • Класс: Bitrix\Sender\Integration\VoxImplant\SpeechRate
  • Вызов: SpeechRate::withSpeed
public function withSpeed($speedId = null)
{
	$this->speedId = $speedId;
	return $this;
}