smwebsdk.conversation._constructor_
Home > @soulmachines/smwebsdk > Conversation > (constructor)
Conversation.(constructor)
Constructs a new instance of the Conversation
class
Signature:
constructor(logger?: Logger, conversationState?: ConversationState, contentCardFormatter?: ContentCardFormatter);
Parameters
Parameter | Type | Description |
---|---|---|
logger | Logger | (Optional) |
conversationState | ConversationState | (Optional) |
contentCardFormatter | ContentCardFormatter | (Optional) |