UPDATE 14-Octubre
This commit is contained in:
@@ -126,6 +126,7 @@ public class DialogflowClientService {
|
||||
|
||||
// Build the final DetectIntentRequest Protobuf object
|
||||
DetectIntentRequest detectIntentRequest = detectIntentRequestBuilder.build();
|
||||
logger.debug("DetectIntentRequest created for session {}: {}", sessionId, detectIntentRequest);
|
||||
return Mono.fromCallable(() -> {
|
||||
logger.debug("Calling Dialogflow CX detectIntent for session: {}", sessionId);
|
||||
return sessionsClient.detectIntent(detectIntentRequest);
|
||||
|
||||
Reference in New Issue
Block a user