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)


606
607
608
# File 'sig/types.rbs', line 606

def assistant_id
  @assistant_id
end

#recommendation_ids ⇒ ::Array[::String]

Returns the value of attribute recommendation_ids.

Returns:

  • (::Array[::String])


607
608
609
# File 'sig/types.rbs', line 607

def recommendation_ids
  @recommendation_ids
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def session_id
  @session_id
end