Package 

Interface GaNotificationClient.GaNotificationApi

    • Method Summary

      Modifier and Type Method Description
      abstract Call<ResponseBody> push(@Body() GAPushNotification notification)
      • Methods inherited from class ai.tock.bot.connector.ga.GaNotificationClient.GaNotificationApi

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • push

        @POST(value = "./conversations:send") abstract Call<ResponseBody> push(@Body() GAPushNotification notification)