# StreamSessionChatMessage


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**messageId** | **string** |  | [default to undefined]
**streamId** | **string** |  | [default to undefined]
**sessionId** | **string** |  | [default to undefined]
**accountId** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**connectionId** | **string** |  | [default to undefined]
**message** | **string** |  | [default to undefined]
**timestamp** | **number** |  | [default to undefined]

## Example

```typescript
import { StreamSessionChatMessage } from '@connectedxm/admin-sdk';

const instance: StreamSessionChatMessage = {
    messageId,
    streamId,
    sessionId,
    accountId,
    name,
    connectionId,
    message,
    timestamp,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
