UserInputResponseContent constructor
UserInputResponseContent({
- required String id,
- Object? rawRepresentation,
- AdditionalPropertiesDictionary? additionalProperties,
Creates a new UserInputResponseContent.
Implementation
UserInputResponseContent({
required this.id,
super.rawRepresentation,
super.additionalProperties,
});