-
[Dialogflow Doc](https://cloud.google.com/dialogflow/docs/reference/rest/v2/projects.agent.sessions/detectIntent#InputAudioConfig)
> lib/v2/dialogflow_v2.dart (Line : 132)
```
String body = '{"quer…
-
Hey,
I have an empty react app with expo and when I add this line:
import { Dialogflow_V2 } from 'react-native-dialogflow';
(same with import { Dialogflow } from 'react-native-dialogflow'; )
The a…
-
Actually, i am using the V1 Dialogflow Client Java SDK.
\
\ai.api\
\libai\
\1.6.12\
\
In the current stable version (1.6.12) we have the possibility to set the Contexts before the …
-
-
We need to support dialogflow API v2 for AlexaApiAiBridge. I have created a pull request for the same and tagged to this defect.
-
I want use it in android ? Is there a simple of Android?
-
This is the URL( https://dialogflow.googleapis.com/v2/{parent=projects/}/agent) in my case( https://dialogflow.googleapis.com/v2/{parent=projects/chatagent-yrwptu}/agent) which I want to access from t…
ghost updated
4 years ago
-
Test failed in [GraalVM JDK 17 Nightly](https://fusion2.corp.google.com/ci/kokoro/prod:cloud-devrel%2Fclient-libraries%2Fjava%2Fgoogle-cloud-java%2Fnightly%2Fgraalvm-native-17/activity/3a64a4e6-857e-4…
-
```
import 'package:flutter/material.dart';
import 'package:flutter_dialogflow/dialogflow_v2.dart';
class Home extends StatefulWidget {
Home({Key key}) : super(key: key);
@override
_Ho…
-
This is more of a feature request to add support for restoring a dialogflow agent.
Importing doesn't give the ability to remove deprecated intents since it only adds on top of what currently exist…