> ## 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 SearchRequest

# <a id="SuperOffice_WebApi_Data_AI_SearchRequest" /> Class AI\_SearchRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_AI_SearchRequest_NamespaceName" /> NamespaceName

```csharp theme={null}
public string NamespaceName { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AI_SearchRequest_Query" /> Query

```csharp theme={null}
public string Query { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AI_SearchRequest_Top" /> Top

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AI_SearchRequest_Type" /> Type

```csharp theme={null}
public RagType Type { get; set; }
```

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.PhoneList SearchRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.PhoneList_SearchRequest.md)
- [SuperOffice.WebApi.Data.AI ParseQueryIntoRestrictionsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_ParseQueryIntoRestrictionsRequest.md)
- [SuperOffice.WebApi.Data.AI TranslateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_TranslateRequest.md)
- [SuperOffice.WebApi.Data.AI AnswerRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_AnswerRequest.md)
- [SuperOffice.WebApi.Data.AI CancelIndexingRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_CancelIndexingRequest.md)
- [SuperOffice.WebApi.Data.AI DetectLanguageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_DetectLanguageRequest.md)
