通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StepInput interface

步骤输入的详细信息。

属性

questionContent

用户问题内容。

questionContentType

默认值为 Text。

questionId

使用 Index 作为 QuestionId。

questionTitle

问题标题

questionType

问题类型

recommendedOption

Automate 步骤的结果。

responseHint

为响应提示放置持有者文本。

responseOptions
responseValidationProperties

故障排除步骤输入响应验证属性

selectedOptionValue

所选响应的文本。

属性详细信息

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

responseOptions?: ResponseOption[]

属性值

responseValidationProperties

故障排除步骤输入响应验证属性

responseValidationProperties?: ResponseValidationProperties

属性值

selectedOptionValue

所选响应的文本。

selectedOptionValue?: string

属性值

string