Class: HighLevel::Models::AgentStudio::ExecutePublicAgentResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AgentStudio::ExecutePublicAgentResponseDTO
- Defined in:
- lib/high_level/models/agent_studio/execute_public_agent_response_dto.rb
Instance Attribute Summary collapse
-
#attachments ⇒ Object
readonly
Returns the value of attribute attachments.
-
#execution_id ⇒ Object
readonly
Returns the value of attribute execution_id.
-
#execution_status ⇒ Object
readonly
Returns the value of attribute execution_status.
-
#flow_switch ⇒ Object
readonly
Returns the value of attribute flow_switch.
-
#generative_outputs ⇒ Object
readonly
Returns the value of attribute generative_outputs.
-
#goal_completion ⇒ Object
readonly
Returns the value of attribute goal_completion.
-
#interaction_id ⇒ Object
readonly
Returns the value of attribute interaction_id.
-
#next_expected_input ⇒ Object
readonly
Returns the value of attribute next_expected_input.
-
#response ⇒ Object
readonly
Returns the value of attribute response.
-
#success ⇒ Object
readonly
Returns the value of attribute success.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
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_response_dto.rb', line 9 def @attachments 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_response_dto.rb', line 9 def execution_id @execution_id end |
#execution_status ⇒ Object (readonly)
Returns the value of attribute 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_switch ⇒ Object (readonly)
Returns the value of attribute 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_outputs ⇒ Object (readonly)
Returns the value of attribute 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_completion ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute 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_input ⇒ Object (readonly)
Returns the value of attribute 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 |
#response ⇒ Object (readonly)
Returns the value of attribute response
9 10 11 |
# File 'lib/high_level/models/agent_studio/execute_public_agent_response_dto.rb', line 9 def response @response end |
#success ⇒ Object (readonly)
Returns the value of attribute success
9 10 11 |
# File 'lib/high_level/models/agent_studio/execute_public_agent_response_dto.rb', line 9 def success @success end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/agent_studio/execute_public_agent_response_dto.rb', line 9 def type @type end |