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
fromquantcdn.models.chat_with_ai_agent200_response_response_usageimportChatWithAIAgent200ResponseResponseUsage# TODO update the JSON string belowjson="{}"# create an instance of ChatWithAIAgent200ResponseResponseUsage from a JSON stringchat_with_ai_agent200_response_response_usage_instance=ChatWithAIAgent200ResponseResponseUsage.from_json(json)
# print the JSON string representation of the objectprint(ChatWithAIAgent200ResponseResponseUsage.to_json())
# convert the object into a dictchat_with_ai_agent200_response_response_usage_dict=chat_with_ai_agent200_response_response_usage_instance.to_dict()
# create an instance of ChatWithAIAgent200ResponseResponseUsage from a dictchat_with_ai_agent200_response_response_usage_from_dict=ChatWithAIAgent200ResponseResponseUsage.from_dict(chat_with_ai_agent200_response_response_usage_dict)