<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [ConversationResultResponseBody](./smwebsdk.conversationresultresponsebody.md) &gt; [output](./smwebsdk.conversationresultresponsebody.output.md)

## ConversationResultResponseBody.output property

**Signature:**

```typescript
output: {
        text: string;
        context: Record<string, string | unknown>;
        provider?: {
            kind: 'watson' | 'dialogflow';
            meta: any;
        };
    };
```
