conversation property
ConversationContextOperations
get
conversation
Gets conversation operations for this context.
Example:
await ctx.conversation.enter('greeting');
Implementation
ConversationContextOperations get conversation {
return ConversationContextOperations(this);
}