C# Class PureCloudPlatform.Client.V2.Model.CrossPlatformPolicyActions

Inheritance: IEquatable
Afficher le fichier Open project: MyPureCloud/platform-client-sdk-dotnet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CrossPlatformPolicyActions ( bool? RetainRecording = null, bool? DeleteRecording = null, bool? AlwaysDelete = null, List AssignEvaluations = null, List AssignMeteredEvaluations = null, List AssignMeteredAssignmentByAgent = null, List AssignCalibrations = null, PureCloudPlatform.Client.V2.Model.RetentionDuration RetentionDuration = null, List MediaTranscriptions = null, PureCloudPlatform.Client.V2.Model.IntegrationExport IntegrationExport = null ) : System

Initializes a new instance of the CrossPlatformPolicyActions class.

Equals ( other ) : bool

Returns true if CrossPlatformPolicyActions instances are equal

Equals ( object obj ) : bool

Returns true if objects are equal

GetHashCode ( ) : int

Gets the hash code

ToJson ( ) : string

Returns the JSON string presentation of the object

ToString ( ) : string

Returns the string presentation of the object

Method Details

CrossPlatformPolicyActions() public méthode

Initializes a new instance of the CrossPlatformPolicyActions class.
public CrossPlatformPolicyActions ( bool? RetainRecording = null, bool? DeleteRecording = null, bool? AlwaysDelete = null, List AssignEvaluations = null, List AssignMeteredEvaluations = null, List AssignMeteredAssignmentByAgent = null, List AssignCalibrations = null, PureCloudPlatform.Client.V2.Model.RetentionDuration RetentionDuration = null, List MediaTranscriptions = null, PureCloudPlatform.Client.V2.Model.IntegrationExport IntegrationExport = null ) : System
RetainRecording bool? true to retain the recording associated with the conversation. Default = true.
DeleteRecording bool? true to delete the recording associated with the conversation. If retainRecording = true, this will be ignored. Default = false.
AlwaysDelete bool? true to delete the recording associated with the conversation regardless of the values of retainRecording or deleteRecording. Default = false.
AssignEvaluations List AssignEvaluations.
AssignMeteredEvaluations List AssignMeteredEvaluations.
AssignMeteredAssignmentByAgent List AssignMeteredAssignmentByAgent.
AssignCalibrations List AssignCalibrations.
RetentionDuration PureCloudPlatform.Client.V2.Model.RetentionDuration RetentionDuration.
MediaTranscriptions List MediaTranscriptions.
IntegrationExport PureCloudPlatform.Client.V2.Model.IntegrationExport Policy action for exporting recordings using an integration to 3rd party s3..
Résultat System

Equals() public méthode

Returns true if CrossPlatformPolicyActions instances are equal
public Equals ( other ) : bool
other Instance of CrossPlatformPolicyActions to be compared
Résultat bool

Equals() public méthode

Returns true if objects are equal
public Equals ( object obj ) : bool
obj object Object to be compared
Résultat bool

GetHashCode() public méthode

Gets the hash code
public GetHashCode ( ) : int
Résultat int

ToJson() public méthode

Returns the JSON string presentation of the object
public ToJson ( ) : string
Résultat string

ToString() public méthode

Returns the string presentation of the object
public ToString ( ) : string
Résultat string