valgaze / dialogflow-speedrun

A learning tool to get up and running fast with DialogFlow
MIT License
6 stars 0 forks source link

component list #12

Open valgaze opened 4 years ago

valgaze commented 4 years ago

https://github.com/actions-on-google/actions-on-google-nodejs/blob/5d82ad01c9fa195076c531bdee1b1a52c85e883a/src/service/dialogflow/incoming.ts#L70

      text,
      image,
      quickReplies,
      card,
      simpleResponses,
      basicCard,
      suggestions,
      linkOutSuggestion,
      listSelect,
      carouselSelect,
      platform,
      payload,
valgaze commented 4 years ago

https://github.com/actions-on-google/actions-on-google-nodejs/blob/5d82ad01c9fa195076c531bdee1b1a52c85e883a/src/service/dialogflow/api/v2.ts#L221