()
| 556 | } |
| 557 | |
| 558 | getEvent() { |
| 559 | this.response_object.sequenceId = this.sequence_id; |
| 560 | this.response_object.data.body = btoa(this.response_body); |
| 561 | var updated_data = JSON.stringify(this.response_object); |
| 562 | return cloneEvent(this.event, updated_data); |
| 563 | } |
| 564 | |
| 565 | clone() { |
| 566 | var copy = new ChatEvent(this.payload, this.event); |
no test coverage detected