Does Datastore provide any confidence or generator score for the responses generated in Dialogflow CX?
I need to classify the responses based on their accuracy confidence levels. For example:
Solved! Go to Solution.
To be able to see the Snippets Section in Web Platform, I believe you need to add datastore handler in Start or Any Preferred Page in Dialogflow CX.
Try this - Datastore Agents in Dialogflow CX
* * To be able to use datastore inside dialogflow CX, you need to enable Vertex AI API in console.**
Did some R&D and got to know the searchSnippets is not logged inside response body when calling dialogflow via API.
Hi! Using the web platform or API?
In the Web Platform , I guess we can see the inside the original response for score -
"generativePrediction": {
"groundingInfo": {
"accepted": true,
"score": "VERY_HIGH",
"snippetsSupportingIndices": [
{
"indices": [
1,
2,
0
]},]}}
Wondering do we get same/similiar kind of score of response via API in response body?
You get a lot of info from the API. I was trying but with my current setup I'm not seeing the snippets section. I will let you know if I get them.
Try this:
```python
To be able to see the Snippets Section in Web Platform, I believe you need to add datastore handler in Start or Any Preferred Page in Dialogflow CX.
Try this - Datastore Agents in Dialogflow CX
* * To be able to use datastore inside dialogflow CX, you need to enable Vertex AI API in console.**
Did some R&D and got to know the searchSnippets is not logged inside response body when calling dialogflow via API.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |