class Aws::LexRuntimeV2::Types::TextInputEvent
The event sent from your client application to Amazon Lex V2 with text input from the user.
@note When making an API call, you may pass TextInputEvent
data as a hash: { text: "Text", # required event_id: "EventId", client_timestamp_millis: 1, }
@!attribute [rw] text
The text from the user. Amazon Lex V2 processes this as a complete statement. @return [String]
@!attribute [rw] event_id
A unique identifier that your application assigns to the event. You can use this to identify events in logs. @return [String]
@!attribute [rw] client_timestamp_millis
A timestamp set by the client of the date and time that the event was sent to Amazon Lex V2. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/TextInputEvent AWS API Documentation
Constants
- SENSITIVE