> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.Chat AddChatMessageRequest

# <a id="SuperOffice_WebApi_Data_Chat_AddChatMessageRequest" /> Class Chat\_AddChatMessageRequest

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

```csharp theme={null}
public class Chat_AddChatMessageRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Chat\_AddChatMessageRequest](SuperOffice.WebApi.Data.Chat_AddChatMessageRequest.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_Chat_AddChatMessageRequest__ctor" /> Chat\_AddChatMessageRequest()

```csharp theme={null}
public Chat_AddChatMessageRequest()
```

## Properties

### <a id="SuperOffice_WebApi_Data_Chat_AddChatMessageRequest_ChatSessionId" /> ChatSessionId

```csharp theme={null}
public int ChatSessionId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_Chat_AddChatMessageRequest_Message" /> Message

```csharp theme={null}
public ChatMessage Message { get; set; }
```

#### Property Value

[ChatMessage](SuperOffice.WebApi.Data.ChatMessage.md)


## Related topics

- [SuperOffice.WebApi.Agents.ChatAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ChatAgent.md)
- [SuperOffice.WebApi.Agents.IChatAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IChatAgent.md)
- [SuperOffice.WebApi.Data.Chat GetChatMessagesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Chat_GetChatMessagesRequest.md)
- [SuperOffice.WebApi.Data.Chat AddChatTopicUserAgentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Chat_AddChatTopicUserAgentRequest.md)
- [SuperOffice.WebApi.Data.ChatMessage](/en/api/reference/webapi/SuperOffice.WebApi.Data.ChatMessage.md)
- [SuperOffice.WebApi.Data.ChatMessageType](/en/api/reference/webapi/SuperOffice.WebApi.Data.ChatMessageType.md)
