AIContent constructor

AIContent({
  1. Object? rawRepresentation,
  2. AdditionalPropertiesDictionary? additionalProperties,
})

Creates a new AIContent.

Implementation

AIContent({this.rawRepresentation, this.additionalProperties});