Roblox API Reference

ChatbotUIService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (8)

Type Member History
null DisplayContent (string contentType, Dictionary data) 592
Dictionary GetSettings () 601
ActionActivatedSignal (string action) 601
FindVariationsSignal (string action) 601
SetMaterialSettingsSignal (string guid, double studsPerTile, bool isOrganic) 603
SettingChangedSignal (string setting, Variant value) 601
ShiftToAssetIdSignal (string action, int64 change) 601
ShiftVariationSignal (string action, int change) 601
57 members inherited from Instance

Removed member index (1)

Type Member History
null DisplayCommand (string commandName, Dictionary requestParam) 590 592

History

Members

ActionActivatedSignal On DevHub

Name Type Default
action string none

History

DisplayContent On DevHub

Name Type Default
contentType string none
data Dictionary none

History

FindVariationsSignal On DevHub

Name Type Default
action string none

History

GetSettings On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
No parameters.

History

Tags: [Yields]

SetMaterialSettingsSignal On DevHub

Name Type Default
guid string none
studsPerTile double none
isOrganic bool none

History

SettingChangedSignal On DevHub

Name Type Default
setting string none
value Variant none

History

ShiftToAssetIdSignal On DevHub

Name Type Default
action string none
change int64 none

History

ShiftVariationSignal On DevHub

Name Type Default
action string none
change int none

History

Removed members

DisplayCommand

Name Type Default
commandName string none
requestParam Dictionary none

History