> ## 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.CustomerService GetPreviewQuickReplyRequest

# <a id="SuperOffice_WebApi_Data_CustomerService_GetPreviewQuickReplyRequest" /> Class CustomerService\_GetPreviewQuickReplyRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[CustomerService\_GetPreviewQuickReplyRequest](SuperOffice.WebApi.Data.CustomerService_GetPreviewQuickReplyRequest.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_CustomerService_GetPreviewQuickReplyRequest__ctor" /> CustomerService\_GetPreviewQuickReplyRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_CustomerService_GetPreviewQuickReplyRequest_QuickReplyId" /> QuickReplyId

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.CustomerServiceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.CustomerServiceAgent.md)
- [SuperOffice.WebApi.Data.CustomerService GetPreviewReplyTemplateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetPreviewReplyTemplateRequest.md)
- [SuperOffice.WebApi.Agents.ICustomerServiceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ICustomerServiceAgent.md)
- [SuperOffice.WebApi.Data.PreviewQuickReply](/en/api/reference/webapi/SuperOffice.WebApi.Data.PreviewQuickReply.md)
- [SuperOffice.WebApi.Data.CustomerService GetPreviewFaqEntryRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetPreviewFaqEntryRequest.md)
- [SuperOffice.WebApi.Data.List GetQuickRepliesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetQuickRepliesRequest.md)
