exampleQuestions property

List<ExampleQuestion> exampleQuestions
final

Example questions to show in the welcome message. When non-empty, these will enable the welcome message at the start of the conversation even if welcomeMessageConfig is null.

Implementation

final List<ExampleQuestion> exampleQuestions;