Skip to content

Commit

Permalink
Fix typo in Activities.
Browse files Browse the repository at this point in the history
Either Activity or Event activity but not Event Activities
  • Loading branch information
vbossica committed Nov 13, 2023
1 parent 15447cc commit 5f82ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion power-virtual-agents/authoring-send-event-activities.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Power Virtual Agents provides two nodes that allow you to send non-message activ

## Sending events

The Send an Event node is specifically designed for sending Event Activites. Event activities are sent from the bot and can be intercepted and used by the channel, which decides if and how to use the activities. When you send an event, you give it a name and then you can set a value on the event. This value can be in any format: a primitive literal value, a variable reference or a Power Fx formula. The value gets serialized as JSON and added to the outgoing activity.
The Send an Event node is specifically designed for sending Event activites. Event activities are sent from the bot and can be intercepted and used by the channel, which decides if and how to use the activities. When you send an event, you give it a name and then you can set a value on the event. This value can be in any format: a primitive literal value, a variable reference or a Power Fx formula. The value gets serialized as JSON and added to the outgoing activity.

:::image type="content" source="media/authoring-variables/authoring-send-activites-settings.png" alt-text="Screenshot showing the settings menu for an Event activity node.":::

Expand Down

0 comments on commit 5f82ffc

Please sign in to comment.