Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 5.09 KB

File metadata and controls

30 lines (24 loc) · 5.09 KB

core / org.rewedigital.dialog.model.dialogflow / QueryResult

QueryResult

data class QueryResult

Constructors

Name Summary
<init> QueryResult(queryText: String? = null, action: String? = null, parameters: Map<String, Any> = emptyMap(), allRequiredParamsPresent: Boolean= false, fulfillmentText:String? = null, fulfillmentMessages: MutableList<Messages> = mutableListOf(), outputContexts: MutableList<OutputContext> = mutableListOf(), intent: Intent? = null, intentDetectionConfidence: Double= 0.0, speechRecognitionConfidence:Double= 0.0, languageCode:String? = null, diagnosticInfo: Map<String, Any> = emptyMap(), webhookSource: String? = null, webhookPayload: Map<String, Any> = emptyMap())

Properties

Name Summary
action val action: String?
allRequiredParamsPresent val allRequiredParamsPresent: Boolean
diagnosticInfo val diagnosticInfo: Map<String, Any>
fulfillmentMessages val fulfillmentMessages: MutableList<Messages>
fulfillmentText val fulfillmentText: String?
intent val intent: Intent?
intentDetectionConfidence val intentDetectionConfidence: Double
languageCode val languageCode: String?
outputContexts val outputContexts: MutableList<OutputContext>
parameters val parameters: Map<String, Any>
queryText val queryText: String?
speechRecognitionConfidence val speechRecognitionConfidence: Double
webhookPayload val webhookPayload: Map<String, Any>
webhookSource val webhookSource: String?