Class: Aws::ConnectWisdomService::Types::NotifyRecommendationsReceivedRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_idString

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

Returns:

  • (String)


2315
2316
2317
2318
2319
2320
2321
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2315

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


2315
2316
2317
2318
2319
2320
2321
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2315

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)


2315
2316
2317
2318
2319
2320
2321
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2315

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