Module: Aws::ConnectWisdomService::Client::_NotifyRecommendationsReceivedResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::NotifyRecommendationsReceivedResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #errors ⇒ ::Array[Types::NotifyRecommendationsReceivedError]
- #recommendation_ids ⇒ ::Array[::String]
Instance Method Details
#errors ⇒ ::Array[Types::NotifyRecommendationsReceivedError]
443 |
# File 'sig/client.rbs', line 443
def errors: () -> ::Array[Types::NotifyRecommendationsReceivedError]
|
#recommendation_ids ⇒ ::Array[::String]
444 |
# File 'sig/client.rbs', line 444
def recommendation_ids: () -> ::Array[::String]
|