Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 348 Bytes

PinDialinInnerIvrGreeting.md

File metadata and controls

18 lines (12 loc) · 348 Bytes

Daily::PinDialinInnerIvrGreeting

Properties

Name Type Description Notes
message String message to "Say" when user call the phone_number. [optional]

Example

require 'daily-ruby'

instance = Daily::PinDialinInnerIvrGreeting.new(
  message: null
)