API reference

WitVersionTagInfo Struct

Constructors

WitVersionTagInfo ( name , createdAt , updatedAt , description )
Signature
Meta.WitAi.Data.Info.WitVersionTagInfo.WitVersionTagInfo(string name, string createdAt, string updatedAt, string description)
Parameters
name: string
createdAt: string
updatedAt: string
description: string

Fields

created_at : string
Date and time of the tag creation (ISO8601).
Signature
string Meta.WitAi.Data.Info.WitVersionTagInfo.created_at
desc : string
Short sentence describing the version.
Signature
string Meta.WitAi.Data.Info.WitVersionTagInfo.desc
name : string
The assigned name of this version tag
Signature
string Meta.WitAi.Data.Info.WitVersionTagInfo.name
updated_at : string
Date and time of the last update (move, rename or update description) (ISO8601).
Signature
string Meta.WitAi.Data.Info.WitVersionTagInfo.updated_at