Class: Aws::QBusiness::Types::TextInputEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::TextInputEvent
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
An input event for a end user message in an Amazon Q Business web experience.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#user_message ⇒ String
A user message in a text message input event.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
7005 7006 7007 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7005 def event_type @event_type end |
#user_message ⇒ String
A user message in a text message input event.
7005 7006 7007 7008 7009 7010 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7005 class TextInputEvent < Struct.new( :user_message, :event_type) SENSITIVE = [] include Aws::Structure end |