dialogflow_grpc 0.2.9 dialogflow_grpc: ^0.2.9 copied to clipboard
Flutter package for Dialogflow CX, V2 and V2beta using gRPC. A faster integration with the Dialogflow API and also the possibility to do audio streaming.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dialogflow_grpc
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
dialogflow_grpc: ^0.2.9
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dialogflow_grpc/dialogflow_grpc.dart';