Class InteractionCollection
Results of access request additionalInfo search, which contains details of the conversation between customer and operator.
Inherited Members
Namespace: Oci.OperatoraccesscontrolService.Models
Assembly: OCI.DotNetSDK.Operatoraccesscontrol.dll
Syntax
public class InteractionCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<InteractionSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<InteractionSummary> | contains InteractionSummary | 
Remarks
Required