treethought / flask-assistant

Framework for Building Virtual Assistants with Dialogflow and python
Apache License 2.0
379 stars 101 forks source link

possible issue with link_out #66

Closed chaoranxie closed 5 years ago

chaoranxie commented 6 years ago

I have the following code but it looks like only the last one will be shown.

    resp.link_out('Wiki', data['wiki_link'])
    resp.link_out('TraiConditions', data['trailconditions_link'])
    resp.link_out('Weather', data['weather_link'])
treethought commented 6 years ago

Unfortunately, only one link out item is supported is supported with the V1 Actions API

chaoranxie commented 6 years ago

is that different in v2?