InteractionCollection

class oci.operator_access_control.models.InteractionCollection(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new InteractionCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this InteractionCollection.
__init__(**kwargs)

Initializes a new InteractionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.operator_access_control.models.InteractionSummary]) – The value to assign to the items property of this InteractionCollection.
items

[Required] Gets the items of this InteractionCollection. contains InteractionSummary

Returns:The items of this InteractionCollection.
Return type:list[oci.operator_access_control.models.InteractionSummary]