Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface User

Required. User who initiated the conversation.

Represents the user making a request to the Action.

Optional. Use to specify user parameters to send back.

Hierarchy

Implemented by

Properties

Optional accountLinkingStatus

Whether the user account is linked to the app.

Optional engagement

engagement: Engagement

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

Optional lastSeenTime

lastSeenTime: 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.

Optional 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: PackageEntitlements[]

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

Optional params

params: object

Optional. List of all parameters associated with the current user.

Type declaration

  • [key: string]: any

Optional permissions

permissions: Permission[]

Contains permissions granted by user to this Action.

Optional verificationStatus

Indicates the verification status of the user.

Generated using TypeDoc