Show / Hide Table of Contents

Class InteractionCollection

Results of access request additionalInfo search, which contains details of the conversation between customer and operator.

Inheritance
object
InteractionCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OperatoraccesscontrolService.Models
Assembly: OCI.DotNetSDK.Operatoraccesscontrol.dll
Syntax
public class InteractionCollection

Properties

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

In this article
Back to top