aws lexv2-runtime recognize-text

Sends user input to Amazon Lex. Client applications use this API to send requests to Amazon Lex at runtime. Amazon Lex then interprets the user input using the machine learning model that it build for the bot. In response, Amazon Lex returns the next message to convey to the user and an optional response card to display

Options

NameDescription
--bot-id <string>The identifier of the bot that processes the request
--bot-alias-id <string>The alias identifier in use for the bot that processes the request
--locale-id <string>The locale where the session is in use
--session-id <string>The identifier of the user session that is having the conversation
--text <string>The text that the user entered. Amazon Lex interprets this text
--session-state <structure>The current state of the dialog between the user and the bot
--request-attributes <map>Request-specific information passed between the client application and Amazon Lex The namespace x-amz-lex: is reserved for special attributes. Don't create any request attributes with the prefix x-amz-lex:
--cli-input-json <string>Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally
--generate-cli-skeleton <string>Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command