C# 클래스 PureCloudPlatform.Client.V2.Model.CrossPlatformPolicyActions

상속: IEquatable
파일 보기 프로젝트 열기: MyPureCloud/platform-client-sdk-dotnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

CrossPlatformPolicyActions() 공개 메소드

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..
리턴 System

Equals() 공개 메소드

Returns true if CrossPlatformPolicyActions instances are equal
public Equals ( other ) : bool
other Instance of CrossPlatformPolicyActions to be compared
리턴 bool

Equals() 공개 메소드

Returns true if objects are equal
public Equals ( object obj ) : bool
obj object Object to be compared
리턴 bool

GetHashCode() 공개 메소드

Gets the hash code
public GetHashCode ( ) : int
리턴 int

ToJson() 공개 메소드

Returns the JSON string presentation of the object
public ToJson ( ) : string
리턴 string

ToString() 공개 메소드

Returns the string presentation of the object
public ToString ( ) : string
리턴 string