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

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_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)


2506
2507
2508
2509
2510
2511
2512
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2506

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

#recommendation_idsArray<String>

The identifiers of the recommendations.

Returns:

  • (Array<String>)


2506
2507
2508
2509
2510
2511
2512
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2506

class NotifyRecommendationsReceivedRequest < Struct.new(
  :assistant_id,
  :recommendation_ids,
  :session_id)
  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)


2506
2507
2508
2509
2510
2511
2512
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2506

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