AWS.Tools.PersonalizeEvents.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.PersonalizeEvents</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEActionCmdlet"> <summary> Adds one or more actions to an Actions dataset. For more information see <a href="https://docs.aws.amazon.com/personalize/latest/dg/importing-actions.html">Importing actions individually</a>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEActionCmdlet.Action"> <summary> <para> <para>A list of action data.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEActionCmdlet.DatasetArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Actions dataset you are adding the action or actions to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEActionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PersonalizeEvents.Model.PutActionsResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEActionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEActionInteractionCmdlet"> <summary> Records action interaction event data. An <i>action interaction</i> event is an interaction between a user and an <i>action</i>. For example, a user taking an action, such a enrolling in a membership program or downloading your app. <para> For more information about recording action interactions, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/recording-action-interaction-events.html">Recording action interaction events</a>. For more information about actions in an Actions dataset, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/actions-datasets.html">Actions dataset</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEActionInteractionCmdlet.ActionInteraction"> <summary> <para> <para>A list of action interaction events from the session.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEActionInteractionCmdlet.TrackingId"> <summary> <para> <para>The ID of your action interaction event tracker. When you create an Action interactions dataset, Amazon Personalize creates an action interaction event tracker for you. For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/action-interaction-tracker-id.html">Action interaction event tracker ID</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEActionInteractionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PersonalizeEvents.Model.PutActionInteractionsResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEActionInteractionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEEventCmdlet"> <summary> Records item interaction event data. For more information see <a href="https://docs.aws.amazon.com/personalize/latest/dg/recording-item-interaction-events.html">Recording item interaction events</a>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEEventCmdlet.EventList"> <summary> <para> <para>A list of event data from the session.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEEventCmdlet.SessionId"> <summary> <para> <para>The session ID associated with the user's visit. Your application generates the sessionId when a user first visits your website or uses your application. Amazon Personalize uses the sessionId to associate events with the user before they log in. For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/recording-item-interaction-events.html">Recording item interaction events</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEEventCmdlet.TrackingId"> <summary> <para> <para>The tracking ID for the event. The ID is generated by a call to the <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateEventTracker.html">CreateEventTracker</a> API.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEEventCmdlet.UserId"> <summary> <para> <para>The user associated with the event.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEEventCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PersonalizeEvents.Model.PutEventsResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEEventCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEItemCmdlet"> <summary> Adds one or more items to an Items dataset. For more information see <a href="https://docs.aws.amazon.com/personalize/latest/dg/importing-items.html">Importing items individually</a>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEItemCmdlet.DatasetArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Items dataset you are adding the item or items to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEItemCmdlet.Item"> <summary> <para> <para>A list of item data.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEItemCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PersonalizeEvents.Model.PutItemsResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEItemCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEUserCmdlet"> <summary> Adds one or more users to a Users dataset. For more information see <a href="https://docs.aws.amazon.com/personalize/latest/dg/importing-users.html">Importing users individually</a>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEUserCmdlet.DatasetArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Users dataset you are adding the user or users to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEUserCmdlet.User"> <summary> <para> <para>A list of user data.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEUserCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PersonalizeEvents.Model.PutUsersResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.PERSE.WritePERSEUserCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> </members> </doc> |