StepInput interface
步骤输入的详细信息。
属性
| question |
用户问题内容。 |
| question |
默认值为 Text。 |
| question |
使用 Index 作为 QuestionId。 |
| question |
问题标题 |
| question |
问题类型 |
| recommended |
Automate 步骤的结果。 |
| response |
为响应提示放置持有者文本。 |
| response |
|
| response |
故障排除步骤输入响应验证属性 |
| selected |
所选响应的文本。 |
属性详细信息
questionContent
用户问题内容。
questionContent?: string
属性值
string
questionContentType
默认值为 Text。
questionContentType?: string
属性值
string
questionId
使用 Index 作为 QuestionId。
questionId?: string
属性值
string
questionTitle
问题标题
questionTitle?: string
属性值
string
questionType
问题类型
questionType?: string
属性值
string
recommendedOption
Automate 步骤的结果。
recommendedOption?: string
属性值
string
responseHint
为响应提示放置持有者文本。
responseHint?: string
属性值
string
responseOptions
responseValidationProperties
故障排除步骤输入响应验证属性
responseValidationProperties?: ResponseValidationProperties
属性值
selectedOptionValue
所选响应的文本。
selectedOptionValue?: string
属性值
string