Class GetVocabularyRequest
Inheritance
GetVocabularyRequest
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public sealed class GetVocabularyRequest : VocabularyRequest<GetVocabularyRequest>
Constructors
|
Edit this page
View Source
GetVocabularyRequest(Api, string)
Declaration
public GetVocabularyRequest(Api api, string vocabularyName)
Parameters
| Type |
Name |
Description |
| Api |
api |
|
| string |
vocabularyName |
|
Properties
|
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
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
Extension Methods