--- title: TwitterExpression --- ## PureCloud::TwitterExpression ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **date_created** | **DateTime** | Creation date for the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **date_modified** | **DateTime** | Date the entity was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **is_dispositioned** | **BOOLEAN** | True once the expression has been dispositioned by an agent through the ACD process | [optional] [default to false]| | **is_noise** | **BOOLEAN** | Indicates if a user/agent found this expression to be undesirable | [optional] [default to false]| | **gistener** | [**Gistener**](Gistener.html) | The Gistener that generated this expression | | | **tweet_id** | **String** | Twitter: the tweet's unique id | | | **text** | **String** | Twitter: the tweets full text | | | **tweet_created** | **DateTime** | Twitter: the date the tweet was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **is_reply** | **BOOLEAN** | Twitter: indicates this tweet as a reply to another tweet | [optional] [default to false]| | **is_retweet** | **BOOLEAN** | Twitter: indicates this tweet as a 'retweet' of another tweet | [optional] [default to false]| | **retweet_parent_id** | **String** | Twitter: when the expression is a retweet, this is Twitter's id of the original tweet | [optional] | | **retweet_count** | **Integer** | Twitter: the number of times the parent tweet was retweeted - at the time this expression was created | [optional] | | **is_quoted_tweet** | **BOOLEAN** | Twitter: indicates this expression as a quoted tweet (a tweet with an addendum as the primary text) | [optional] [default to false]| | **quoted_parent_id** | **String** | Twitter: when the expression is a quoted tweet, this is Twitter's id of the original tweet (may not be immediately functional) | [optional] | | **user_id** | **String** | Twitter: the expressing user's Twitter id | [optional] | | **user_name** | **String** | Twitter: the user's account name for the core service | | | **user_screen_name** | **String** | Twitter: the user's custom 'branding' name (allowed to change over time) | [optional] | | **user_tweet_count** | **Integer** | Twitter: the number of times this user has tweeted (includes all forms of expression replies/quotes/retweets) | [optional] | | **user_followers_count** | **Integer** | Twitter: the number of followers this user has at the time of this expression | [optional] | | **group_tags** | [**Array<GroupTag>**](GroupTag.html) | The Group Tags applied by the generating Gistener | [optional] | | **routed** | **BOOLEAN** | | [optional] [default to false]| | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}