Class: Pinnacle::Types::MessageEventRcsButtonData

Inherits:
Internal::Types::Model show all
Defined in:
lib/pinnacle/types/message_event_rcs_button_data.rb

Overview

Button click event data received when a user clicks on an RCS button or quick reply (excluding requestUserLocation buttons).

This event contains information about which button was clicked, how many times it’s been clicked, and any payload or metadata attached to the button. Use this data to handle user interactions with your RCS messages.

Method Summary

Methods inherited from Internal::Types::Model

#==, ===, add_extra_field_definition, coerce, extra_fields, field, fields, #initialize, #inspect, literal, load, #to_h

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load

Constructor Details

This class inherits a constructor from Pinnacle::Internal::Types::Model