valgaze / dialogflow-speedrun

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

stray code comments #11

Open valgaze opened 4 years ago

valgaze commented 4 years ago

From aog & elsewhere:

Don't need proejct idea if path (service accounts have projectid in them)

  | * a path to a JSON file, the projectId option below is not necessary.
  | * NOTE: .pem and .p12 require you to specify options.email as well.

 | // A context represents additional information included with user input or with
  | // an intent returned by the Dialogflow API. Contexts are helpful for
  | // differentiating user input which may be vague or have a different meaning
  | // depending on additional details from your application such as user setting
  | // and preferences, previous user input, where the user is in your application,
  | // geographic location, and so on.
 ```