dialogflow_grpc 0.2.9 copy "dialogflow_grpc: ^0.2.9" to clipboard
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';
31
likes
80
pub points
87%
popularity

Publisher

verified publisherleeboonstra.dev

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.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

fixnum, flutter, grpc, meta, protobuf, uuid

More

Packages that depend on dialogflow_grpc