QAppSessionData

The response collected for a Amazon Q App session. This container represents a single response to a Q App session.

Types

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

Properties

Link copied to clipboard

The card Id associated with the response submitted for a Q App session.

Link copied to clipboard

The unique identifier of the submission.

Link copied to clipboard

The date and time when the session data is submitted.

Link copied to clipboard
val user: User?

The user who submitted the response for a Q App session.

Link copied to clipboard

The response submitted for a Q App session.

Functions

Link copied to clipboard
inline fun copy(block: QAppSessionData.Builder.() -> Unit = {}): QAppSessionData
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