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
fromiblai.models.train_chat_session_document_view_requestimportTrainChatSessionDocumentViewRequest# TODO update the JSON string belowjson="{}"# create an instance of TrainChatSessionDocumentViewRequest from a JSON stringtrain_chat_session_document_view_request_instance=TrainChatSessionDocumentViewRequest.from_json(json)
# print the JSON string representation of the objectprint(TrainChatSessionDocumentViewRequest.to_json())
# convert the object into a dicttrain_chat_session_document_view_request_dict=train_chat_session_document_view_request_instance.to_dict()
# create an instance of TrainChatSessionDocumentViewRequest from a dicttrain_chat_session_document_view_request_from_dict=TrainChatSessionDocumentViewRequest.from_dict(train_chat_session_document_view_request_dict)