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

WitConfiguration Class

Properties

The request connection type to be used by all requests made with this configuration.
The request timeout in ms to be used by all requests made with this configuration.
int timeoutMS[Get]
Safe access of local path
IWitWebSocketClient WebSocketClient[Get]

Fields

Configuration parameters to set up a custom endpoint for testing purposes and request forwarding. The default values here will work for most.
True if this configuration should not show up in the demo list
Controls when intent attributes are used.
Intent attributes (ex: [MatchIntent('change-color')] void ChangeColor(string color) are useful for quickly addressing voice commands in code, but they come at the cost of reflection. If you don't need these or don't want to pay the reflection cost it is recommended you turn these off. These include conduit as the resolution path of these intents.
When set to true, will use Conduit to dispatch voice commands.
The assemblies that we want to exclude from Conduit.
bool relaxedResolution[Get]

Member Functions

Reset all data
Refreshes the individual data components of the configuration.
string GetLoggerAppId ( )
Returns unique configuration guid
Returns unique application id
Returns application info
Returns all the configuration data for this app.
Get a specific configuration data for this configuration
Return endpoint override
Returns client access token
Editor only setter
Did you find this page helpful?
Thumbs up icon
Thumbs down icon