Class: Aws::Types::NotifyRecommendationsReceivedRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


2153
2154
2155
# File 'sig/types.rbs', line 2153

def assistant_id
  @assistant_id
end

#recommendation_ids::Array[::String]

Returns the value of attribute recommendation_ids.

Returns:

  • (::Array[::String])


2155
2156
2157
# File 'sig/types.rbs', line 2155

def recommendation_ids
  @recommendation_ids
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2154
2155
2156
# File 'sig/types.rbs', line 2154

def session_id
  @session_id
end