Provides a description of a score token to use within a raw message.

interface RawMessageScore {
    name?: string;
    objective?: string;
}

Properties

Properties

name?: string

Name of the score value to match.

objective?: string

Name of the score value to match.