2016-10-31 3 views

답변

0

AndrewMat이 내 질문에 자신의 질문을 게시하여 답변했습니다. syntex은 같은 ". 쿨 수 무엇입니까?"

builder.Prompts.number (세션, { iPromptOptions : ". 나는 $ % 번호에 @를 이해할 수 없었다 당신이 다시 입력 수 있을까요?" });

2

이것은 정확한 구문 IPromptOptions에게

builder.Prompts.choice(session, "Please select : ", "Cat|Dog|Fox", 
       { 
        listStyle: builder.ListStyle.button, 
        maxRetries: 2, 
        retryPrompt:'Please Provide invoice no' 

       }) 
을 적용하는 것이다
관련 문제