| Field | Type | Required | Description |
|---|---|---|---|
Controls |
ChatControlsMetadataResponseDto | ✔️ | Controls metadata for the chat step |
ControlValues |
ChatStepResponseDtoControlValues | ➖ | Control values for the chat step |
Variables |
Dictionary<String, object> | ✔️ | JSON Schema for variables, follows the JSON Schema standard |
StepId |
string | ✔️ | Unique identifier of the step |
Id |
string | ✔️ | Database identifier of the step |
Name |
string | ✔️ | Name of the step |
Slug |
string | ✔️ | Slug of the step |
Type |
StepTypeEnum | ✔️ | Type of the step |
Origin |
ResourceOriginEnum | ✔️ | Origin of the layout |
WorkflowId |
string | ✔️ | Workflow identifier |
WorkflowDatabaseId |
string | ✔️ | Workflow database identifier |
Issues |
StepIssuesDto | ➖ | Issues associated with the step |
StepResolverHash |
string | ➖ | Hash identifying the deployed Cloudflare Worker for this step |