Class ResponseEventParser
Inheritance
ResponseEventParser
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class ResponseEventParser : TextStreamParser<ResponseEventBase>, IStreamStage<string, ResponseEventBase>
Constructors
|
Edit this page
View Source
ResponseEventParser(JsonSerializerSettings)
Declaration
public ResponseEventParser(JsonSerializerSettings jss)
Parameters
| Type |
Name |
Description |
| JsonSerializerSettings |
jss |
|
Methods
|
Edit this page
View Source
Process(DeltaToken<string>)
Declaration
public override IEnumerable<DeltaToken<ResponseEventBase>> Process(DeltaToken<string> input)
Parameters
Returns
Overrides
Implements
Extension Methods