BotFramework Avoid Confirmation in FormFlow -


i want bypass last confirmation step in formflow defined this

new formbuilder<wizardresult>()                 .confirm("no verification shown", state => false)                 .message("form test")                 .oncompletion(processorder)                 .build(); 

according post done handler in confirm, in case confirmation still asked...

what missing?

it version 3.3.1.0 need call

.addremainingfields() 

in formbuilder avoid confirmation. state=> false not required more.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -