StepInput interface

步驟輸入的詳細數據。

屬性

questionContent

用戶問題內容。

questionContentType

預設值為 Text。

questionId

使用 Index 作為 QuestionId。

questionTitle

問題標題

questionType

問題類型

recommendedOption

自動化步驟的結果。

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

自動化步驟的結果。

recommendedOption?: string

屬性值

string

responseHint

放置回應提示的持有者文字。

responseHint?: string

屬性值

string

responseOptions

responseOptions?: ResponseOption[]

屬性值

responseValidationProperties

疑難解答員步驟輸入響應驗證屬性

responseValidationProperties?: ResponseValidationProperties

屬性值

selectedOptionValue

選取的回應文字。

selectedOptionValue?: string

屬性值

string