Package com.openai.models.beta.chatkit
Class ChatKitWorkflow.Tracing
-
- All Implemented Interfaces:
public final class ChatKitWorkflow.Tracing
Tracing settings applied to the workflow.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ChatKitWorkflow.Tracing.Builder
A builder for Tracing.
-
Method Summary
Modifier and Type Method Description final Boolean
enabled()
Indicates whether tracing is enabled. final JsonField<Boolean>
_enabled()
Returns the raw JSON value of enabled. final Map<String, JsonValue>
_additionalProperties()
final ChatKitWorkflow.Tracing.Builder
toBuilder()
final ChatKitWorkflow.Tracing
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ChatKitWorkflow.Tracing.Builder
builder()
Returns a mutable builder for constructing an instance of Tracing. -
-
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 ChatKitWorkflow.Tracing.Builder toBuilder()
-
validate
final ChatKitWorkflow.Tracing validate()
-
builder
final static ChatKitWorkflow.Tracing.Builder builder()
Returns a mutable builder for constructing an instance of Tracing.
The following fields are required:
.enabled()
-
-
-
-