Message Properties Name Type Description Notes content string [default to undefined] role string [default to undefined] Example import { Message } from 'launchdarkly-api-typescript'; const instance: Message = { content, role, }; [Back to Model list] [Back to API list] [Back to README]