ChatbotUIService
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
| Memory category | Instances |
|---|
Member index 0
Removed member index 9
| History | Member | |
|---|---|---|
| 592 | DisplayCommand(commandName: string, requestParam: Dictionary): null | |
| 710 | DisplayContent(contentType: string, data: Dictionary): null | |
| 710 | GetSettings(): Dictionary | |
| 710 | ActionActivatedSignal(action: string) | |
| 710 | FindVariationsSignal(action: string) | |
| 710 | SetMaterialSettingsSignal(guid: string, studsPerTile: double, isOrganic: bool) | |
| 710 | SettingChangedSignal(setting: string, value: Variant) | |
| 710 | ShiftToAssetIdSignal(action: string, change: int64) | |
| 710 | ShiftVariationSignal(action: string, change: int) |
Description
History 12
- 710 Remove ChatbotUIService
- 603 Add SetMaterialSettingsSignal
- 601 Add ShiftVariationSignal
- 601 Add ShiftToAssetIdSignal
- 601 Add SettingChangedSignal
- 601 Add FindVariationsSignal
- 601 Add ActionActivatedSignal
- 601 Add GetSettings
- 592 Add DisplayContent
- 592 Remove DisplayCommand
- 590 Add DisplayCommand
- 589 Add ChatbotUIService
Removed members 9
ActionActivatedSignal
| Parameters (1) | |
|---|---|
| action | string |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove ChatbotUIService
- 601 Add ActionActivatedSignal
DisplayCommand
| Parameters (2) | ||
|---|---|---|
| commandName | string | |
| requestParam | Dictionary | |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 592 Remove DisplayCommand
- 590 Add DisplayCommand
DisplayContent
| Parameters (2) | ||
|---|---|---|
| contentType | string | |
| data | Dictionary | |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove ChatbotUIService
- 592 Add DisplayContent
FindVariationsSignal
| Parameters (1) | |
|---|---|
| action | string |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove ChatbotUIService
- 601 Add FindVariationsSignal
GetSettings
| Parameters (0) | ||
|---|---|---|
| No parameters. | ||
| Returns (1) | ||
| Dictionary | ||
This function yields. It will block the calling thread until completion.
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove ChatbotUIService
- 601 Add GetSettings
SetMaterialSettingsSignal
| Parameters (3) | |
|---|---|
| guid | string |
| studsPerTile | double |
| isOrganic | bool |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove ChatbotUIService
- 603 Add SetMaterialSettingsSignal
SettingChangedSignal
| Parameters (2) | |
|---|---|
| setting | string |
| value | Variant |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove ChatbotUIService
- 601 Add SettingChangedSignal
ShiftToAssetIdSignal
| Parameters (2) | |
|---|---|
| action | string |
| change | int64 |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove ChatbotUIService
- 601 Add ShiftToAssetIdSignal
ShiftVariationSignal
| Parameters (2) | |
|---|---|
| action | string |
| change | int |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 710 Remove ChatbotUIService
- 601 Add ShiftVariationSignal