Class: Aws::Types::AssociateAgentCollaboratorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:collaboration_instruction])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_descriptorTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("TO_COLLABORATOR", "DISABLED")


250
251
252
# File 'sig/types.rbs', line 250

def relay_conversation_history
  @relay_conversation_history
end