Resource
elicitation-response
The elicit result is ready when the pollable indicates readiness.
resource elicitation-response;F subscribe
subscribe: func() -> pollable;F elicit-result
elicit-result: func() -> elicit-result;The elicit result is ready when the pollable indicates readiness.
resource elicitation-response;subscribe: func() -> pollable;elicit-result: func() -> elicit-result;