Creates an Instance that can host multiple bots sharing the same infrastructure.
Examples
Type Parameters
Parameters
options: CreateInstanceOptions
The options for creating the instance.
Return Type
TContextData extends void ? InstanceWithVoidContextData : Instance<TContextData>
The created instance.