• Sends an intent as a fire-and-forget event. If there are subscribers for the intent type, the event is published; otherwise, a log message is emitted.

    Parameters

    • intent: Intent<Record<string, any>>

      The intent to send.

    Returns void

    Example

    sendIntent({
    type: "studio.start.vm",
    options: { imageId: id },
    });