Class CreateVocabularyRequest
Inheritance
CreateVocabularyRequest
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public sealed class CreateVocabularyRequest : VocabularyRequest<CreateVocabularyRequest>
Constructors
|
Edit this page
View Source
CreateVocabularyRequest(Api, string, string)
Declaration
public CreateVocabularyRequest(Api api, string vocabularyName, string languageCode)
Parameters
Properties
|
Edit this page
View Source
DataAccessRoleArn
Declaration
public string DataAccessRoleArn { get; set; }
Property Value
|
Edit this page
View Source
LanguageCode
Declaration
public string LanguageCode { get; }
Property Value
|
Edit this page
View Source
Phrases
Declaration
public string[] Phrases { get; set; }
Property Value
|
Edit this page
View Source
RequestType
The endpoint type for this
Declaration
public override RequestType RequestType { get; }
Property Value
Overrides
|
Edit this page
View Source
Declaration
public Tag[] Tags { get; set; }
Property Value
|
Edit this page
View Source
VocabularyFileUri
Declaration
public string VocabularyFileUri { get; set; }
Property Value
|
Edit this page
View Source
VocabularyName
Declaration
public string VocabularyName { get; }
Property Value
Methods
|
Edit this page
View Source
ExecuteAsyncInternal()
Executes the actual task logic. Must be implemented in derived classes.
Declaration
protected override UniTask<VocabularyFileUri> ExecuteAsyncInternal()
Returns
Overrides
|
Edit this page
View Source
SetDataAccessRoleArn(string)
Declaration
public CreateVocabularyRequest SetDataAccessRoleArn(string roleArn)
Parameters
| Type |
Name |
Description |
| string |
roleArn |
|
Returns
|
Edit this page
View Source
SetPhrases(params string[])
Declaration
public CreateVocabularyRequest SetPhrases(params string[] phrases)
Parameters
| Type |
Name |
Description |
| string[] |
phrases |
|
Returns
|
Edit this page
View Source
Declaration
public CreateVocabularyRequest SetTags(params Tag[] tags)
Parameters
| Type |
Name |
Description |
| Tag[] |
tags |
|
Returns
|
Edit this page
View Source
SetVocabularyFileUri(string)
Declaration
public CreateVocabularyRequest SetVocabularyFileUri(string fileUri)
Parameters
| Type |
Name |
Description |
| string |
fileUri |
|
Returns
Extension Methods