View source: R/lexmodelsv2_operations.R
lexmodelsv2_update_bot_recommendation | R Documentation |
Updates an existing bot recommendation request.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_update_bot_recommendation/ for full documentation.
lexmodelsv2_update_bot_recommendation(
botId,
botVersion,
localeId,
botRecommendationId,
encryptionSetting
)
botId |
[required] The unique identifier of the bot containing the bot recommendation to be updated. |
botVersion |
[required] The version of the bot containing the bot recommendation to be updated. |
localeId |
[required] The identifier of the language and locale of the bot recommendation to update. The string must match one of the supported locales. For more information, see Supported languages |
botRecommendationId |
[required] The unique identifier of the bot recommendation to be updated. |
encryptionSetting |
[required] The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.