conversation property

Gets conversation operations for this context.

Example:

await ctx.conversation.enter('greeting');

Implementation

ConversationContextOperations get conversation {
  return ConversationContextOperations(this);
}