Changes of com.discord v1274

This commit is contained in:
root 2020-09-18 16:51:32 +00:00
parent e572d855d8
commit a5e9ab5ce4
8814 changed files with 320825 additions and 323976 deletions

View file

@ -32,9 +32,14 @@
<parameter-mapping intentParameter="message.text" urlParameter="messageText" />
</fulfillment>
</action>
<action intentName="actions.intent.GET_MESSAGE">
<fulfillment urlTemplate="https://discord.com/query/?type=user{&amp;userName}">
<parameter-mapping intentParameter="message.sender.name" urlParameter="userName" />
</fulfillment>
</action>
<action intentName="actions.intent.OPEN_APP_FEATURE">
<fulfillment urlTemplate="https://discord.com/feature/{feature}">
<parameter-mapping entityMatchRequired="true" intentParameter="feature" urlParameter="feature" />
<parameter-mapping entityMatchRequired="true" intentParameter="feature" required="true" urlParameter="feature" />
</fulfillment>
<parameter name="feature">
<entity-set-reference entitySetId="FeatureEntitySet" />