Class VocabularyRequest
Inheritance
VocabularyRequest
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class VocabularyRequest
Constructors
|
Edit this page
View Source
VocabularyRequest()
Declaration
public VocabularyRequest()
|
Edit this page
View Source
VocabularyRequest(string)
Declaration
public VocabularyRequest(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
|
Properties
|
Edit this page
View Source
VocabularyName
Vocabulary name (required, case-sensitive).
Declaration
public string VocabularyName { get; set; }
Property Value
Extension Methods