scheduling

Setter for scheduling.

scheduling: Specifies how the response should be scheduled in the conversation. Only applicable to NON_BLOCKING function calls, is ignored otherwise. Defaults to WHEN_IDLE.


@CanIgnoreReturnValue()
public FunctionResponse.Builder scheduling(FunctionResponseScheduling.Known knownType)

Setter for scheduling given a known enum.

scheduling: Specifies how the response should be scheduled in the conversation. Only applicable to NON_BLOCKING function calls, is ignored otherwise. Defaults to WHEN_IDLE.


@CanIgnoreReturnValue()
public FunctionResponse.Builder scheduling(String scheduling)

Setter for scheduling given a string.

scheduling: Specifies how the response should be scheduled in the conversation. Only applicable to NON_BLOCKING function calls, is ignored otherwise. Defaults to WHEN_IDLE.