class Aws::ConnectWisdomService::Types::NotifyRecommendationsReceivedRequest
@note When making an API call, you may pass NotifyRecommendationsReceivedRequest
data as a hash: { assistant_id: "UuidOrArn", # required recommendation_ids: ["String"], # required session_id: "UuidOrArn", # required }
@!attribute [rw] assistant_id
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN. @return [String]
@!attribute [rw] recommendation_ids
The identifiers of the recommendations. @return [Array<String>]
@!attribute [rw] session_id
The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/NotifyRecommendationsReceivedRequest AWS API Documentation
Constants
- SENSITIVE