GenerateContentResponse constructor
GenerateContentResponse({
- List<
Candidate> candidates = const [], - GenerateContentResponse_PromptFeedback? promptFeedback,
- GenerateContentResponse_UsageMetadata? usageMetadata,
- String modelVersion = '',
- String responseId = '',
Implementation
GenerateContentResponse({
this.candidates = const [],
this.promptFeedback,
this.usageMetadata,
this.modelVersion = '',
this.responseId = '',
}) : super(fullyQualifiedName);