> ## 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.RagContextIds

# <a id="SuperOffice_WebApi_Data_RagContextIds" /> Class RagContextIds

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

Carrier object for RagContextIds.
Parameters specifying contact/person/project/sale/ticket ids for populating context.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_RagContextIds_AppointmentId" /> AppointmentId

Identifier for an appointment

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_RagContextIds_ContactId" /> ContactId

Identifier for a contact

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_RagContextIds_DocumentId" /> DocumentId

Identifier for a document

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_RagContextIds_PersonId" /> PersonId

Identifier for a person

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_RagContextIds_ProjectId" /> ProjectId

Identifier for a project

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_RagContextIds_SaleId" /> SaleId

Identifier for a sale

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_RagContextIds_SelectionId" /> SelectionId

Identifier for a selection

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

#### Property Value

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

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

Identifier for ticket/request

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

#### Property Value

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

## See Also

[AIAgent](SuperOffice.WebApi.Agents.AIAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.AI AnswerUsingContextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_AnswerUsingContextRequest.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.RagStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.RagStatus.md)
- [SuperOffice.WebApi.Data.RagType](/en/api/reference/webapi/SuperOffice.WebApi.Data.RagType.md)
- [SuperOffice.WebApi.Data.RagAnswer](/en/api/reference/webapi/SuperOffice.WebApi.Data.RagAnswer.md)
