Interface MessageAnAgentNodeParameters

Source
interface MessageAnAgentNodeParameters {
    advanced?: { sessionId?: string };
    agentId?: { mode: "id" | "list"; value: string };
    message?: string;
}

Properties§

§readonly advanced?: { ... }

Default: {}

§readonly agentId?: { ... }

The agent to send the message to Default: {"mode":"list","value":""}

§readonly message?: string

The message to send to the agent Type options: {"rows":4}