Class: Vapi::KeypadInputPlanDelimiters

Inherits:
Object
  • Object
show all
Defined in:
lib/vapi_server_sdk/types/keypad_input_plan_delimiters.rb

Overview

This is the delimiter(s) that will be used to process the input.

Can be '#', '*', or an empty array.

Constant Summary collapse

HASH =
"#"
ASTERISK =
"*"
EMPTY =
""