AIRI Server API - v0.10.2
    Preparing search index...

    Interface WebSocketEventInputTextBase

    interface WebSocketEventInputTextBase {
        text: string;
        textRaw?: string;
        overrides?: InputMessageOverrides;
        contextUpdates?: InputContextUpdate[];
    }
    Index

    Properties

    text: string
    textRaw?: string
    contextUpdates?: InputContextUpdate[]