tock / ai.tock.bot.connector.ga.model.response / GAExpectedInput

GAExpectedInput

data class GAExpectedInput (source)

Constructors

<init>

GAExpectedInput(inputPrompt: GAInputPrompt, possibleIntents: List<GAExpectedIntent> = listOf( GAExpectedIntent(GAIntent.text) ), speechBiasingHints: List<String> = emptyList())

Properties

inputPrompt

val inputPrompt: GAInputPrompt

possibleIntents

val possibleIntents: List<GAExpectedIntent>

speechBiasingHints

val speechBiasingHints: List<String>

Functions

toGenericMessage

fun toGenericMessage(): GenericMessage?