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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


8754
8755
8756
8757
8758
8759
8760
8761
8762
# File 'lib/aws-sdk-qconnect/types.rb', line 8754

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

#assistant_idString

The identifier of the Amazon Q in Connect assistant.

Returns:

  • (String)


8754
8755
8756
8757
8758
8759
8760
8761
8762
# File 'lib/aws-sdk-qconnect/types.rb', line 8754

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

#content_feedbackTypes::ContentFeedbackData

Information about the feedback provided.



8754
8755
8756
8757
8758
8759
8760
8761
8762
# File 'lib/aws-sdk-qconnect/types.rb', line 8754

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

#target_idString

The identifier of the feedback target.

Returns:

  • (String)


8754
8755
8756
8757
8758
8759
8760
8761
8762
# File 'lib/aws-sdk-qconnect/types.rb', line 8754

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

#target_typeString

The type of the feedback target.

Returns:

  • (String)


8754
8755
8756
8757
8758
8759
8760
8761
8762
# File 'lib/aws-sdk-qconnect/types.rb', line 8754

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