InteractionResponse.pong constructor

InteractionResponse.pong()

Convenience constructor to create a pong resopnse

Implementation

InteractionResponse.pong()
    : type = InteractionCallbackType.pong,
      data = null;