ElicitationMode : string
How the client should collect the information an elicitation asks for.
Tags
Table of Contents
Cases
- Form = 'form'
- Present a form built from the requested schema, and return the filled values.
- Url = 'url'
- Send the user to a URL to complete the interaction out of band. The result carries no content — only whether the user accepted, declined, or cancelled.
Cases
Form
Present a form built from the requested schema, and return the filled values.
Url
Send the user to a URL to complete the interaction out of band. The result carries no content — only whether the user accepted, declined, or cancelled.