Module Values.LexFlowNodeConfigurationSource

Contains configurations for a Lex node in the flow. You specify a Amazon Lex bot to invoke. This node takes an utterance as the input and returns as the output the intent identified by the Amazon Lex bot. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Sourcetype nonrec t = {
  1. botAliasArn : FlowLexBotAliasArn.t;
    (*

    The Amazon Resource Name (ARN) of the Amazon Lex bot alias to invoke.

    *)
  2. localeId : FlowLexBotLocaleId.t;
    (*

    The Region to invoke the Amazon Lex bot in.

    *)
}
Sourceval context_ : string
Sourceval make : botAliasArn:FlowLexBotAliasArn.t -> localeId:FlowLexBotLocaleId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FlowLexBotAliasArn.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