Skip to content

Latest commit

 

History

History
294 lines (222 loc) · 6.51 KB

File metadata and controls

294 lines (222 loc) · 6.51 KB
external help file Module Name online version schema
Intersight.PowerShell.dll-Help.xml
Intersight.PowerShell
2.0.0

Initialize-IntersightFeedbackFeedbackData

SYNOPSIS

Fill in the Synopsis

SYNTAX


Initialize-IntersightFeedbackFeedbackData [-AccountName< string>][-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-AlternativeFollowUpEmails< System.Collections.Generic.List`1[string]>][-ClassId< FeedbackFeedbackData.ClassIdEnum>][-Comment< string>][-Email< string>][-Evaluation< FeedbackFeedbackData.EvaluationEnum>][-FollowUp< bool>][-FullStoryUrl< string>][-ObjectType< FeedbackFeedbackData.ObjectTypeEnum>][-ProductSatisfactionScale< long>][-SurveyCompleted< bool>][-TraceIds< object>][-Type< FeedbackFeedbackData.TypeEnum>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]

DESCRIPTION

Initialize cmdlet is used to instantiate the object of complex type in the Powershell session, it does not create the object on the server.

PARAMETERS

-AccountName

Account name of the feedback sender, copied for persistence in case of account removal.

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-AdditionalProperties

Type: System.Collections.Generic.Dictionary`2[string,object]
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-AlternativeFollowUpEmails

Type: System.Collections.Generic.List`1[string]
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-ClassId

The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.

Type: FeedbackFeedbackData.ClassIdEnum
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Comment

User feedback text (a bug or a suggestion).

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Email

User's email address details.

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Evaluation

Evaluation rating provided by the user to capture user sentiment regarding the issue.\n* Excellent - Option indicating user's excellent evaluation.\n* Poor - Option indicating user's poor evaluation.\n* Fair - Option indicating user's fair evaluation.\n* Good - Option indicating user's good evaluation.

Type: FeedbackFeedbackData.EvaluationEnum
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-FollowUp

User's consent for follow-up communication.

Type: bool
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-FullStoryUrl

URL generated by FullStory linking to the UI session's recording.

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-ObjectType

The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.

Type: FeedbackFeedbackData.ObjectTypeEnum
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-ProductSatisfactionScale

User's satisfaction with the product on a 0-10 scale.

Type: long
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-SurveyCompleted

Survey completion status (True if completed, False otherwise).

Type: bool
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-TraceIds

Collection of last traceId for replicating the user's last activity.

Type: object
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Type

Type of the feedback from user.\n* Evaluation - User's feedback classified as an evaluation.\n* Bug - User's feedback classified as a bug.\n* Survey - User's response to a survey.

Type: FeedbackFeedbackData.TypeEnum
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Json

Returns the json payload received in response.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True False
Accept wildcard characters: False

-WithHttpInfo

Returns the HTTP response with headers and content.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

EXAMPLES

Example 1

PS C:\> Initialize-IntersightFeedbackFeedbackData

{ Add example description here }

INPUTS

System.Int32

System.String

OUTPUTS

TestModule.FavoriteStuff

NOTES

RELATED LINKS

Initialize-Intersightobject