Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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, or 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.

This Skill is:

  • Built and owned by Soul Machines Ltd.

  • Only supported in English.

  • Powered by the Twitter API

Demo Video

twitter-skill-demo.mp4

Prerequisites

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.

Configuration

Field

Type

Description

API Key (required)

TEXT

Enter your Twitter API key

Example: 'AAAAAAAAAAAAAAAAAAAAIs1WAEAAAAA8Y%2FWRkuVupWSSJtHzKL%2FK1HUycg%3D7zuBB6eJWvglysdrprxxxxxxxxxxx'

Follow

TEXT

This is a comma-separated list of Twitter users that you want to search for tweets from.

Example:

'WHO, CDC'

Spoken Phrase When Listing The Tweet Options

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. 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 couldn't find any tweets for {0}'

Spoken Phrase when reading the content

TEXT

Output phrase when the user tells the DP to read a tweet. The default is 'Ok. Here you go.'

Spoken Phrase when only one tweet is returned

TEXT

Output phrase when only one tweet is found (either there was only one or Max Number Of Tweets was set to one). 'I found the following on Twitter'

Max Number Of Tweets To Return

NUMBER

Specifies the number of videos returned. It can be a number between 1 to 5. The default value is 3.

Contents

  • No labels