Class UpdateVocabularyRequest
Inheritance
UpdateVocabularyRequest
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public sealed class UpdateVocabularyRequest : VocabularyRequest<UpdateVocabularyRequest>
Constructors
|
Edit this page
View Source
UpdateVocabularyRequest(Api, string, string)
Declaration
public UpdateVocabularyRequest(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
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 UpdateVocabularyRequest SetDataAccessRoleArn(string roleArn)
Parameters
| Type |
Name |
Description |
| string |
roleArn |
|
Returns
|
Edit this page
View Source
SetPhrases(params string[])
Declaration
public UpdateVocabularyRequest SetPhrases(params string[] phrases)
Parameters
| Type |
Name |
Description |
| string[] |
phrases |
|
Returns
|
Edit this page
View Source
SetVocabularyFileUri(string)
Declaration
public UpdateVocabularyRequest SetVocabularyFileUri(string fileUri)
Parameters
| Type |
Name |
Description |
| string |
fileUri |
|
Returns
Extension Methods