Class: Aws::OpenSearchService::Types::InsightFeedbackRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Container for the parameters to the InsightFeedback operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entityTypes::InsightFeedbackEntity

The entity for which to submit insight feedback. Specifies the type and value of the entity, such as a domain name.



5845
5846
5847
5848
5849
5850
5851
5852
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5845

class InsightFeedbackRequest < Struct.new(
  :entity,
  :insight_id,
  :thumbs,
  :feedback_text)
  SENSITIVE = []
  include Aws::Structure
end

#feedback_textString

Optional text feedback providing additional details about the insight. Maximum length is 1000 characters.

Returns:

  • (String)


5845
5846
5847
5848
5849
5850
5851
5852
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5845

class InsightFeedbackRequest < Struct.new(
  :entity,
  :insight_id,
  :thumbs,
  :feedback_text)
  SENSITIVE = []
  include Aws::Structure
end

#insight_idString

The unique identifier of the insight for which to submit feedback.

Returns:

  • (String)


5845
5846
5847
5848
5849
5850
5851
5852
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5845

class InsightFeedbackRequest < Struct.new(
  :entity,
  :insight_id,
  :thumbs,
  :feedback_text)
  SENSITIVE = []
  include Aws::Structure
end

#thumbsString

The thumbs up or thumbs down feedback for the insight. Possible values are Up and Down.

Returns:

  • (String)


5845
5846
5847
5848
5849
5850
5851
5852
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5845

class InsightFeedbackRequest < Struct.new(
  :entity,
  :insight_id,
  :thumbs,
  :feedback_text)
  SENSITIVE = []
  include Aws::Structure
end