<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [Conversation](./smwebsdk.conversation.md) &gt; [(constructor)](./smwebsdk.conversation._constructor_.md)

## Conversation.(constructor)

Constructs a new instance of the `Conversation` class

**Signature:**

```typescript
constructor(logger?: Logger, conversationState?: ConversationState, contentCardFormatter?: ContentCardFormatter);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  logger | Logger | _(Optional)_ |
|  conversationState | [ConversationState](./smwebsdk.conversationstate.md) | _(Optional)_ |
|  contentCardFormatter | [ContentCardFormatter](./smwebsdk.contentcardformatter.md) | _(Optional)_ |

