API reference
API reference
Select your platform
No SDKs available
No versions available

StringToStringEvent Class

Extends MonoBehaviour

Fields

onStringEvent : StringEvent
Signature
StringEvent Meta.WitAi.Utilities.StringToStringEvent.onStringEvent

Methods

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