Uses of Class
com.uc4.api.objects.PromptSet
-
Packages that use PromptSet Package Description com.uc4.api.objects com.uc4.communication.requests -
-
Uses of PromptSet in com.uc4.api.objects
Methods in com.uc4.api.objects with parameters of type PromptSet Modifier and Type Method Description void
ObjectValues. updateDefinition(PromptSet set)
This method can be used to update the number of prompt elements based on aPromptSet
object. -
Uses of PromptSet in com.uc4.communication.requests
Constructors in com.uc4.communication.requests with parameters of type PromptSet Constructor Description TaskPromptSetContent(PromptSet promptSet)
Preview of a prompt set object.
-