Class DeleteLexiconRequest
Inheritance
DeleteLexiconRequest
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public sealed class DeleteLexiconRequest : LexiconRequest<DeleteLexiconRequest, bool>
Constructors
|
Edit this page
View Source
DeleteLexiconRequest(Api, string)
Declaration
public DeleteLexiconRequest(Api api, string lexiconName)
Parameters
| Type |
Name |
Description |
| Api |
api |
|
| string |
lexiconName |
|
Properties
|
Edit this page
View Source
LexiconName
Declaration
public string LexiconName { get; }
Property Value
|
Edit this page
View Source
RequestType
The endpoint type for this
Declaration
public override RequestType RequestType { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
ExecuteAsyncInternal()
Executes the actual task logic. Must be implemented in derived classes.
Declaration
protected override UniTask<bool> ExecuteAsyncInternal()
Returns
| Type |
Description |
| UniTask<bool> |
|
Overrides
Extension Methods