Provides a description of a score token to use within a raw message.
export interface RawMessageScore { name?: string; objective?: string;} Copy
export interface RawMessageScore { name?: string; objective?: string;}
Optional
Name of the score value to match.
Provides a description of a score token to use within a raw message.
Source