Dialogflow samples using the Go client.
-
If your project does not already have a Dialogflow agent, create one following these instructions.
(If you want to create an enterprise agent, follow these instructions instead.)
-
This sample comes with a sample agent which you can use to run the samples. Follow these instructions to import the agent from the Dialogflow console.
(Warning: Importing the sample agent will add intents and entities to your Dialogflow agent. You may want to use a separate Google Cloud Platform project, or export your existing Dialogflow agent before importing the sample agent.)
(Text, audio, streaming audio)
Usage: go run detect_intent/detect_intent.go -help
Usage: go run intent_management/intent_management.go -help
Usage: go run entity_type_management/entity_type_management.go -help
Usage: go run entity_management/entity_management.go -help
Usage: go run session_entity_type_management/session_entity_type_management.go -help