Class: Aws::Types::PutFeedbackResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_arn::String

Returns the value of attribute assistant_arn.

Returns:

  • (::String)


2278
2279
2280
# File 'sig/types.rbs', line 2278

def assistant_arn
  @assistant_arn
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


2277
2278
2279
# File 'sig/types.rbs', line 2277

def assistant_id
  @assistant_id
end

#content_feedbackTypes::ContentFeedbackData

Returns the value of attribute content_feedback.



2281
2282
2283
# File 'sig/types.rbs', line 2281

def content_feedback
  @content_feedback
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


2279
2280
2281
# File 'sig/types.rbs', line 2279

def target_id
  @target_id
end

#target_type"RECOMMENDATION", ...

Returns the value of attribute target_type.

Returns:

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


2280
2281
2282
# File 'sig/types.rbs', line 2280

def target_type
  @target_type
end