Google Cloud Dialogflow V2Smart Reply Metrics Response
data class GoogleCloudDialogflowV2SmartReplyMetricsResponse(val allowlistCoverage: Double, val conversationCount: String, val topNMetrics: List<GoogleCloudDialogflowV2SmartReplyMetricsTopNMetricsResponse>)
The evaluation metrics for smart reply model.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2SmartReplyMetricsResponse(allowlistCoverage: Double, conversationCount: String, topNMetrics: List<GoogleCloudDialogflowV2SmartReplyMetricsTopNMetricsResponse>)