Class: HighLevel::Models::ConversationAi::FollowupSequence

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/conversation_ai/followup_sequence.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ai_enabled_messageObject (readonly)

Returns the value of attribute ai_enabled_message

Returns:

  • (Object)

    the current value of ai_enabled_message



9
10
11
# File 'lib/high_level/models/conversation_ai/followup_sequence.rb', line 9

def ai_enabled_message
  @ai_enabled_message
end

#contact_requestedObject (readonly)

Returns the value of attribute contact_requested

Returns:

  • (Object)

    the current value of contact_requested



9
10
11
# File 'lib/high_level/models/conversation_ai/followup_sequence.rb', line 9

def contact_requested
  @contact_requested
end

#custom_messageObject (readonly)

Returns the value of attribute custom_message

Returns:

  • (Object)

    the current value of custom_message



9
10
11
# File 'lib/high_level/models/conversation_ai/followup_sequence.rb', line 9

def custom_message
  @custom_message
end

#followup_timeObject (readonly)

Returns the value of attribute followup_time

Returns:

  • (Object)

    the current value of followup_time



9
10
11
# File 'lib/high_level/models/conversation_ai/followup_sequence.rb', line 9

def followup_time
  @followup_time
end

#followup_time_unitObject (readonly)

Returns the value of attribute followup_time_unit

Returns:

  • (Object)

    the current value of followup_time_unit



9
10
11
# File 'lib/high_level/models/conversation_ai/followup_sequence.rb', line 9

def followup_time_unit
  @followup_time_unit
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/conversation_ai/followup_sequence.rb', line 9

def id
  @id
end

#trigger_workflowObject (readonly)

Returns the value of attribute trigger_workflow

Returns:

  • (Object)

    the current value of trigger_workflow



9
10
11
# File 'lib/high_level/models/conversation_ai/followup_sequence.rb', line 9

def trigger_workflow
  @trigger_workflow
end

#workflow_idObject (readonly)

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



9
10
11
# File 'lib/high_level/models/conversation_ai/followup_sequence.rb', line 9

def workflow_id
  @workflow_id
end