Class: Aws::Types::UpdateAgentCollaboratorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentCollaboratorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_descriptor ⇒ Types::AgentDescriptor
Returns the value of attribute agent_descriptor.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#collaboration_instruction ⇒ ::String
Returns the value of attribute collaboration_instruction.
-
#collaborator_id ⇒ ::String
Returns the value of attribute collaborator_id.
-
#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_descriptor ⇒ Types::AgentDescriptor
Returns the value of attribute agent_descriptor.
2913 2914 2915 |
# File 'sig/types.rbs', line 2913 def agent_descriptor @agent_descriptor end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
2910 2911 2912 |
# File 'sig/types.rbs', line 2910 def agent_id @agent_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
2911 2912 2913 |
# File 'sig/types.rbs', line 2911 def agent_version @agent_version end |
#collaboration_instruction ⇒ ::String
Returns the value of attribute collaboration_instruction.
2915 2916 2917 |
# File 'sig/types.rbs', line 2915 def collaboration_instruction @collaboration_instruction end |
#collaborator_id ⇒ ::String
Returns the value of attribute collaborator_id.
2912 2913 2914 |
# File 'sig/types.rbs', line 2912 def collaborator_id @collaborator_id end |
#collaborator_name ⇒ ::String
Returns the value of attribute collaborator_name.
2914 2915 2916 |
# File 'sig/types.rbs', line 2914 def collaborator_name @collaborator_name end |
#relay_conversation_history ⇒ "TO_COLLABORATOR", "DISABLED"
Returns the value of attribute relay_conversation_history.
2916 2917 2918 |
# File 'sig/types.rbs', line 2916 def relay_conversation_history @relay_conversation_history end |