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

GASimpleResponse

data class GASimpleResponse (source)

Constructors

<init>

GASimpleResponse(textToSpeech: String? = null, ssml: String? = null, displayText: String? = null)

Properties

displayText

val displayText: String?

ssml

val ssml: String?

textToSpeech

val textToSpeech: String?

Functions

toGenericMessage

fun toGenericMessage(): GenericMessage