Class: Aws::Types::PutFeedbackRequest

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)


2269
2270
2271
# File 'sig/types.rbs', line 2269

def assistant_id
  @assistant_id
end

#content_feedbackTypes::ContentFeedbackData

Returns the value of attribute content_feedback.



2272
2273
2274
# File 'sig/types.rbs', line 2272

def content_feedback
  @content_feedback
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


2270
2271
2272
# File 'sig/types.rbs', line 2270

def target_id
  @target_id
end

#target_type"RECOMMENDATION", ...

Returns the value of attribute target_type.

Returns:

  • ("RECOMMENDATION", "RESULT", "MESSAGE")


2271
2272
2273
# File 'sig/types.rbs', line 2271

def target_type
  @target_type
end