UserInputResponseContent constructor

UserInputResponseContent({
  1. required String id,
  2. Object? rawRepresentation,
  3. AdditionalPropertiesDictionary? additionalProperties,
})

Creates a new UserInputResponseContent.

Implementation

UserInputResponseContent({
  required this.id,
  super.rawRepresentation,
  super.additionalProperties,
});