assistantResponse property

  1. @TagNumber.new(3)
String get assistantResponse

Generated assistant response text from the LLM. Unset when STT produced no transcription or LLM was skipped.

Implementation

@$pb.TagNumber(3)
$core.String get assistantResponse => $_getSZ(2);
  1. @TagNumber.new(3)
set assistantResponse (String value)

Implementation

@$pb.TagNumber(3)
set assistantResponse($core.String value) => $_setString(2, value);