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