Class: HighLevel::Models::AgentStudio::ExecutePublicAgentDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AgentStudio::ExecutePublicAgentDTO
- Defined in:
- lib/high_level/models/agent_studio/execute_public_agent_dto.rb
Instance Attribute Summary collapse
-
#attachments ⇒ Object
readonly
Returns the value of attribute attachments.
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#execution_id ⇒ Object
readonly
Returns the value of attribute execution_id.
-
#input_variables ⇒ Object
readonly
Returns the value of attribute input_variables.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#version_id ⇒ Object
readonly
Returns the value of attribute version_id.
Instance Attribute Details
#attachments ⇒ Object (readonly)
Returns the value of attribute attachments
9 10 11 |
# File 'lib/high_level/models/agent_studio/execute_public_agent_dto.rb', line 9 def @attachments end |
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/agent_studio/execute_public_agent_dto.rb', line 9 def contact_id @contact_id end |
#execution_id ⇒ Object (readonly)
Returns the value of attribute execution_id
9 10 11 |
# File 'lib/high_level/models/agent_studio/execute_public_agent_dto.rb', line 9 def execution_id @execution_id end |
#input_variables ⇒ Object (readonly)
Returns the value of attribute input_variables
9 10 11 |
# File 'lib/high_level/models/agent_studio/execute_public_agent_dto.rb', line 9 def input_variables @input_variables end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/agent_studio/execute_public_agent_dto.rb', line 9 def location_id @location_id end |
#message ⇒ Object (readonly)
Returns the value of attribute message
9 10 11 |
# File 'lib/high_level/models/agent_studio/execute_public_agent_dto.rb', line 9 def @message end |
#version_id ⇒ Object (readonly)
Returns the value of attribute version_id
9 10 11 |
# File 'lib/high_level/models/agent_studio/execute_public_agent_dto.rb', line 9 def version_id @version_id end |