Class: Aws::QConnect::Types::PutFeedbackRequest

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_id ⇒ String

The identifier of the Amazon Q in Connect assistant.

Returns:

  • (String)


8960
8961
8962
8963
8964
8965
8966
8967
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8960

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

#content_feedback ⇒ Types::ContentFeedbackData

Information about the feedback provided.



8960
8961
8962
8963
8964
8965
8966
8967
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8960

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

#target_id ⇒ String

The identifier of the feedback target.

Returns:

  • (String)


8960
8961
8962
8963
8964
8965
8966
8967
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8960

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

#target_type ⇒ String

The type of the feedback target.

Returns:

  • (String)


8960
8961
8962
8963
8964
8965
8966
8967
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8960

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