renderPreface abstract method

Future<String> renderPreface(
  1. ConversationHandle conversation
)

Renders a native conversation preface.

Implementation

Future<String> renderPreface(ConversationHandle conversation);