GenerationConfig

constructor(stopSequences: Array<String>? = null, temperature: Double? = null, maxOutputTokens: Int? = null, topP: Double? = null, topK: Int? = null, responseMimeType: String? = null, responseModalities: Array<Modality>? = null, thinkingConfig: ThinkingConfig? = null, imageConfig: ImageConfig? = null, speechConfig: SpeechConfig? = null)