Class: Aws::QConnect::Types::PutFeedbackResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_arnString

The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.

Returns:

  • (String)


2625
2626
2627
2628
2629
2630
2631
2632
2633
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2625

class PutFeedbackResponse < Struct.new(
  :assistant_arn,
  :assistant_id,
  :content_feedback,
  :target_id,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#assistant_idString

The identifier of the Amazon Q in Connect assistant.

Returns:

  • (String)


2625
2626
2627
2628
2629
2630
2631
2632
2633
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2625

class PutFeedbackResponse < Struct.new(
  :assistant_arn,
  :assistant_id,
  :content_feedback,
  :target_id,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#content_feedbackTypes::ContentFeedbackData

Information about the feedback provided.



2625
2626
2627
2628
2629
2630
2631
2632
2633
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2625

class PutFeedbackResponse < Struct.new(
  :assistant_arn,
  :assistant_id,
  :content_feedback,
  :target_id,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#target_idString

The identifier of the feedback target.

Returns:

  • (String)


2625
2626
2627
2628
2629
2630
2631
2632
2633
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2625

class PutFeedbackResponse < Struct.new(
  :assistant_arn,
  :assistant_id,
  :content_feedback,
  :target_id,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#target_typeString

The type of the feedback target.

Returns:

  • (String)


2625
2626
2627
2628
2629
2630
2631
2632
2633
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2625

class PutFeedbackResponse < Struct.new(
  :assistant_arn,
  :assistant_id,
  :content_feedback,
  :target_id,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end