tock / ai.tock.bot.connector.ga / gaMessage

gaMessage

fun I18nTranslator.gaMessage(inputPrompt: GAInputPrompt, possibleIntents: List<GAExpectedIntent> = listOf( expectedTextIntent() ), speechBiasingHints: List<String> = emptyList()): GAResponseConnectorMessage (source)

Google Assistant Message with all available parameters.

fun I18nTranslator.gaMessage(text: CharSequence, vararg suggestions: CharSequence): GAResponseConnectorMessage (source)

Google Assistant Message with suggestions.

fun I18nTranslator.gaMessage(text: CharSequence, basicCard: GABasicCard): GAResponseConnectorMessage (source)

Google Assistant Message with GABasicCard.

fun I18nTranslator.gaMessage(richResponse: GARichResponse): GAResponseConnectorMessage (source)

Google Assistant Message with GARichResponse.

fun I18nTranslator.gaMessage(possibleIntent: GAExpectedIntent): GAResponseConnectorMessage (source)

Google Assistant Message with one GAExpectedIntent.

fun I18nTranslator.gaMessage(possibleIntents: List<GAExpectedIntent>): GAResponseConnectorMessage (source)

Google Assistant Message with multiple GAExpectedIntent.

fun I18nTranslator.gaMessage(text: CharSequence, possibleIntents: List<GAExpectedIntent>): GAResponseConnectorMessage (source)

Google Assistant Message with text and multiple GAExpectedIntent.

fun I18nTranslator.gaMessage(gaRichResponse: GARichResponse, listItems: List<GAListItem>, title: CharSequence? = null): GAResponseConnectorMessage (source)

Provides a message with a GAListSelect.