Class MubertRequest<T>
Inheritance
object
RequestBody
MubertRequest<T>
Namespace: Glitch9.AIDevKit.Mubert
Assembly: .dll
Syntax
public abstract class MubertRequest<T> : RequestBody
Type Parameters
Name | Description |
---|---|
T |
Properties
Method
Required. The name of the method to call.
Declaration
public abstract MubertMethod Method { get; }
Property Value
Type | Description |
---|---|
MubertMethod |
Params
Required. The parameters for the method.
Declaration
public T Params { get; set; }
Property Value
Type | Description |
---|---|
T |