Google Cloud Dialogflow V2beta1Fulfillment Response
data class GoogleCloudDialogflowV2beta1FulfillmentResponse(val displayName: String, val enabled: Boolean, val features: List<GoogleCloudDialogflowV2beta1FulfillmentFeatureResponse>, val genericWebService: GoogleCloudDialogflowV2beta1FulfillmentGenericWebServiceResponse, val name: String)
By default, your agent responds to a matched intent with a static response. As an alternative, you can provide a more dynamic response by using fulfillment. When you enable fulfillment for an intent, Dialogflow responds to that intent by calling a service that you define. For example, if an end-user wants to schedule a haircut on Friday, your service can check your database and respond to the end-user with availability information for Friday. For more information, see the fulfillment guide.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2beta1FulfillmentResponse(displayName: String, enabled: Boolean, features: List<GoogleCloudDialogflowV2beta1FulfillmentFeatureResponse>, genericWebService: GoogleCloudDialogflowV2beta1FulfillmentGenericWebServiceResponse, name: String)