API reference

WitResponseLazyCreator Class

Constructors

WitResponseLazyCreator ( aNode )
Signature
Meta.WitAi.Json.WitResponseLazyCreator.WitResponseLazyCreator(WitResponseNode aNode)
Parameters
WitResponseLazyCreator ( aNode , aKey )
Signature
Meta.WitAi.Json.WitResponseLazyCreator.WitResponseLazyCreator(WitResponseNode aNode, string aKey)
Parameters
aKey: string

Properties

AsArray : override WitResponseArray
[Get]
Signature
override WitResponseArray Meta.WitAi.Json.WitResponseLazyCreator.AsArray
AsBool : override bool
[Get][Set]
Signature
override bool Meta.WitAi.Json.WitResponseLazyCreator.AsBool
AsDouble : override double
[Get][Set]
Signature
override double Meta.WitAi.Json.WitResponseLazyCreator.AsDouble
AsFloat : override float
[Get][Set]
Signature
override float Meta.WitAi.Json.WitResponseLazyCreator.AsFloat
AsInt : override int
[Get][Set]
Signature
override int Meta.WitAi.Json.WitResponseLazyCreator.AsInt
AsObject : override WitResponseClass
[Get]
Signature
override WitResponseClass Meta.WitAi.Json.WitResponseLazyCreator.AsObject
this[int aIndex] : override WitResponseNode
[Get][Set]
Signature
override WitResponseNode Meta.WitAi.Json.WitResponseLazyCreator.this[int aIndex]
this[string aKey] : override WitResponseNode
[Get][Set]
Signature
override WitResponseNode Meta.WitAi.Json.WitResponseLazyCreator.this[string aKey]

Methods

Add ( aItem )
Signature
override void Meta.WitAi.Json.WitResponseLazyCreator.Add(WitResponseNode aItem)
Parameters
Returns
override void
Add ( aKey , aItem )
Signature
override void Meta.WitAi.Json.WitResponseLazyCreator.Add(string aKey, WitResponseNode aItem)
Parameters
aKey: string
Returns
override void
Equals ( obj )
Signature
override bool Meta.WitAi.Json.WitResponseLazyCreator.Equals(object obj)
Parameters
obj: object
Returns
override bool
GetHashCode ()
Signature
override int Meta.WitAi.Json.WitResponseLazyCreator.GetHashCode()
Returns
override int
ToString ()
Signature
override string Meta.WitAi.Json.WitResponseLazyCreator.ToString()
Returns
override string
ToString ( aPrefix )
Signature
override string Meta.WitAi.Json.WitResponseLazyCreator.ToString(string aPrefix)
Parameters
aPrefix: string
Returns
override string

Static Methods

operator!= ( a , b )
Signature
static bool Meta.WitAi.Json.WitResponseLazyCreator.operator!=(WitResponseLazyCreator a, object b)
Parameters
a: WitResponseLazyCreator
b: object
Returns
bool
operator== ( a , b )
Signature
static bool Meta.WitAi.Json.WitResponseLazyCreator.operator==(WitResponseLazyCreator a, object b)
Parameters
a: WitResponseLazyCreator
b: object
Returns
bool