WorkspaceSystemSettingsTooling
public struct WorkspaceSystemSettingsTooling : Codable, Equatable
Workspace settings related to the Watson Assistant user interface.
-
Whether the dialog JSON editor displays text responses within the
output.genericobject.Declaration
Swift
public var storeGenericResponses: Bool? -
Initialize a
WorkspaceSystemSettingsToolingwith member variables.Declaration
Swift
public init( storeGenericResponses: Bool? = nil )Parameters
storeGenericResponsesWhether the dialog JSON editor displays text responses within the
output.genericobject.Return Value
An initialized
WorkspaceSystemSettingsTooling.
View on GitHub
WorkspaceSystemSettingsTooling Structure Reference