Class ChatSessionChatKitConfiguration
-
- All Implemented Interfaces:
public final class ChatSessionChatKitConfigurationChatKit configuration for the session.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChatSessionChatKitConfiguration.BuilderA builder for ChatSessionChatKitConfiguration.
-
Method Summary
-
-
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()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static ChatSessionChatKitConfiguration.Builder builder()
Returns a mutable builder for constructing an instance of ChatSessionChatKitConfiguration.
The following fields are required:
.automaticThreadTitling() .fileUpload() .history()
-
-
-
-