GenerateContentResponse constructor

GenerateContentResponse({
  1. List<Candidate> candidates = const [],
  2. GenerateContentResponse_PromptFeedback? promptFeedback,
  3. GenerateContentResponse_UsageMetadata? usageMetadata,
  4. String modelVersion = '',
  5. String responseId = '',
})

Implementation

GenerateContentResponse({
  this.candidates = const [],
  this.promptFeedback,
  this.usageMetadata,
  this.modelVersion = '',
  this.responseId = '',
}) : super(fullyQualifiedName);