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.generic object.

    Declaration

    Swift

    public var storeGenericResponses: Bool?
  • Initialize a WorkspaceSystemSettingsTooling with member variables.

    Declaration

    Swift

    public init(
        storeGenericResponses: Bool? = nil
    )

    Parameters

    storeGenericResponses

    Whether the dialog JSON editor displays text responses within the output.generic object.

    Return Value

    An initialized WorkspaceSystemSettingsTooling.