Class ChatSessionChatKitConfiguration
-
- All Implemented Interfaces:
public final class ChatSessionChatKitConfiguration
ChatKit configuration for the session.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ChatSessionChatKitConfiguration.Builder
A builder for ChatSessionChatKitConfiguration.
-
Method Summary
Modifier and Type Method Description final ChatSessionAutomaticThreadTitling
automaticThreadTitling()
Automatic thread titling preferences. final ChatSessionFileUpload
fileUpload()
Upload settings for the session. final ChatSessionHistory
history()
History retention configuration. final JsonField<ChatSessionAutomaticThreadTitling>
_automaticThreadTitling()
Returns the raw JSON value of automaticThreadTitling. final JsonField<ChatSessionFileUpload>
_fileUpload()
Returns the raw JSON value of fileUpload. final JsonField<ChatSessionHistory>
_history()
Returns the raw JSON value of history. final Map<String, JsonValue>
_additionalProperties()
final ChatSessionChatKitConfiguration.Builder
toBuilder()
final ChatSessionChatKitConfiguration
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ChatSessionChatKitConfiguration.Builder
builder()
Returns a mutable builder for constructing an instance of ChatSessionChatKitConfiguration. -
-
Method Detail
-
automaticThreadTitling
final ChatSessionAutomaticThreadTitling automaticThreadTitling()
Automatic thread titling preferences.
-
fileUpload
final ChatSessionFileUpload fileUpload()
Upload settings for the session.
-
history
final ChatSessionHistory history()
History retention configuration.
-
_automaticThreadTitling
final JsonField<ChatSessionAutomaticThreadTitling> _automaticThreadTitling()
Returns the raw JSON value of automaticThreadTitling.
Unlike automaticThreadTitling, this method doesn't throw if the JSON field has an unexpected type.
-
_fileUpload
final JsonField<ChatSessionFileUpload> _fileUpload()
Returns the raw JSON value of fileUpload.
Unlike fileUpload, this method doesn't throw if the JSON field has an unexpected type.
-
_history
final JsonField<ChatSessionHistory> _history()
Returns the raw JSON value of history.
Unlike history, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ChatSessionChatKitConfiguration.Builder toBuilder()
-
validate
final ChatSessionChatKitConfiguration validate()
-
builder
final static ChatSessionChatKitConfiguration.Builder builder()
Returns a mutable builder for constructing an instance of ChatSessionChatKitConfiguration.
The following fields are required:
.automaticThreadTitling() .fileUpload() .history()
-
-
-
-