src/api/project_details.ts
Specifies a project by means of a fully qualified flow reference. Such project reference may be disabled in production environments.
Properties |
|
Accessors |
constructor(sessionName: string, project: string, flow: string, version?: string, languageCode?: string, channel?: string, parameters?: QueryParameters, baseUrl?: string)
|
Public Readonly Optional baseUrl |
Type : string
|
Public Readonly Optional channel |
Type : string
|
Public Readonly flow |
Type : string
|
Public Readonly Optional languageCode |
Type : string
|
Public Readonly Optional parameters |
Type : QueryParameters
|
Public Readonly project |
Type : string
|
Public Readonly sessionName |
Type : string
|
Public Readonly Optional version |
Type : string
|
resource |
getresource()
|
params |
getparams()
|