void | Trigger an onStringEvent with a provided format. |
void | FormatString ( string value ) Trigger an onStringEvent with the built in format value |
StringEvent Meta.WitAi.Utilities.StringToStringEvent.onStringEvent |
---|
No description available.
|
void Meta.WitAi.Utilities.StringToStringEvent.FormatString ( string format, string value ) |
---|
Trigger an onStringEvent with a provided format. Parameters format The string format to use in the event valueThe value that will get populated in {0} in the format string. |
void Meta.WitAi.Utilities.StringToStringEvent.FormatString ( string value ) |
---|
Trigger an onStringEvent with the built in format value Parameters value The text to insert into {0} in the format value. |