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
fromrevengai.models.app_api_rest_v2_agent_schema_capabilityimportAppApiRestV2AgentSchemaCapability# TODO update the JSON string belowjson="{}"# create an instance of AppApiRestV2AgentSchemaCapability from a JSON stringapp_api_rest_v2_agent_schema_capability_instance=AppApiRestV2AgentSchemaCapability.from_json(json)
# print the JSON string representation of the objectprint(AppApiRestV2AgentSchemaCapability.to_json())
# convert the object into a dictapp_api_rest_v2_agent_schema_capability_dict=app_api_rest_v2_agent_schema_capability_instance.to_dict()
# create an instance of AppApiRestV2AgentSchemaCapability from a dictapp_api_rest_v2_agent_schema_capability_from_dict=AppApiRestV2AgentSchemaCapability.from_dict(app_api_rest_v2_agent_schema_capability_dict)