Class: HighLevel::Models::ConversationAi::FollowupSequence
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::ConversationAi::FollowupSequence
- Defined in:
- lib/high_level/models/conversation_ai/followup_sequence.rb
Instance Attribute Summary collapse
-
#ai_enabled_message ⇒ Object
readonly
Returns the value of attribute ai_enabled_message.
-
#contact_requested ⇒ Object
readonly
Returns the value of attribute contact_requested.
-
#custom_message ⇒ Object
readonly
Returns the value of attribute custom_message.
-
#followup_time ⇒ Object
readonly
Returns the value of attribute followup_time.
-
#followup_time_unit ⇒ Object
readonly
Returns the value of attribute followup_time_unit.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#trigger_workflow ⇒ Object
readonly
Returns the value of attribute trigger_workflow.
-
#workflow_id ⇒ Object
readonly
Returns the value of attribute workflow_id.
Instance Attribute Details
#ai_enabled_message ⇒ Object (readonly)
Returns the value of attribute ai_enabled_message
9 10 11 |
# File 'lib/high_level/models/conversation_ai/followup_sequence.rb', line 9 def @ai_enabled_message end |
#contact_requested ⇒ Object (readonly)
Returns the value of attribute contact_requested
9 10 11 |
# File 'lib/high_level/models/conversation_ai/followup_sequence.rb', line 9 def contact_requested @contact_requested end |
#custom_message ⇒ Object (readonly)
Returns the value of attribute custom_message
9 10 11 |
# File 'lib/high_level/models/conversation_ai/followup_sequence.rb', line 9 def @custom_message end |
#followup_time ⇒ Object (readonly)
Returns the value of attribute 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_unit ⇒ Object (readonly)
Returns the value of attribute 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 |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/conversation_ai/followup_sequence.rb', line 9 def id @id end |
#trigger_workflow ⇒ Object (readonly)
Returns the value of attribute trigger_workflow
9 10 11 |
# File 'lib/high_level/models/conversation_ai/followup_sequence.rb', line 9 def trigger_workflow @trigger_workflow end |
#workflow_id ⇒ Object (readonly)
Returns the value of attribute workflow_id
9 10 11 |
# File 'lib/high_level/models/conversation_ai/followup_sequence.rb', line 9 def workflow_id @workflow_id end |