Class: Aws::QConnect::Types::PutFeedbackResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::PutFeedbackResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
-
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
-
#content_feedback ⇒ Types::ContentFeedbackData
Information about the feedback provided.
-
#target_id ⇒ String
The identifier of the feedback target.
-
#target_type ⇒ String
The type of the feedback target.
Instance Attribute Details
#assistant_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
6073 6074 6075 6076 6077 6078 6079 6080 6081 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6073 class PutFeedbackResponse < Struct.new( :assistant_arn, :assistant_id, :content_feedback, :target_id, :target_type) SENSITIVE = [] include Aws::Structure end |
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
6073 6074 6075 6076 6077 6078 6079 6080 6081 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6073 class PutFeedbackResponse < Struct.new( :assistant_arn, :assistant_id, :content_feedback, :target_id, :target_type) SENSITIVE = [] include Aws::Structure end |
#content_feedback ⇒ Types::ContentFeedbackData
Information about the feedback provided.
6073 6074 6075 6076 6077 6078 6079 6080 6081 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6073 class PutFeedbackResponse < Struct.new( :assistant_arn, :assistant_id, :content_feedback, :target_id, :target_type) SENSITIVE = [] include Aws::Structure end |
#target_id ⇒ String
The identifier of the feedback target.
6073 6074 6075 6076 6077 6078 6079 6080 6081 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6073 class PutFeedbackResponse < Struct.new( :assistant_arn, :assistant_id, :content_feedback, :target_id, :target_type) SENSITIVE = [] include Aws::Structure end |
#target_type ⇒ String
The type of the feedback target.
6073 6074 6075 6076 6077 6078 6079 6080 6081 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6073 class PutFeedbackResponse < Struct.new( :assistant_arn, :assistant_id, :content_feedback, :target_id, :target_type) SENSITIVE = [] include Aws::Structure end |