VoiceSessionQuery
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllThe filter for listing voice session records.
public sealed record VoiceSessionQuery : IEquatable<VoiceSessionQuery>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”VoiceSessionQuery()
Section titled “ VoiceSessionQuery()”public VoiceSessionQuery()Properties
Section titled “Properties”AgentName
Section titled “ AgentName”The agent name filter; all agents if empty.
public string? AgentName { get; init; }Property Value
Section titled “Property Value”SessionId
Section titled “ SessionId”The session identifier filter; all sessions if empty.
public string? SessionId { get; init; }Property Value
Section titled “Property Value”The number of records to skip.
public int Skip { get; init; }Property Value
Section titled “Property Value”The maximum number of records to return.
public int Take { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(VoiceSessionQuery?)
Section titled “ Equals(VoiceSessionQuery?)”public bool Equals(VoiceSessionQuery? other)Parameters
Section titled “Parameters”other VoiceSessionQuery?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(VoiceSessionQuery?, VoiceSessionQuery?)
Section titled “ operator ==(VoiceSessionQuery?, VoiceSessionQuery?)”public static bool operator ==(VoiceSessionQuery? left, VoiceSessionQuery? right)Parameters
Section titled “Parameters”left VoiceSessionQuery?
right VoiceSessionQuery?
Returns
Section titled “Returns”operator !=(VoiceSessionQuery?, VoiceSessionQuery?)
Section titled “ operator !=(VoiceSessionQuery?, VoiceSessionQuery?)”public static bool operator !=(VoiceSessionQuery? left, VoiceSessionQuery? right)Parameters
Section titled “Parameters”left VoiceSessionQuery?
right VoiceSessionQuery?