VSCode Extension
Introduction to VS Code extension for .fst writing.
The dialogue scenario of MMDAgent(-EX) is written in FST format, in .fst
file.
.fst
file is a text file that basically contains arc definitions each per line:
state to input output
where state
is a state number where the arc exists, to
is the target state number of the arc, input
is the input message to be matched, and output
is the message to be output when this transition occurs.
The initial state number is fixed to 0.
Introduction to VS Code extension for .fst writing.
Basic format of FST, common to all MMDAgent variants and versions.
Simpler FST writing from MMDAgent-EX 2.0 and later.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.