Class: HighLevel::Models::AgentStudio::ExecutePublicAgentDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/agent_studio/execute_public_agent_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsObject (readonly)

Returns the value of attribute attachments

Returns:

  • (Object)

    the current value of attachments



9
10
11
# File 'lib/high_level/models/agent_studio/execute_public_agent_dto.rb', line 9

def attachments
  @attachments
end

#contact_idObject (readonly)

Returns the value of attribute contact_id

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute execution_id

Returns:

  • (Object)

    the current value of 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_variablesObject (readonly)

Returns the value of attribute input_variables

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of 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

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



9
10
11
# File 'lib/high_level/models/agent_studio/execute_public_agent_dto.rb', line 9

def message
  @message
end

#version_idObject (readonly)

Returns the value of attribute version_id

Returns:

  • (Object)

    the current value of 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