# UltracartClient::ConversationEventTyping ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **author_conversation_participant_arn** | **String** | | [optional] | | **author_conversation_participant_name** | **String** | | [optional] | | **value** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationEventTyping.new( author_conversation_participant_arn: null, author_conversation_participant_name: null, value: null ) ```