Description
    
      Initialize a Seam context (including Conversation if needed)
    
  
  
    | Operation id | Seam.InitContext | 
|---|
     | Aliases | WebUI.InitSeamContext | 
|---|
    | Category | User Interface | 
|---|
    | Label | Init Seam Context | 
|---|
    | Requires |  | 
|---|
    | Since |  | 
|---|
  
   
  Parameters
  
  
  
  Signature
  
  Implementation Information
  
  JSON Definition
  
    {
  "id" : "Seam.InitContext",
  "aliases" : [ "WebUI.InitSeamContext" ],
  "label" : "Init Seam Context",
  "category" : "User Interface",
  "requires" : null,
  "description" : "Initialize a Seam context (including Conversation if needed)",
  "url" : "Seam.InitContext",
  "signature" : [ "void", "void" ],
  "params" : [ {
    "name" : "conversationId",
    "description" : "",
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}