Class: Aws::QConnect::Types::NotifyRecommendationsReceivedRequest

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_idString

The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


8196
8197
8198
8199
8200
8201
8202
# File 'lib/aws-sdk-qconnect/types.rb', line 8196

class NotifyRecommendationsReceivedRequest < Struct.new(
  :assistant_id,
  :session_id,
  :recommendation_ids)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_idsArray<String>

The identifiers of the recommendations.

Returns:

  • (Array<String>)


8196
8197
8198
8199
8200
8201
8202
# File 'lib/aws-sdk-qconnect/types.rb', line 8196

class NotifyRecommendationsReceivedRequest < Struct.new(
  :assistant_id,
  :session_id,
  :recommendation_ids)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


8196
8197
8198
8199
8200
8201
8202
# File 'lib/aws-sdk-qconnect/types.rb', line 8196

class NotifyRecommendationsReceivedRequest < Struct.new(
  :assistant_id,
  :session_id,
  :recommendation_ids)
  SENSITIVE = []
  include Aws::Structure
end