Values.ElicitationCodeHookInvocationSettingSourceSettings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.
type nonrec t = {enableCodeHookInvocation : BoxedBoolean.t;Indicates whether a Lambda function should be invoked for the dialog.
*)invocationLabel : Name.t option;A label that indicates the dialog step from which the dialog code hook is happening.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BoxedBoolean.t | `String of Name.t ]) list ]