Class: Aws::Types::CollaboratorConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CollaboratorConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_alias_arn ⇒ ::String
Returns the value of attribute agent_alias_arn.
-
#collaborator_instruction ⇒ ::String
Returns the value of attribute collaborator_instruction.
-
#collaborator_name ⇒ ::String
Returns the value of attribute collaborator_name.
-
#relay_conversation_history ⇒ "TO_COLLABORATOR", "DISABLED"
Returns the value of attribute relay_conversation_history.
Instance Attribute Details
#agent_alias_arn ⇒ ::String
Returns the value of attribute agent_alias_arn.
482 483 484 |
# File 'sig/types.rbs', line 482 def agent_alias_arn @agent_alias_arn end |
#collaborator_instruction ⇒ ::String
Returns the value of attribute collaborator_instruction.
483 484 485 |
# File 'sig/types.rbs', line 483 def collaborator_instruction @collaborator_instruction end |
#collaborator_name ⇒ ::String
Returns the value of attribute collaborator_name.
484 485 486 |
# File 'sig/types.rbs', line 484 def collaborator_name @collaborator_name end |
#relay_conversation_history ⇒ "TO_COLLABORATOR", "DISABLED"
Returns the value of attribute relay_conversation_history.
485 486 487 |
# File 'sig/types.rbs', line 485 def relay_conversation_history @relay_conversation_history end |