Class: HighLevel::Models::VoiceAi::AppointmentBookingActionParameters

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/voice_ai/appointment_booking_action_parameters.rb

Instance Attribute Summary collapse

Instance Attribute Details

#calendar_idObject (readonly)

Returns the value of attribute calendar_id

Returns:

  • (Object)

    the current value of calendar_id



9
10
11
# File 'lib/high_level/models/voice_ai/appointment_booking_action_parameters.rb', line 9

def calendar_id
  @calendar_id
end

#days_of_offering_datesObject (readonly)

Returns the value of attribute days_of_offering_dates

Returns:

  • (Object)

    the current value of days_of_offering_dates



9
10
11
# File 'lib/high_level/models/voice_ai/appointment_booking_action_parameters.rb', line 9

def days_of_offering_dates
  @days_of_offering_dates
end

#hours_between_slotsObject (readonly)

Returns the value of attribute hours_between_slots

Returns:

  • (Object)

    the current value of hours_between_slots



9
10
11
# File 'lib/high_level/models/voice_ai/appointment_booking_action_parameters.rb', line 9

def hours_between_slots
  @hours_between_slots
end

#slots_per_dayObject (readonly)

Returns the value of attribute slots_per_day

Returns:

  • (Object)

    the current value of slots_per_day



9
10
11
# File 'lib/high_level/models/voice_ai/appointment_booking_action_parameters.rb', line 9

def slots_per_day
  @slots_per_day
end