dynamicEntities[Get] An interface that provides a list of entities that should be used for nlu resolution. | |
int | nBestIntents[Get] The maximum number of intent matches to return |
string | tag[Get] The tag for snapshot |
string | requestID[Get] Formerly used for request id |
Action< WitRequest > | onResponse[Get] Callback for completion |
string | ToJsonString ( ) |
| IDynamicEntitiesProvider Meta.WitAi.Configuration.WitRequestOptions.dynamicEntities |
|---|
An interface that provides a list of entities that should be used for nlu resolution. |
| int Meta.WitAi.Configuration.WitRequestOptions.nBestIntents |
|---|
The maximum number of intent matches to return |
| string Meta.WitAi.Configuration.WitRequestOptions.tag |
|---|
The tag for snapshot |
| string Meta.WitAi.Configuration.WitRequestOptions.requestID |
|---|
Formerly used for request id |
| Action<WitRequest> Meta.WitAi.Configuration.WitRequestOptions.onResponse |
|---|
Callback for completion |
| string Meta.WitAi.Configuration.WitRequestOptions.ToJsonString ( ) |
|---|
No description available.
|