Module Values.ElicitationCodeHookInvocationSettingSource

Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.

Sourcetype nonrec t = {
  1. enableCodeHookInvocation : BoxedBoolean.t;
    (*

    Indicates whether a Lambda function should be invoked for the dialog.

    *)
  2. invocationLabel : Name.t option;
    (*

    A label that indicates the dialog step from which the dialog code hook is happening.

    *)
}
Sourceval context_ : string
Sourceval make : ?invocationLabel:??? -> enableCodeHookInvocation:BoxedBoolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BoxedBoolean.t | `String of Name.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t