Class ChatSessionWorkflowParam.Tracing
- 
                    
                    
- All Implemented Interfaces:
 
public final class ChatSessionWorkflowParam.TracingOptional tracing overrides for the workflow invocation. When omitted, tracing is enabled by default.
 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChatSessionWorkflowParam.Tracing.BuilderA builder for Tracing.
 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description final Optional<Boolean>enabled()Whether tracing is enabled during the session. final JsonField<Boolean>_enabled()Returns the raw JSON value of enabled. final Map<String, JsonValue>_additionalProperties()final ChatSessionWorkflowParam.Tracing.BuildertoBuilder()final ChatSessionWorkflowParam.Tracingvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatSessionWorkflowParam.Tracing.Builderbuilder()Returns a mutable builder for constructing an instance of Tracing. - 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
enabled
final Optional<Boolean> enabled()
Whether tracing is enabled during the session. 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 ChatSessionWorkflowParam.Tracing.Builder toBuilder()
 
- 
                                        
validate
final ChatSessionWorkflowParam.Tracing validate()
 
- 
                                        
builder
final static ChatSessionWorkflowParam.Tracing.Builder builder()
Returns a mutable builder for constructing an instance of Tracing.
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -