requestTextInput

abstract fun requestTextInput(    text: String,     playServiceId: String? = null,     token: String? = null,     source: String? = null,     referrerDialogRequestId: String? = null,     includeDialogAttribute: Boolean = true,     listener: TextAgentInterface.RequestListener? = null): String

Return

the dialogRequestId for request

Parameters

text

the input text which to send request.

playServiceId

the playServiceId for request

token

: the token for request

source

: the source for request

referrerDialogRequestId

the referrerDialogRequestId for request

includeDialogAttribute

the flag to include or not dialog's attribute

listener

the listener for request