sendMessageResponse
inline fun sendMessageResponse(init: SendMessageResponseBuilder.() -> Unit): SendMessageResponse(source)
Top-level DSL function for creating SendMessageResponse.
Return
A new SendMessageResponse instance.
Parameters
init
The lambda to configure the send message response.
Java-friendly top-level DSL function for creating SendMessageResponse.
Return
A new SendMessageResponse instance.
Parameters
init
The consumer to configure the send message response.