I am currently working with DialogFlow in Unity. I use UnityWebRequest to interact with the API. I don't get a text response even though intentDetectionConfidence = 1 was received. When I try with another agent my code is working fine, but it can't detect all my intent. This is the response I got
{
"responseId": "731f02f2-5341-4ee7-ae13-7ecdf11ba699-9779ea79",
"queryResult": {
"queryText": "Chào",
"action": "input.welcome",
"parameters": {},
"allRequiredParamsPresent": true,
"intent": {
"name": "projects/newagent-vvcn/agent/intents/c4bb07f9-5704-49cd-9806-7175b77e41a0",
"displayName": "Default Welcome Intent"
},
"intentDetectionConfidence": 1,
"languageCode": "vi-vn"
},
"outputAudioConfig": {
"audioEncoding": "OUTPUT_AUDIO_ENCODING_LINEAR_16"
}
}