create_input_slot#
- abstractmethod RootSystem.create_input_slot(slot_name: str, type_hint: SlotTypeHint | None = None) None #
Create dynamic input slot.
- Parameters:
- slot_name
str
Name of the slot to be created.
- type_hint: Optional[SlotTypeHint], optional
Type hint for the slot. By default
None
.
- slot_name
- Raises:
OslCommunicationError
Raised when an error occurs while communicating with server.
OslCommandError
Raised when the command or query fails.
TimeoutError
Raised when the timeout float value expires.