Get Web Experience Result
data class GetWebExperienceResult(val createdAt: String? = null, val defaultEndpoint: String? = null, val roleArn: String? = null, val samplePromptsControlMode: WebExperienceSamplePromptsControlMode? = null, val status: WebExperienceStatus? = null, val subtitle: String? = null, val tags: List<Tag>? = null, val title: String? = null, val updatedAt: String? = null, val webExperienceArn: String? = null, val webExperienceId: String? = null, val welcomeMessage: String? = null)
Constructors
Link copied to clipboard
constructor(createdAt: String? = null, defaultEndpoint: String? = null, roleArn: String? = null, samplePromptsControlMode: WebExperienceSamplePromptsControlMode? = null, status: WebExperienceStatus? = null, subtitle: String? = null, tags: List<Tag>? = null, title: String? = null, updatedAt: String? = null, webExperienceArn: String? = null, webExperienceId: String? = null, welcomeMessage: String? = null)
Properties
Link copied to clipboard
The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by AWS .
Link copied to clipboard
Determines whether sample prompts are enabled in the web experience for an end user.
Link copied to clipboard
The status of your Amazon Q Business web experience.
Link copied to clipboard
A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
Link copied to clipboard
The Amazon Resource Name (ARN) of an Amazon Q Business web experience.
Link copied to clipboard
The identifier of your Amazon Q Business web experience.
Link copied to clipboard
A message in an Amazon Q Business web experience.