StepInput interface
步驟輸入的詳細數據。
屬性
| question |
用戶問題內容。 |
| question |
預設值為 Text。 |
| question |
使用 Index 作為 QuestionId。 |
| question |
問題標題 |
| question |
問題類型 |
| recommended |
自動化步驟的結果。 |
| 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
自動化步驟的結果。
recommendedOption?: string
屬性值
string
responseHint
放置回應提示的持有者文字。
responseHint?: string
屬性值
string
responseOptions
responseValidationProperties
疑難解答員步驟輸入響應驗證屬性
responseValidationProperties?: ResponseValidationProperties
屬性值
selectedOptionValue
選取的回應文字。
selectedOptionValue?: string
屬性值
string