Options
All
  • Public
  • Public/Protected
  • All
Menu

Class User

Hierarchy

Implements

Constructors

constructor

constructor:

Properties

Optional accountLinkingStatus

accountLinkingStatus: undefined | AccountLinkingStatusUnspecified | Linked | NotLinked

Whether the user account is linked to the app.

Optional engagement

engagement: undefined | Engagement

The engagement of the current user including any subscriptions to intents.

Optional lastSeenTime

lastSeenTime: undefined | string

The timestamp of the last interaction with this user. This field will be omitted if the user has not interacted with the agent before.

locale

locale: string

Primary locale setting of the user making the request. Follows IETF BCP-47 language code http://www.rfc-editor.org/rfc/bcp/bcp47.txt However, the script subtag is not included.

Optional packageEntitlements

packageEntitlements: undefined | PackageEntitlements[]

User's entitlements related to the Android package associated with the current action.

params

params: JsonObject

List of all parameters associated with the current user.

Optional verificationStatus

verificationStatus: undefined | Guest | UserVerificationStatusUnspecified | Verified

Indicates the verification status of the user.

Generated using TypeDoc