Class LexiconDescription
Inheritance
LexiconDescription
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class LexiconDescription : IData, IHasId<string>, IHasName
Properties
|
Edit this page
View Source
Attributes
Declaration
[JsonProperty("Attributes")]
public LexiconAttributes Attributes { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonIgnore]
public string Id { get; }
Property Value
|
Edit this page
View Source
Name
Gets the name of this object.
Declaration
[JsonProperty("Name")]
public string Name { get; set; }
Property Value
Implements
Extension Methods