• Gets serial operations to insert SpeakOptions

    Parameters

    Returns Promise<SerialOperation[]>

    Example

    const serialOperations = await getSpeakOptionsInsertSerialOperations({
    deep,
    speakOptions: {
    value: "Hello world",
    language: "en"
    }
    });
    await deep.serial({
    operations: serialOperations
    })