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

Latest commit

 

History

History
20 lines (14 loc) · 1.22 KB

File metadata and controls

20 lines (14 loc) · 1.22 KB

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

WebhookRequest

data class WebhookRequest

Constructors

Name Summary
<init> WebhookRequest(responseId: String? = null, session: String? = null, queryResult: QueryResult? = null, originalDetectIntentRequest: OriginalDetectIntentRequest? = null)

Properties

Name Summary
originalDetectIntentRequest val originalDetectIntentRequest: OriginalDetectIntentRequest?
queryResult val queryResult: QueryResult?
responseId val responseId: String?
session val session: String?