> ## 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.AI GuessCategoryRequest

# <a id="SuperOffice_WebApi_Data_AI_GuessCategoryRequest" /> Class AI\_GuessCategoryRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[AI\_GuessCategoryRequest](SuperOffice.WebApi.Data.AI_GuessCategoryRequest.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_AI_GuessCategoryRequest__ctor" /> AI\_GuessCategoryRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_AI_GuessCategoryRequest_TicketId" /> TicketId

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.AI TrainCategoryGuesserRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_TrainCategoryGuesserRequest.md)
- [SuperOffice.WebApi.Data.CategoryGuess](/en/api/reference/webapi/SuperOffice.WebApi.Data.CategoryGuess.md)
- [SuperOffice.WebApi.Agents.AIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AIAgent.md)
- [SuperOffice.WebApi.Agents.IAIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAIAgent.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [SuperOffice.WebApi.Data.AI SearchRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_SearchRequest.md)
