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

# <a id="SuperOffice_WebApi_Data_AI_CreateTextForAppointmentRequest" /> Class AI\_CreateTextForAppointmentRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_AI_CreateTextForAppointmentRequest_Appointment" /> Appointment

```csharp theme={null}
public AppointmentEntity Appointment { get; set; }
```

#### Property Value

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

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

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [SuperOffice.WebApi.Data.AI ExpandTextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_ExpandTextRequest.md)
- [SuperOffice.WebApi.Data.AI RephraseTextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_RephraseTextRequest.md)
- [SuperOffice.WebApi.Data.AI SummarizeTextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_SummarizeTextRequest.md)
- [SuperOffice.WebApi.Data.AI AnalyzeBizCardTextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_AnalyzeBizCardTextRequest.md)
- [SuperOffice.WebApi.Data.AiTextStyle](/en/api/reference/webapi/SuperOffice.WebApi.Data.AiTextStyle.md)
