()
| 16 | private orgId: number; |
| 17 | |
| 18 | constructor() { |
| 19 | this.matchConvId = null; |
| 20 | this.messages = []; |
| 21 | this.analyticsMessages = null; |
| 22 | this.orgId = -1; |
| 23 | } |
| 24 | |
| 25 | async initialize( |
| 26 | userMessage: string, |
nothing calls this directly
no outgoing calls
no test coverage detected