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 |
WitRequestOptions ( params QueryParam [] newParams ) Setup with a randomly generated guid | |
Setup with a specific guid | |
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 |
Meta.WitAi.Configuration.WitRequestOptions.WitRequestOptions ( params QueryParam [] newParams ) |
---|
Setup with a randomly generated guid |
Meta.WitAi.Configuration.WitRequestOptions.WitRequestOptions ( string newRequestId, params QueryParam [] newParams ) |
---|
Setup with a specific guid |
string Meta.WitAi.Configuration.WitRequestOptions.ToJsonString ( ) |
---|
No description available.
|