Class: HighLevel::Models::AgentStudio::ExecutePublicAgentResponseDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/agent_studio/execute_public_agent_response_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_response_dto.rb', line 9

def attachments
  @attachments
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_response_dto.rb', line 9

def execution_id
  @execution_id
end

#execution_statusObject (readonly)

Returns the value of attribute execution_status

Returns:

  • (Object)

    the current value of execution_status



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

def execution_status
  @execution_status
end

#flow_switchObject (readonly)

Returns the value of attribute flow_switch

Returns:

  • (Object)

    the current value of flow_switch



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

def flow_switch
  @flow_switch
end

#generative_outputsObject (readonly)

Returns the value of attribute generative_outputs

Returns:

  • (Object)

    the current value of generative_outputs



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

def generative_outputs
  @generative_outputs
end

#goal_completionObject (readonly)

Returns the value of attribute goal_completion

Returns:

  • (Object)

    the current value of goal_completion



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

def goal_completion
  @goal_completion
end

#interaction_idObject (readonly)

Returns the value of attribute interaction_id

Returns:

  • (Object)

    the current value of interaction_id



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

def interaction_id
  @interaction_id
end

#next_expected_inputObject (readonly)

Returns the value of attribute next_expected_input

Returns:

  • (Object)

    the current value of next_expected_input



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

def next_expected_input
  @next_expected_input
end

#responseObject (readonly)

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



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

def response
  @response
end

#successObject (readonly)

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



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

def success
  @success
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end