Class: Aws::Types::AssociateAgentCollaboratorRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateAgentCollaboratorRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#collaboration_instruction ⇒ ::String
Returns the value of attribute collaboration_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_descriptor ⇒ Types::AgentDescriptor
Returns the value of attribute agent_descriptor.
247 248 249 |
# File 'sig/types.rbs', line 247 def agent_descriptor @agent_descriptor end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
245 246 247 |
# File 'sig/types.rbs', line 245 def agent_id @agent_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
246 247 248 |
# File 'sig/types.rbs', line 246 def agent_version @agent_version end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
251 252 253 |
# File 'sig/types.rbs', line 251 def client_token @client_token end |
#collaboration_instruction ⇒ ::String
Returns the value of attribute collaboration_instruction.
249 250 251 |
# File 'sig/types.rbs', line 249 def collaboration_instruction @collaboration_instruction end |
#collaborator_name ⇒ ::String
Returns the value of attribute collaborator_name.
248 249 250 |
# File 'sig/types.rbs', line 248 def collaborator_name @collaborator_name end |
#relay_conversation_history ⇒ "TO_COLLABORATOR", "DISABLED"
Returns the value of attribute relay_conversation_history.
250 251 252 |
# File 'sig/types.rbs', line 250 def relay_conversation_history @relay_conversation_history end |