GroupMembers

A list of users or sub groups that belong to a group. This is for generating Amazon Q chat results only from document a user has access to.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of sub groups that belong to a group. For example, the sub groups "Research", "Engineering", and "Sales and Marketing" all belong to the group "Company".

Link copied to clipboard

A list of users that belong to a group. For example, a list of interns all belong to the "Interns" group.

Functions

Link copied to clipboard
inline fun copy(block: GroupMembers.Builder.() -> Unit = {}): GroupMembers
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String