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
fromkenar_api_client.models.chatapi_conversation_send_message_responseimportChatapiConversationSendMessageResponse# TODO update the JSON string belowjson="{}"# create an instance of ChatapiConversationSendMessageResponse from a JSON stringchatapi_conversation_send_message_response_instance=ChatapiConversationSendMessageResponse.from_json(json)
# print the JSON string representation of the objectprint(ChatapiConversationSendMessageResponse.to_json())
# convert the object into a dictchatapi_conversation_send_message_response_dict=chatapi_conversation_send_message_response_instance.to_dict()
# create an instance of ChatapiConversationSendMessageResponse from a dictchatapi_conversation_send_message_response_from_dict=ChatapiConversationSendMessageResponse.from_dict(chatapi_conversation_send_message_response_dict)