Skip to content

Commit d351e96

Browse files
rebeccaellisamanda-tarafa
authored andcommitted
Update WriteUserEventSample.cs
1 parent 279ce9d commit d351e96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

retail/interactive-tutorial/RetailEvents.Samples/WriteUserEventSample.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515

1616
// Import user events into a catalog from inline source using Retail API
17-
17+
// [START retail_write_user_event]
1818
using Google.Cloud.Retail.V2;
1919
using Google.Protobuf.WellKnownTypes;
2020
using System;
@@ -122,3 +122,4 @@ public static void PerformWriteUserEventsOperation()
122122
PurgeUserEventSample.CallPurgeUserEvents(defaultCatalog);
123123
}
124124
}
125+
// [END retail_write_user_event]

0 commit comments

Comments
 (0)