Interface IUserMessagePayload

The payload the send in user message request.

interface IUserMessagePayload {
    content: string;
}

Properties

Properties

content: string

The message content