长文本

属性

名称

类型

描述

备注

长文本

字符串

示例

from gs_interactive.models.long_text import LongText

# TODO update the JSON string below
json = "{}"
# create an instance of LongText from a JSON string
long_text_instance = LongText.from_json(json)
# print the JSON string representation of the object
print LongText.to_json()

# convert the object into a dict
long_text_dict = long_text_instance.to_dict()
# create an instance of LongText from a dict
long_text_form_dict = long_text.from_dict(long_text_dict)

[返回模型列表] [返回API列表] [返回python_sdk]