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

StringToStringEvent Class

Meta::WitAi::Utilities::StringToStringEvent extends MonoBehaviour.

Overview

Data Fields

Public Member Functions

void
FormatString
( string format,
string value )
Trigger an onStringEvent with a provided format.
void
FormatString
( string value )
Trigger an onStringEvent with the built in format value

Details

Fields

StringEvent Meta.WitAi.Utilities.StringToStringEvent.onStringEvent
No description available.

Member Functions

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
value
The 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.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon