View source: R/kendra_operations.R
kendra_update_experience | R Documentation |
Updates your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
See https://www.paws-r-sdk.com/docs/kendra_update_experience/ for full documentation.
kendra_update_experience(
Id,
Name = NULL,
IndexId,
RoleArn = NULL,
Configuration = NULL,
Description = NULL
)
Id |
[required] The identifier of your Amazon Kendra experience you want to update. |
Name |
A new name for your Amazon Kendra experience. |
IndexId |
[required] The identifier of the index for your Amazon Kendra experience. |
RoleArn |
The Amazon Resource Name (ARN) of an IAM role with permission to access
the |
Configuration |
Configuration information you want to update for your Amazon Kendra experience. |
Description |
A new description for your Amazon Kendra experience. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.