Azure.Connectors.Sdk.Twitter.Models Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| OriginalTweetModel |
OriginalTweet |
| OriginalTweetUserDetailsModel |
UserDetails |
| OriginalTweetUserMentionsModel |
Item in The list of user mentioned in the tweet |
| TriggerBatchResponseTweetModel |
Response for When a new tweet is posted |
| TweetModel |
Response for Get user timeline |
| TweetResponseModel |
Response for Post a tweet |
| TwitterModelFactory |
Model factory for creating instances of Twitter models. Use these factory methods to construct model instances in tests and scenarios where output-only properties (with init-only setters) need to be populated. |
| TwitterOnNewTweetTriggerPayload |
Typed trigger payload for the OnNewTweet trigger (Twitter "When a new tweet is posted", operationId: OnNewTweet).
Deserialize Connector Namespace callbacks directly: |
| TwitterTriggers |
Static registry of trigger operations for the Twitter connector that have typed payloads. Maps operation names to their typed TriggerCallbackPayload<T> subtypes. Triggers that return binary content (e.g., file downloads) are not included here because they have no JSON-deserializable payload type. See TwitterTriggerOperations for the complete list of trigger operation name constants. |
| UserDetailsModel |
UserDetails |
| UserMentionsModel |
Item in List of users mentioned in the tweet |