Twitter Skill will search the tweets of all Twitter users specified by the configuration for the phrase used by the end-user. End-users can request more tweets, go back, or ask to view one of them again. Tweets with images are displayed when the user views them. If there are links in the tweet, they are clickable but removed when reading.
For you to take advantage of the Twitter skill, your user interface must support cards or be able to capture and interpret @commands and make use of the variables included in the response JSON. This is built into the default theme but would require custom frontend development if you are using custom UI. If card support is not supported, you should set the Max Number Of Tweets To Return setting to 1 so the Digital Person will just read the first tweet rather than asking for which you want to view.
This is a comma-separated list of Twitter handles that you want to search for tweets from.
Example: 'WHO, CDC'
Spoken Phrase When Listing The Tweets Found
TEXT
Output phrases that can be customized to change the tone or wording of the verbal response. The default is 'I found several tweets on that topic. Please indicate which you want to view.'
Spoken Phrase When No Tweets Found
TEXT
Output phrases when no tweets were found. The default is 'Sorry, I've had a problem looking up answers for {0}'
Spoken Phrase Before Reading the Content
TEXT
Output phrase when the user tells the Digital Person to read a tweet. The default is 'Ok. Here you go.'
Spoken Phrase When Only One Tweet Found Before Reading It
TEXT
Output phrase when only one tweet is found (either there was only one or Max Number Of Tweets was set to one). 'From Twitter'
Spoken Phrase When It Can’t Handle the Request.
TEXT
Output phrases when a matching tweet is not found. The default is 'Sorry, I did not understand that'
Max Number of Tweets To Return
NUMBER
Specifies the number of tweets returned. It can be a number between 1 to 5. The default value is 3.