Show / Hide Table of Contents

Class RagContextIds

Parameters specifying contact/person/project/sale/ticket ids for populating context.

Carrier object for RagContextIds. Services for the RagContextIds Carrier is available from the AI Agent.
Inheritance
object
RagContextIds
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.13.0.0")]
public class RagContextIds

Constructors

RagContextIds()

Default constructor

Declaration
public RagContextIds()
See Also
IAIAgent

Properties

AppointmentId

Identifier for an appointment

Declaration
[DataMember]
public virtual int AppointmentId { get; set; }
Property Value
Type Description
int
See Also
IAIAgent

ContactId

Identifier for a contact

Declaration
[DataMember]
public virtual int ContactId { get; set; }
Property Value
Type Description
int
See Also
IAIAgent

DocumentId

Identifier for a document

Declaration
[DataMember]
public virtual int DocumentId { get; set; }
Property Value
Type Description
int
See Also
IAIAgent

PersonId

Identifier for a person

Declaration
[DataMember]
public virtual int PersonId { get; set; }
Property Value
Type Description
int
See Also
IAIAgent

ProjectId

Identifier for a project

Declaration
[DataMember]
public virtual int ProjectId { get; set; }
Property Value
Type Description
int
See Also
IAIAgent

SaleId

Identifier for a sale

Declaration
[DataMember]
public virtual int SaleId { get; set; }
Property Value
Type Description
int
See Also
IAIAgent

SelectionId

Identifier for a selection

Declaration
[DataMember]
public virtual int SelectionId { get; set; }
Property Value
Type Description
int
See Also
IAIAgent

TicketId

Identifier for ticket/request

Declaration
[DataMember]
public virtual int TicketId { get; set; }
Property Value
Type Description
int
See Also
IAIAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

Overrides
object.ToString()
See Also
IAIAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
IAIAgent

See Also

IAIAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top