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

ConduitParameterValue Struct

Represents incoming request parameters from Wit.Ai.

Overview

Data Fields

readonly object
Value[Get]
The value of the parameter.
Type
The type of the parameter. If a type was not resolved to an existing type, this will be string by default.

Public Member Functions

ConduitParameterValue
( object value )
ConduitParameterValue
( object value,
Type dataType )

Details

Fields

readonly object Meta.Conduit.ConduitParameterValue.Value
The value of the parameter.
Type Meta.Conduit.ConduitParameterValue.DataType
The type of the parameter. If a type was not resolved to an existing type, this will be string by default.

Member Functions

Meta.Conduit.ConduitParameterValue.ConduitParameterValue
( object value )
No description available.
Meta.Conduit.ConduitParameterValue.ConduitParameterValue
( object value,
Type dataType )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon