string | RequestId[Get] Unique request id used for request tracking internally & externally |
Dictionary< string, string > | QueryParams[Get] Additional request query parameters to be sent with the request |
InputType[Get] The input type to be used for VoiceServiceRequests | |
string | Text[Get] The text to be submitted for a text request |
float | AudioThreshold[Get] The threshold to be used for an audio request |
Setup with a specific guid | |
VoiceServiceRequestOptions ( params QueryParam [] newParams ) Setup with a randomly generated guid |
static Dictionary< string, string > | ConvertQueryParams ( QueryParam [] newParams ) Generates a dictionary of key/value strings from a query param array |
string Meta.WitAi.Requests.VoiceServiceRequestOptions.RequestId |
---|
Unique request id used for request tracking internally & externally |
Dictionary<string, string> Meta.WitAi.Requests.VoiceServiceRequestOptions.QueryParams |
---|
Additional request query parameters to be sent with the request |
NLPRequestInputType Meta.WitAi.Requests.VoiceServiceRequestOptions.InputType |
---|
The input type to be used for VoiceServiceRequests |
string Meta.WitAi.Requests.VoiceServiceRequestOptions.Text |
---|
The text to be submitted for a text request |
float Meta.WitAi.Requests.VoiceServiceRequestOptions.AudioThreshold |
---|
The threshold to be used for an audio request |
Meta.WitAi.Requests.VoiceServiceRequestOptions.VoiceServiceRequestOptions ( string newRequestId, params QueryParam [] newParams ) |
---|
Setup with a specific guid |
Meta.WitAi.Requests.VoiceServiceRequestOptions.VoiceServiceRequestOptions ( params QueryParam [] newParams ) |
---|
Setup with a randomly generated guid |
static Dictionary<string, string> Meta.WitAi.Requests.VoiceServiceRequestOptions.ConvertQueryParams ( QueryParam [] newParams ) |
---|
Generates a dictionary of key/value strings from a query param array |