Class ChatSessionChatKitConfigurationParam.AutomaticThreadTitling
-
- All Implemented Interfaces:
public final class ChatSessionChatKitConfigurationParam.AutomaticThreadTitling
Configuration for automatic thread titling. When omitted, automatic thread titling is enabled by default.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ChatSessionChatKitConfigurationParam.AutomaticThreadTitling.Builder
A builder for AutomaticThreadTitling.
-
Method Summary
Modifier and Type Method Description final Optional<Boolean>
enabled()
Enable automatic thread title generation. final JsonField<Boolean>
_enabled()
Returns the raw JSON value of enabled. final Map<String, JsonValue>
_additionalProperties()
final ChatSessionChatKitConfigurationParam.AutomaticThreadTitling.Builder
toBuilder()
final ChatSessionChatKitConfigurationParam.AutomaticThreadTitling
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ChatSessionChatKitConfigurationParam.AutomaticThreadTitling.Builder
builder()
Returns a mutable builder for constructing an instance of AutomaticThreadTitling. -
-
Method Detail
-
enabled
final Optional<Boolean> enabled()
Enable automatic thread title generation. Defaults to true.
-
_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 ChatSessionChatKitConfigurationParam.AutomaticThreadTitling.Builder toBuilder()
-
validate
final ChatSessionChatKitConfigurationParam.AutomaticThreadTitling validate()
-
builder
final static ChatSessionChatKitConfigurationParam.AutomaticThreadTitling.Builder builder()
Returns a mutable builder for constructing an instance of AutomaticThreadTitling.
-
-
-
-