/* Options:
Date: 2025-05-04 22:17:35
Version: 8.71
Tip: To override a DTO option, remove "//" prefix before updating
BaseUrl: https://team.evovoice.io
//GlobalNamespace:
//MakePartial: True
//MakeVirtual: True
//MakeInternal: False
//MakeDataContractsExtensible: False
//AddNullableAnnotations: False
//AddReturnMarker: True
//AddDescriptionAsComments: True
//AddDataContractAttributes: False
//AddIndexesToDataMembers: False
//AddGeneratedCodeAttributes: False
//AddResponseStatus: False
//AddImplicitVersion:
//InitializeCollections: False
//ExportValueTypes: False
IncludeTypes: GetEndpointAppConfig.*
//ExcludeTypes:
//AddNamespaces:
//AddDefaultXmlNamespace: http://schemas.servicestack.net/types
*/
using System;
using System.IO;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization;
using ServiceStack;
using ServiceStack.DataAnnotations;
using Voice.Api.App;
using Voice.Api.Customers;
using Voice.Api.Endpoints;
namespace Voice.Api.App
{
public partial class AppConfig
{
///
///The ID of this endpoint
///
[ApiMember(Description="The ID of this endpoint")]
public virtual string EndpointId { get; set; }
///
///The ID of the account
///
[ApiMember(Description="The ID of the account")]
public virtual string AccountId { get; set; }
///
///The customer ID associated with this user
///
[ApiMember(Description="The customer ID associated with this user")]
public virtual string CustomerId { get; set; }
///
///The access token for use with Twilio Voice
///
[ApiMember(Description="The access token for use with Twilio Voice")]
public virtual string AccessToken { get; set; }
///
///The access token's identity
///
[ApiMember(Description="The access token's identity")]
public virtual string Identity { get; set; }
///
///The email address of the user
///
[ApiMember(Description="The email address of the user")]
public virtual string EmailAddress { get; set; }
///
///The user's information
///
[ApiMember(Description="The user's information")]
public virtual AppUserInfo UserInfo { get; set; }
///
///The agent state (for call center users)
///
[ApiMember(Description="The agent state (for call center users)")]
public virtual AgentStates AgentState { get; set; }
///
///The agent state reason
///
[ApiMember(Description="The agent state reason")]
public virtual AgentStateReasons AgentStateReason { get; set; }
///
///The tabs for the app
///
[ApiMember(Description="The tabs for the app")]
public virtual List