Skip to main content

UIElicitationResponseContent

Type Alias UIElicitationResponseContent 

Source
pub type UIElicitationResponseContent = HashMap<String, Value>;
Expand description

The form values submitted by the user (present when action is ‘accept’)

Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.

Aliased Type§

pub struct UIElicitationResponseContent { /* private fields */ }