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?
Content copied to clipboard
Send request for NUGU with text input. The client receive the same response(directive) as when they requested ASR.
Return
the dialogRequestId for request
Parameters
text
: the source text for
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