Stay organized with collections
Save and categorize content based on your preferences.
Firebase.AI.RequestOptions
Configuration parameters for sending requests to the backend.
Summary
Constructors and Destructors
|
RequestOptions(TimeSpan? timeout, int? autoFunctionTurnLimit)
|
Public functions
RequestOptions
Firebase::AI::RequestOptions::RequestOptions(
TimeSpan? timeout,
int? autoFunctionTurnLimit
)
Initialize a RequestOptions object.
| Details |
| Parameters |
timeout
|
The request's timeout interval. Defaults to 180 seconds if given null.
|
autoFunctionTurnLimit
|
When handling automatic functions, how many iterations will it attempt before stopping. Defaults to 5.
|
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-04-16 UTC.
[null,null,["Last updated 2026-04-16 UTC."],[],[]]