Sha256: a8925cdad91c32de3b18535632d356aa794578a9dcad98044fefef95e5102d30

Contents?: true

Size: 1.61 KB

Versions: 25

Compression:

Stored size: 1.61 KB

Contents

# SmoochApi::Client

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | An identifier for the client. Must be globally unique. | 
**status** | **String** | The client status. Indicates if the client is able to receive messages or not. See [**ClientStatusEnum**](Enums.md#ClientStatusEnum) for available values. | [optional] 
**externalId** | **String** | The ID of the user on an external channel. For example, the user's phone number for Twilio, or their page-scoped user ID for Facebook Messenger. Applies only to non-SDK clients. | [optional] 
**active** | **BOOLEAN** | Deprecated - use the status property instead. | [optional] 
**lastSeen** | **String** | The date time the client was last seen. | [optional] 
**platform** | **String** | The client's platform. See [**IntegrationTypeEnum**](Enums.md#IntegrationTypeEnum) for available values. | 
**integrationId** | **String** | The ID of the integration that the client was created for. | [optional] 
**pushNotificationToken** | **String** | The GCM or APN token to be used for sending push notifications to the device. Applies to only *android* and *ios* clients.  | [optional] 
**appVersion** | **String** | A reserved string field for reporting the app version running on the device. | [optional] 
**displayName** | **String** | The client's display name. | [optional] 
**info** | [**ClientInfo**](ClientInfo.md) |  | [optional] 
**raw** | **Object** | An Object with raw properties that vary for each client platform. All keys are optional and not guaranteed to be available. | [optional] 


Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
smooch-api-5.34.1 docs/Client.md
smooch-api-5.34.0 docs/Client.md
smooch-api-5.29.1 docs/Client.md
smooch-api-5.28.0 docs/Client.md
smooch-api-5.27.1 docs/Client.md
smooch-api-5.27.0 docs/Client.md
smooch-api-5.26.0 docs/Client.md
smooch-api-5.25.1 docs/Client.md
smooch-api-5.24.1 docs/Client.md
smooch-api-5.24.0 docs/Client.md
smooch-api-5.23.0 docs/Client.md
smooch-api-5.22.0 docs/Client.md
smooch-api-5.21.0 docs/Client.md
smooch-api-5.20.0 docs/Client.md
smooch-api-5.19.0 docs/Client.md
smooch-api-5.18.0 docs/Client.md
smooch-api-5.17.0 docs/Client.md
smooch-api-5.16.1 docs/Client.md
smooch-api-5.16.0 docs/Client.md
smooch-api-5.15.0 docs/Client.md