Class ChatSessionAutomaticThreadTitling
-
- All Implemented Interfaces:
public final class ChatSessionAutomaticThreadTitling
Automatic thread title preferences for the session.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ChatSessionAutomaticThreadTitling.Builder
A builder for ChatSessionAutomaticThreadTitling.
-
Method Summary
Modifier and Type Method Description final Boolean
enabled()
Whether automatic thread titling is enabled. final JsonField<Boolean>
_enabled()
Returns the raw JSON value of enabled. final Map<String, JsonValue>
_additionalProperties()
final ChatSessionAutomaticThreadTitling.Builder
toBuilder()
final ChatSessionAutomaticThreadTitling
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ChatSessionAutomaticThreadTitling.Builder
builder()
Returns a mutable builder for constructing an instance of ChatSessionAutomaticThreadTitling. -
-
Method Detail
-
_enabled
final JsonField<Boolean> _enabled()
Returns the raw JSON value of enabled.
Unlike enabled, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ChatSessionAutomaticThreadTitling.Builder toBuilder()
-
validate
final ChatSessionAutomaticThreadTitling validate()
-
builder
final static ChatSessionAutomaticThreadTitling.Builder builder()
Returns a mutable builder for constructing an instance of ChatSessionAutomaticThreadTitling.
The following fields are required:
.enabled()
-
-
-
-