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