Embedded analytics SDK API
    Preparing search index...

    Type Alias MetabotAgentTextMessage

    type MetabotAgentTextMessage = {
        id: string;
        message: string;
        role: "agent";
        type: "text";
    }
    Index

    Properties

    Properties

    id: string
    message: string
    role: "agent"
    type: "text"