You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
شناسه منحصر به فرد کاربر برای شروع یا ادامه مکالمه
[optional]
Example
fromkenar_api_client.models.chat_api_chat_bot_send_message_bodyimportChatAPIChatBotSendMessageBody# TODO update the JSON string belowjson="{}"# create an instance of ChatAPIChatBotSendMessageBody from a JSON stringchat_api_chat_bot_send_message_body_instance=ChatAPIChatBotSendMessageBody.from_json(json)
# print the JSON string representation of the objectprint(ChatAPIChatBotSendMessageBody.to_json())
# convert the object into a dictchat_api_chat_bot_send_message_body_dict=chat_api_chat_bot_send_message_body_instance.to_dict()
# create an instance of ChatAPIChatBotSendMessageBody from a dictchat_api_chat_bot_send_message_body_from_dict=ChatAPIChatBotSendMessageBody.from_dict(chat_api_chat_bot_send_message_body_dict)