GenerateContentConfig

constructor(httpOptions: HttpOptions? = null, shouldReturnHttpResponse: Boolean? = null, systemInstruction: Content? = null, temperature: Double? = null, topP: Double? = null, topK: Double? = null, candidateCount: Int? = null, maxOutputTokens: Int? = null, stopSequences: List<String>? = null, responseLogprobs: Boolean? = null, logprobs: Int? = null, presencePenalty: Double? = null, frequencyPenalty: Double? = null, seed: Int? = null, responseMimeType: String? = null, responseSchema: Schema? = null, responseJsonSchema: JsonElement? = null, modelSelectionConfig: ModelSelectionConfig? = null, safetySettings: List<SafetySetting>? = null, tools: List<Tool>? = null, toolConfig: ToolConfig? = null, cachedContent: String? = null, responseModalities: List<String>? = null, mediaResolution: MediaResolution? = null, speechConfig: SpeechConfig? = null, audioTimestamp: Boolean? = null, thinkingConfig: ThinkingConfig? = null, imageConfig: ImageConfig? = null, enableEnhancedCivicAnswers: Boolean? = null, modelArmorConfig: ModelArmorConfig? = null, serviceTier: ServiceTier? = null, routingConfig: GenerationConfigRoutingConfig? = null, labels: Map<String, String>? = null)