# DomainPrompt ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **prompt** | **str** | | [optional] ## Example ```python from ai_core_api_client.models.domain_prompt import DomainPrompt # TODO update the JSON string below json = "{}" # create an instance of DomainPrompt from a JSON string domain_prompt_instance = DomainPrompt.from_json(json) # print the JSON string representation of the object print(DomainPrompt.to_json()) # convert the object into a dict domain_prompt_dict = domain_prompt_instance.to_dict() # create an instance of DomainPrompt from a dict domain_prompt_from_dict = DomainPrompt.from_dict(domain_prompt_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)