Skip to content

can't change conversation id #166

Answered by Soulter
mahi141414 asked this question in Q&A
Discussion options

You must be logged in to vote

hello, you can use following codes to change conversation id

# Get conversation list(all conversations in your account)
conversation_list = chatbot.get_remote_conversations()
# Get conversation list(local)
conversation_list = chatbot.get_conversation_list()

update:
To change conversation id you can use

chatbot.change_conversation(id)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mahi141414
Comment options

Answer selected by Soulter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants