Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.example.dto.dialogflow;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
public record DetectIntentResponseDTO(
|
||||
@JsonProperty("responseId") String responseId,
|
||||
@JsonProperty("queryResult") QueryResultDTO queryResult
|
||||
) {}
|
||||
Reference in New Issue
Block a user