SendMessage.assistantInput constructor

const SendMessage.assistantInput({
  1. required String text,
  2. String? customSessionId,
})

Implementation

const factory SendMessage.assistantInput({
  required String text,
  String? customSessionId,
}) = AssistantInput;