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)


769
770
771
# File 'sig/types.rbs', line 769

def conversation_id
  @conversation_id
end

#input_message ⇒ Types::AgentInputMessage

Returns the value of attribute input_message.



768
769
770
# File 'sig/types.rbs', line 768

def input_message
  @input_message
end

#profile_id ⇒ ::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def profile_id
  @profile_id
end

#source_format ⇒ "CCDA", "CSV"

Returns the value of attribute source_format.

Returns:

  • ("CCDA", "CSV")


767
768
769
# File 'sig/types.rbs', line 767

def source_format
  @source_format
end