ThreadMessageResponse.Content

ThreadMessageResponse.Content property

Gets or sets the content of the message in an array of text and/or images.

public List<MessageContentResponse> Content { get; set; }

See Also