Class ChatKitWorkflow
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatKitWorkflowWorkflow metadata and state returned for the session. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatKitWorkflow.BuilderA builder for ChatKitWorkflow. public final classChatKitWorkflow.StateVariablesState variable key-value pairs applied when invoking the workflow. Defaults to null when no overrides were provided. public final classChatKitWorkflow.TracingTracing settings applied to the workflow. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()Identifier of the workflow backing the session. final Optional<ChatKitWorkflow.StateVariables>stateVariables()State variable key-value pairs applied when invoking the workflow. final ChatKitWorkflow.Tracingtracing()Tracing settings applied to the workflow. final Optional<String>version()Specific workflow version used for the session. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<ChatKitWorkflow.StateVariables>_stateVariables()Returns the raw JSON value of stateVariables. final JsonField<ChatKitWorkflow.Tracing>_tracing()Returns the raw JSON value of tracing. final JsonField<String>_version()Returns the raw JSON value of version. final Map<String, JsonValue>_additionalProperties()final ChatKitWorkflow.BuildertoBuilder()final ChatKitWorkflowvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatKitWorkflow.Builderbuilder()Returns a mutable builder for constructing an instance of ChatKitWorkflow. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        stateVariablesfinal Optional<ChatKitWorkflow.StateVariables> stateVariables() State variable key-value pairs applied when invoking the workflow. Defaults to null when no overrides were provided. 
 - 
                                        tracingfinal ChatKitWorkflow.Tracing tracing() Tracing settings applied to the workflow. 
 - 
                                        versionfinal Optional<String> version() Specific workflow version used for the session. Defaults to null when using the latest deployment. 
 - 
                                        _idfinal JsonField<String> _id() Returns the raw JSON value of id. Unlike id, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _stateVariablesfinal JsonField<ChatKitWorkflow.StateVariables> _stateVariables() Returns the raw JSON value of stateVariables. Unlike stateVariables, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _tracingfinal JsonField<ChatKitWorkflow.Tracing> _tracing() Returns the raw JSON value of tracing. Unlike tracing, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _versionfinal JsonField<String> _version() Returns the raw JSON value of version. Unlike version, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatKitWorkflow.Builder toBuilder() 
 - 
                                        validatefinal ChatKitWorkflow validate() 
 - 
                                        builderfinal static ChatKitWorkflow.Builder builder() Returns a mutable builder for constructing an instance of ChatKitWorkflow. The following fields are required: .id() .stateVariables() .tracing() .version()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-