Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snippets/integrations/cards/botpress/anthropic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl
>
<span>{"Model to use for content generation"}</span>

Available options: `claude-opus-4-6`, `claude-sonnet-4-6`, `claude-haiku-4-5-20251001`, `claude-haiku-4-5-reasoning-20251001`, `claude-sonnet-4-5-20250929`, `claude-sonnet-4-5-reasoning-20250929`, `claude-sonnet-4-20250514`, `claude-sonnet-4-reasoning-20250514`, `claude-3-5-sonnet-20241022`, `claude-3-5-sonnet-20240620`, `claude-3-haiku-20240307`
Available options: `claude-opus-4-6`, `claude-sonnet-4-6`, `claude-haiku-4-5-20251001`, `claude-haiku-4-5-reasoning-20251001`, `claude-sonnet-4-5-20250929`, `claude-sonnet-4-5-reasoning-20250929`, `claude-sonnet-4-20250514`, `claude-sonnet-4-reasoning-20250514`, `claude-3-5-sonnet-20241022`, `claude-3-5-sonnet-20240620`
</ResponseField>
</Expandable>
</ResponseField>
Expand Down
38 changes: 38 additions & 0 deletions snippets/integrations/cards/botpress/desk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2117,6 +2117,44 @@ Available options: `asc`, `desc`
required
>

</ResponseField>
</Expandable>
</Tab>
<Tab title="deadline_tags">
<Expandable>
<ResponseField
name="id"
type="number"
>

</ResponseField>
<ResponseField
name="field"
type="string"
required
>

</ResponseField>
<ResponseField
name="type"
type="string"
required
>

</ResponseField>
<ResponseField
name="operator"
type="string"
required
>

</ResponseField>
<ResponseField
name="values"
type="array"
required
>

</ResponseField>
</Expandable>
</Tab>
Expand Down
111 changes: 111 additions & 0 deletions snippets/integrations/cards/botpress/google-analytics.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
{/* This file is auto-generated. Do not edit directly. */}
{/* vale off */}

Here's a reference for all [Cards](/studio/concepts/cards/introduction) available with the integration:

### Track Event

<span>{"Track a custom event in Google Analytics."}</span>

<ResponseField
name="input"
type="object"
>
<Expandable>
<ResponseField
name="userId"
type="string"
required
>
<span>{"The user ID to track"}</span>
</ResponseField>
<ResponseField
name="eventName"
type="string"
required
>
<span>{"The event name to track"}</span>
</ResponseField>
<ResponseField
name="eventPayload"
type="string"
>
<span>{"JSON object string containing the properties of the event"}</span>
</ResponseField>
</Expandable>
</ResponseField>

<ResponseField
name="output"
type="object"
>
This Card has no output.
</ResponseField>

### Track Node

<span>{"Track a node execution as a page view in Google Analytics."}</span>

<ResponseField
name="input"
type="object"
>
<Expandable>
<ResponseField
name="userId"
type="string"
required
>
<span>{"The user ID to track"}</span>
</ResponseField>
<ResponseField
name="nodeId"
type="string"
required
>
<span>{"A unique ID representing the node being tracked"}</span>
</ResponseField>
</Expandable>
</ResponseField>

<ResponseField
name="output"
type="object"
>
This Card has no output.
</ResponseField>

### Update User Profile

<span>{"Update a user's profile information in Google Analytics."}</span>

<ResponseField
name="input"
type="object"
>
<Expandable>
<ResponseField
name="userId"
type="string"
required
>
<span>{"The user ID of the profile you want to update"}</span>
</ResponseField>
<ResponseField
name="userProfile"
type="string"
>
<span>{"JSON object string containing the user's metadata, such as email or name"}</span>
</ResponseField>
</Expandable>
</ResponseField>

<ResponseField
name="output"
type="object"
>
This Card has no output.
</ResponseField>


{/* vale on */}
Loading
Loading