Class: Aws::Types::AgentTurnResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actual_agent_prompt ⇒ ::String

Returns the value of attribute actual_agent_prompt.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def actual_agent_prompt
  @actual_agent_prompt
end

#actual_elicited_slot ⇒ ::String

Returns the value of attribute actual_elicited_slot.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def actual_elicited_slot
  @actual_elicited_slot
end

#actual_intent ⇒ ::String

Returns the value of attribute actual_intent.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def actual_intent
  @actual_intent
end

#error_details ⇒ Types::ExecutionErrorDetails

Returns the value of attribute error_details.



24
25
26
# File 'sig/types.rbs', line 24

def error_details
  @error_details
end

#expected_agent_prompt ⇒ ::String

Returns the value of attribute expected_agent_prompt.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def expected_agent_prompt
  @expected_agent_prompt
end