Class: Aws::Types::UpdateProfileWithAgentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_id::String

Returns the value of attribute conversation_id.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def conversation_id
  @conversation_id
end

#input_messageTypes::AgentInputMessage

Returns the value of attribute input_message.



710
711
712
# File 'sig/types.rbs', line 710

def input_message
  @input_message
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def profile_id
  @profile_id
end

#source_format"CCDA", "CSV"

Returns the value of attribute source_format.

Returns:

  • ("CCDA", "CSV")


709
710
711
# File 'sig/types.rbs', line 709

def source_format
  @source_format
end