接口 RawMessageScore实验性

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

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

属性

name?: string

Name of the score value to match.

objective?: string

Name of the score value to match.