Method: WhatsappSdk::Resource::ParameterObject#text

Defined in:
lib/whatsapp_sdk/resource/parameter_object.rb

#textObject

Returns Text string if the parameter object type is text. For the header component, the character limit is 60 characters. For the body component, the character limit is 1024 characters.



50
51
52
# File 'lib/whatsapp_sdk/resource/parameter_object.rb', line 50

def text
  @text
end