Class DeleteVocabularyRequest
Inheritance
DeleteVocabularyRequest
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public sealed class DeleteVocabularyRequest : AwsDeleteRequestBase<DeleteVocabularyRequest>
Constructors
| Edit this page View SourceDeleteVocabularyRequest(Api, string)
Declaration
public DeleteVocabularyRequest(Api api, string vocabularyName)
Parameters
| Type | Name | Description |
|---|---|---|
| Api | api | |
| string | vocabularyName |
Properties
| Edit this page View SourceRequestType
The endpoint type for this
Declaration
public override RequestType RequestType { get; }
Property Value
| Type | Description |
|---|---|
| RequestType |
Overrides
Methods
| Edit this page View SourceExecuteAsyncInternal()
Executes the actual task logic. Must be implemented in derived classes.
Declaration
protected override UniTask<bool> ExecuteAsyncInternal()
Returns
| Type | Description |
|---|---|
| UniTask<bool> |
Overrides
UnifiedApiRequestBase<DeleteVocabularyRequest, bool, IProviderRequestOptions>.ExecuteAsyncInternal()