Class: Aws::OpenSearchService::Types::InsightFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::InsightFeedbackRequest
- 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
-
#entity ⇒ Types::InsightFeedbackEntity
The entity for which to submit insight feedback.
-
#feedback_text ⇒ String
Optional text feedback providing additional details about the insight.
-
#insight_id ⇒ String
The unique identifier of the insight for which to submit feedback.
-
#thumbs ⇒ String
The thumbs up or thumbs down feedback for the insight.
Instance Attribute Details
#entity ⇒ Types::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_text ⇒ String
Optional text feedback providing additional details about the insight. Maximum length is 1000 characters.
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_id ⇒ String
The unique identifier of the insight for which to submit feedback.
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 |
#thumbs ⇒ String
The thumbs up or thumbs down feedback for the insight. Possible
values are Up and Down.
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 |