Update Experience
| kendra_update_experience | R Documentation |
Updates your Amazon Kendra experience such as a search application¶
Description¶
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.
Usage¶
Arguments¶
Id[required] The identifier of your Amazon Kendra experience you want to update.
NameA new name for your Amazon Kendra experience.
IndexId[required] The identifier of the index for your Amazon Kendra experience.
RoleArnThe Amazon Resource Name (ARN) of a role with permission to access
queryAPI,QuerySuggestionsAPI,submit_feedbackAPI, and IAM Identity Center that stores your user and group information. For more information, see IAM roles for Amazon Kendra.ConfigurationConfiguration information you want to update for your Amazon Kendra experience.
DescriptionA new description for your Amazon Kendra experience.
Value¶
An empty list.
Request syntax¶
svc$update_experience(
Id = "string",
Name = "string",
IndexId = "string",
RoleArn = "string",
Configuration = list(
ContentSourceConfiguration = list(
DataSourceIds = list(
"string"
),
FaqIds = list(
"string"
),
DirectPutContent = TRUE|FALSE
),
UserIdentityConfiguration = list(
IdentityAttributeName = "string"
)
),
Description = "string"
)