BedrockConverseParams

constructor(temperature: Double? = null, maxTokens: Int? = null, numberOfChoices: Int? = null, speculation: String? = null, schema: LLMParams.Schema? = null, toolChoice: LLMParams.ToolChoice? = null, user: String? = null, additionalProperties: Map<String, JsonElement>? = null, topP: Double? = null, stopSequences: List<String>? = null, performanceConfig: PerformanceConfiguration? = null, promptVariables: Map<String, PromptVariableValues>? = null, requestMetadata: Map<String, String>? = null)(source)