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

# <a id="SuperOffice_WebApi_Data_AI_GetChatbotPromptSuggestionsRequest" /> Class AI\_GetChatbotPromptSuggestionsRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_AI_GetChatbotPromptSuggestionsRequest_CurrentId" /> CurrentId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AI_GetChatbotPromptSuggestionsRequest_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_GetChatbotPromptSuggestionsRequest_SoProtocol" /> SoProtocol

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

#### Property Value

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


## Related topics

- [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 GetSummarizeContactPromptRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_GetSummarizeContactPromptRequest.md)
- [SuperOffice.WebApi.Data.AI GetSummarizeSalePromptRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_GetSummarizeSalePromptRequest.md)
- [SuperOffice.WebApi.Data.AI GetSummarizeTicketPromptRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_GetSummarizeTicketPromptRequest.md)
- [SuperOffice.WebApi.Data.AI GetChatbotResponseRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_GetChatbotResponseRequest.md)
