Get Experience Result
data class GetExperienceResult(val arn: String, val configurations: List<GetExperienceConfiguration>, val createdAt: String, val description: String, val endpoints: List<GetExperienceEndpoint>, val errorMessage: String, val experienceId: String, val id: String, val indexId: String, val name: String, val roleArn: String, val status: String, val updatedAt: String)
A collection of values returned by getExperience.
Constructors
Link copied to clipboard
fun GetExperienceResult(arn: String, configurations: List<GetExperienceConfiguration>, createdAt: String, description: String, endpoints: List<GetExperienceEndpoint>, errorMessage: String, experienceId: String, id: String, indexId: String, name: String, roleArn: String, status: String, updatedAt: String)
Types
Properties
Link copied to clipboard
Block that specifies the configuration information for your Amazon Kendra Experience. This includes content_source_configuration
, which specifies the data source IDs and/or FAQ IDs, and user_identity_configuration
, which specifies the user or group information to grant access to your Amazon Kendra Experience. Documented below.
Link copied to clipboard
Link copied to clipboard