Table of Contents

Constructor CustomCommandInput

Namespace
Skyline.DataMiner.DcpChatIntegrationHelper.Internal.Common
Assembly
Skyline.DataMiner.DcpChatIntegrationHelper.dll

CustomCommandInput(string, CustomCommandInputType, string)

public CustomCommandInput(string name, CustomCommandInputType type, string value)

Parameters

name string

The name of this input

type CustomCommandInputType

The type of this input

value string

For Parameter: the value for this parameter input with given Name

For MemoryFile: the memory file name for this memory file input with given Name

For Dummy: the element name for this dummy input with given Name