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

# <a id="SuperOffice_WebApi_Data_AI_RephraseTextRequest" /> Class AI\_RephraseTextRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_AI_RephraseTextRequest_IsoLangCode" /> IsoLangCode

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AI_RephraseTextRequest_Style" /> Style

```csharp theme={null}
public AiTextStyle Style { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AI_RephraseTextRequest_Text" /> Text

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.AiTextStyle](/en/api/reference/webapi/SuperOffice.WebApi.Data.AiTextStyle.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.AI ExpandTextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_ExpandTextRequest.md)
- [SuperOffice.WebApi.Data.AI SummarizeTextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_SummarizeTextRequest.md)
- [SuperOffice.WebApi.Data.AI CreateTextForAppointmentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_CreateTextForAppointmentRequest.md)
