All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.samarth2222.skillA.data.dialog.acdl Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
dialog {
  sample {
    getWeatherEvent = receiveInvocation(com.weatherbot.samples.GetWeatherSet)
    weatherResult = com.weatherbot.apis.GetWeather(getWeatherEvent.slots.cityName.value)
    notifySuccess(ResponseRef { prompt = "inform_weather" }, weatherResult)
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy