legacy

package
v1.7.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2023 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OrgLegacy_RegisterOrganization_FullMethodName = "/api.v1alpha1.org.legacy.OrgLegacy/RegisterOrganization"
)

Variables

View Source
var (
	VoiceAnalytics_Number_Kind_name = map[int32]string{
		0: "KIND_CARDINAL_UNSPECIFIED",
		1: "KIND_ORDINAL",
		2: "KIND_ANY",
	}
	VoiceAnalytics_Number_Kind_value = map[string]int32{
		"KIND_CARDINAL_UNSPECIFIED": 0,
		"KIND_ORDINAL":              1,
		"KIND_ANY":                  2,
	}
)

Enum value maps for VoiceAnalytics_Number_Kind.

View Source
var (
	Scorecards_EvaluationInterval_name = map[int32]string{
		0: "EVALUATION_INTERVAL_DAY_UNSPECIFIED",
		1: "EVALUATION_INTERVAL_WEEK",
		2: "EVALUATION_INTERVAL_MONTH",
	}
	Scorecards_EvaluationInterval_value = map[string]int32{
		"EVALUATION_INTERVAL_DAY_UNSPECIFIED": 0,
		"EVALUATION_INTERVAL_WEEK":            1,
		"EVALUATION_INTERVAL_MONTH":           2,
	}
)

Enum value maps for Scorecards_EvaluationInterval.

View Source
var (
	CustomReportFilter_FilterConjunction_name = map[int32]string{
		0: "FILTER_CONJUNCTION_AND_UNSPECIFIED",
		1: "FILTER_CONJUNCTION_OR",
	}
	CustomReportFilter_FilterConjunction_value = map[string]int32{
		"FILTER_CONJUNCTION_AND_UNSPECIFIED": 0,
		"FILTER_CONJUNCTION_OR":              1,
	}
)

Enum value maps for CustomReportFilter_FilterConjunction.

View Source
var File_api_v1alpha1_org_legacy_entities_proto protoreflect.FileDescriptor
View Source
var File_api_v1alpha1_org_legacy_service_proto protoreflect.FileDescriptor
View Source
var OrgLegacy_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "api.v1alpha1.org.legacy.OrgLegacy",
	HandlerType: (*OrgLegacyServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RegisterOrganization",
			Handler:    _OrgLegacy_RegisterOrganization_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "api/v1alpha1/org/legacy/service.proto",
}

OrgLegacy_ServiceDesc is the grpc.ServiceDesc for OrgLegacy service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterOrgLegacyServer

func RegisterOrgLegacyServer(s grpc.ServiceRegistrar, srv OrgLegacyServer)

Types

type AcceptLinkbackRecordingTermsRequest

type AcceptLinkbackRecordingTermsRequest struct {
	// contains filtered or unexported fields
}

Request for linkback recording terms agreement

func (*AcceptLinkbackRecordingTermsRequest) Descriptor deprecated

func (*AcceptLinkbackRecordingTermsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AcceptLinkbackRecordingTermsRequest.ProtoReflect.Descriptor instead.

func (*AcceptLinkbackRecordingTermsRequest) ProtoMessage

func (*AcceptLinkbackRecordingTermsRequest) ProtoMessage()

func (*AcceptLinkbackRecordingTermsRequest) ProtoReflect

func (*AcceptLinkbackRecordingTermsRequest) Reset

func (*AcceptLinkbackRecordingTermsRequest) String

type AcceptLinkbackRecordingTermsResponse

type AcceptLinkbackRecordingTermsResponse struct {
	// contains filtered or unexported fields
}

Response for linkback recording terms agreement

func (*AcceptLinkbackRecordingTermsResponse) Descriptor deprecated

func (*AcceptLinkbackRecordingTermsResponse) Descriptor() ([]byte, []int)

Deprecated: Use AcceptLinkbackRecordingTermsResponse.ProtoReflect.Descriptor instead.

func (*AcceptLinkbackRecordingTermsResponse) ProtoMessage

func (*AcceptLinkbackRecordingTermsResponse) ProtoMessage()

func (*AcceptLinkbackRecordingTermsResponse) ProtoReflect

func (*AcceptLinkbackRecordingTermsResponse) Reset

func (*AcceptLinkbackRecordingTermsResponse) String

type AddLoginToUserRequest

type AddLoginToUserRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AddLoginToUserRequest) Descriptor deprecated

func (*AddLoginToUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddLoginToUserRequest.ProtoReflect.Descriptor instead.

func (*AddLoginToUserRequest) GetUserId

func (x *AddLoginToUserRequest) GetUserId() string

func (*AddLoginToUserRequest) ProtoMessage

func (*AddLoginToUserRequest) ProtoMessage()

func (*AddLoginToUserRequest) ProtoReflect

func (x *AddLoginToUserRequest) ProtoReflect() protoreflect.Message

func (*AddLoginToUserRequest) Reset

func (x *AddLoginToUserRequest) Reset()

func (*AddLoginToUserRequest) String

func (x *AddLoginToUserRequest) String() string

type AddLoginToUserResponse

type AddLoginToUserResponse struct {
	// contains filtered or unexported fields
}

func (*AddLoginToUserResponse) Descriptor deprecated

func (*AddLoginToUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddLoginToUserResponse.ProtoReflect.Descriptor instead.

func (*AddLoginToUserResponse) ProtoMessage

func (*AddLoginToUserResponse) ProtoMessage()

func (*AddLoginToUserResponse) ProtoReflect

func (x *AddLoginToUserResponse) ProtoReflect() protoreflect.Message

func (*AddLoginToUserResponse) Reset

func (x *AddLoginToUserResponse) Reset()

func (*AddLoginToUserResponse) String

func (x *AddLoginToUserResponse) String() string

type AddOrgBillingOverrideRequest

type AddOrgBillingOverrideRequest struct {
	OrgId   string             `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Region  string             `protobuf:"bytes,2,opt,name=region,proto3" json:"region,omitempty"`
	Rates   *PhoneBillingRates `protobuf:"bytes,3,opt,name=rates,proto3" json:"rates,omitempty"`
	Country commons.Country    `protobuf:"varint,4,opt,name=country,proto3,enum=api.commons.Country" json:"country,omitempty"`
	// contains filtered or unexported fields
}

Request message for the AddOrgBillingOverride rpc.

func (*AddOrgBillingOverrideRequest) Descriptor deprecated

func (*AddOrgBillingOverrideRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddOrgBillingOverrideRequest.ProtoReflect.Descriptor instead.

func (*AddOrgBillingOverrideRequest) GetCountry

func (*AddOrgBillingOverrideRequest) GetOrgId

func (x *AddOrgBillingOverrideRequest) GetOrgId() string

func (*AddOrgBillingOverrideRequest) GetRates

func (*AddOrgBillingOverrideRequest) GetRegion

func (x *AddOrgBillingOverrideRequest) GetRegion() string

func (*AddOrgBillingOverrideRequest) ProtoMessage

func (*AddOrgBillingOverrideRequest) ProtoMessage()

func (*AddOrgBillingOverrideRequest) ProtoReflect

func (*AddOrgBillingOverrideRequest) Reset

func (x *AddOrgBillingOverrideRequest) Reset()

func (*AddOrgBillingOverrideRequest) String

type AddOrgBillingOverrideResponse

type AddOrgBillingOverrideResponse struct {
	// contains filtered or unexported fields
}

Response message for the AddOrgBillingOverride rpc.

func (*AddOrgBillingOverrideResponse) Descriptor deprecated

func (*AddOrgBillingOverrideResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddOrgBillingOverrideResponse.ProtoReflect.Descriptor instead.

func (*AddOrgBillingOverrideResponse) ProtoMessage

func (*AddOrgBillingOverrideResponse) ProtoMessage()

func (*AddOrgBillingOverrideResponse) ProtoReflect

func (*AddOrgBillingOverrideResponse) Reset

func (x *AddOrgBillingOverrideResponse) Reset()

func (*AddOrgBillingOverrideResponse) String

type AddPermissionToAccountOwnerPermissionGroupRequest

type AddPermissionToAccountOwnerPermissionGroupRequest struct {

	// id for which organization to add permission to default Account Owner Group.
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// Permission to be added.
	Permissions []auth.Permission `protobuf:"varint,3,rep,packed,name=permissions,proto3,enum=api.commons.auth.Permission" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

The request for org.Org.AddPermissionToAccountOwnerPermissionGroup

func (*AddPermissionToAccountOwnerPermissionGroupRequest) Descriptor deprecated

Deprecated: Use AddPermissionToAccountOwnerPermissionGroupRequest.ProtoReflect.Descriptor instead.

func (*AddPermissionToAccountOwnerPermissionGroupRequest) GetOrgId

func (*AddPermissionToAccountOwnerPermissionGroupRequest) GetPermissions

func (*AddPermissionToAccountOwnerPermissionGroupRequest) ProtoMessage

func (*AddPermissionToAccountOwnerPermissionGroupRequest) ProtoReflect

func (*AddPermissionToAccountOwnerPermissionGroupRequest) Reset

func (*AddPermissionToAccountOwnerPermissionGroupRequest) String

type AddPermissionToAccountOwnerPermissionGroupResponse

type AddPermissionToAccountOwnerPermissionGroupResponse struct {

	// The newly updated default permission group.
	DefaultPermissionGroup *PermissionGroup `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

The response for org.Org.AddPermissionToAccountOwnerPermissionGroup

func (*AddPermissionToAccountOwnerPermissionGroupResponse) Descriptor deprecated

Deprecated: Use AddPermissionToAccountOwnerPermissionGroupResponse.ProtoReflect.Descriptor instead.

func (*AddPermissionToAccountOwnerPermissionGroupResponse) GetDefaultPermissionGroup

func (*AddPermissionToAccountOwnerPermissionGroupResponse) ProtoMessage

func (*AddPermissionToAccountOwnerPermissionGroupResponse) ProtoReflect

func (*AddPermissionToAccountOwnerPermissionGroupResponse) Reset

func (*AddPermissionToAccountOwnerPermissionGroupResponse) String

type AddPermissionToOrgDefaultGroupRequest

type AddPermissionToOrgDefaultGroupRequest struct {

	// id for which organization to add permission to default Super group.
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// Permission to be added.
	Permission auth.Permission `protobuf:"varint,2,opt,name=permission,proto3,enum=api.commons.auth.Permission" json:"permission,omitempty"`
	// contains filtered or unexported fields
}

The request for org.Org.AddPermissionToOrgDefaultGroup

func (*AddPermissionToOrgDefaultGroupRequest) Descriptor deprecated

func (*AddPermissionToOrgDefaultGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddPermissionToOrgDefaultGroupRequest.ProtoReflect.Descriptor instead.

func (*AddPermissionToOrgDefaultGroupRequest) GetOrgId

func (*AddPermissionToOrgDefaultGroupRequest) GetPermission

func (*AddPermissionToOrgDefaultGroupRequest) ProtoMessage

func (*AddPermissionToOrgDefaultGroupRequest) ProtoMessage()

func (*AddPermissionToOrgDefaultGroupRequest) ProtoReflect

func (*AddPermissionToOrgDefaultGroupRequest) Reset

func (*AddPermissionToOrgDefaultGroupRequest) String

type AddPermissionToOrgDefaultGroupResponse

type AddPermissionToOrgDefaultGroupResponse struct {

	// The newly updated default permission group.
	DefaultPermissionGroup *PermissionGroup `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

The response for org.Org.AddPermissionToOrgDefaultGroup

func (*AddPermissionToOrgDefaultGroupResponse) Descriptor deprecated

func (*AddPermissionToOrgDefaultGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddPermissionToOrgDefaultGroupResponse.ProtoReflect.Descriptor instead.

func (*AddPermissionToOrgDefaultGroupResponse) GetDefaultPermissionGroup

func (x *AddPermissionToOrgDefaultGroupResponse) GetDefaultPermissionGroup() *PermissionGroup

func (*AddPermissionToOrgDefaultGroupResponse) ProtoMessage

func (*AddPermissionToOrgDefaultGroupResponse) ProtoReflect

func (*AddPermissionToOrgDefaultGroupResponse) Reset

func (*AddPermissionToOrgDefaultGroupResponse) String

type AddUserRegionRequest

type AddUserRegionRequest struct {
	UserId   string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	RegionId string `protobuf:"bytes,2,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AddUserRegionRequest) Descriptor deprecated

func (*AddUserRegionRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddUserRegionRequest.ProtoReflect.Descriptor instead.

func (*AddUserRegionRequest) GetRegionId

func (x *AddUserRegionRequest) GetRegionId() string

func (*AddUserRegionRequest) GetUserId

func (x *AddUserRegionRequest) GetUserId() string

func (*AddUserRegionRequest) ProtoMessage

func (*AddUserRegionRequest) ProtoMessage()

func (*AddUserRegionRequest) ProtoReflect

func (x *AddUserRegionRequest) ProtoReflect() protoreflect.Message

func (*AddUserRegionRequest) Reset

func (x *AddUserRegionRequest) Reset()

func (*AddUserRegionRequest) String

func (x *AddUserRegionRequest) String() string

type AddUserRegionResponse

type AddUserRegionResponse struct {
	// contains filtered or unexported fields
}

func (*AddUserRegionResponse) Descriptor deprecated

func (*AddUserRegionResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddUserRegionResponse.ProtoReflect.Descriptor instead.

func (*AddUserRegionResponse) ProtoMessage

func (*AddUserRegionResponse) ProtoMessage()

func (*AddUserRegionResponse) ProtoReflect

func (x *AddUserRegionResponse) ProtoReflect() protoreflect.Message

func (*AddUserRegionResponse) Reset

func (x *AddUserRegionResponse) Reset()

func (*AddUserRegionResponse) String

func (x *AddUserRegionResponse) String() string

type AddUserSubscriptionRequest

type AddUserSubscriptionRequest struct {

	// Required.
	// All fields (except subscription id) must be set.
	Subscription *UserSubscription `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"`
	// contains filtered or unexported fields
}

Request to add a user subscription.

func (*AddUserSubscriptionRequest) Descriptor deprecated

func (*AddUserSubscriptionRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddUserSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*AddUserSubscriptionRequest) GetSubscription

func (x *AddUserSubscriptionRequest) GetSubscription() *UserSubscription

func (*AddUserSubscriptionRequest) ProtoMessage

func (*AddUserSubscriptionRequest) ProtoMessage()

func (*AddUserSubscriptionRequest) ProtoReflect

func (*AddUserSubscriptionRequest) Reset

func (x *AddUserSubscriptionRequest) Reset()

func (*AddUserSubscriptionRequest) String

func (x *AddUserSubscriptionRequest) String() string

type AddUserSubscriptionResponse

type AddUserSubscriptionResponse struct {
	Subscription *UserSubscription `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"`
	// contains filtered or unexported fields
}

Response to adding a user subscription. Contains a single user subscription.

func (*AddUserSubscriptionResponse) Descriptor deprecated

func (*AddUserSubscriptionResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddUserSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*AddUserSubscriptionResponse) GetSubscription

func (x *AddUserSubscriptionResponse) GetSubscription() *UserSubscription

func (*AddUserSubscriptionResponse) ProtoMessage

func (*AddUserSubscriptionResponse) ProtoMessage()

func (*AddUserSubscriptionResponse) ProtoReflect

func (*AddUserSubscriptionResponse) Reset

func (x *AddUserSubscriptionResponse) Reset()

func (*AddUserSubscriptionResponse) String

func (x *AddUserSubscriptionResponse) String() string

type AdminClientPreferences

type AdminClientPreferences struct {
	UseReservedCarrier   bool              `protobuf:"varint,1,opt,name=use_reserved_carrier,json=useReservedCarrier,proto3" json:"use_reserved_carrier,omitempty"`       // Use reservered carrier preferences
	ReservedCarriers     []string          `protobuf:"bytes,10,rep,name=reserved_carriers,json=reservedCarriers,proto3" json:"reserved_carriers,omitempty"`               // List of reserved carrier
	EmailKey             string            `protobuf:"bytes,3,opt,name=email_key,json=emailKey,proto3" json:"email_key,omitempty"`                                        // Email Sendgrid API key
	EmailId              string            `protobuf:"bytes,4,opt,name=email_id,json=emailId,proto3" json:"email_id,omitempty"`                                           // Email Sendgrid API key ID
	EmailName            string            `protobuf:"bytes,5,opt,name=email_name,json=emailName,proto3" json:"email_name,omitempty"`                                     // Email Sendgrid API key name
	WhitelistIps         []string          `protobuf:"bytes,6,rep,name=whitelist_ips,json=whitelistIps,proto3" json:"whitelist_ips,omitempty"`                            // List of whitelisted IPs
	WhitelistDomains     []string          `protobuf:"bytes,7,rep,name=whitelist_domains,json=whitelistDomains,proto3" json:"whitelist_domains,omitempty"`                // List of whitelisted domains
	CallbacksServiceId   string            `protobuf:"bytes,8,opt,name=callbacks_service_id,json=callbacksServiceId,proto3" json:"callbacks_service_id,omitempty"`        // Scheduled callbacks service ID
	AgentScreenRecording bool              `protobuf:"varint,9,opt,name=agent_screen_recording,json=agentScreenRecording,proto3" json:"agent_screen_recording,omitempty"` // Agent screen recording enabled
	AllowedCountries     []commons.Country ``                                                                                                                             // List of country enums that the organization uses.
	/* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

Wrapper AdminClientPreferences object for get response and update request

func (*AdminClientPreferences) Descriptor deprecated

func (*AdminClientPreferences) Descriptor() ([]byte, []int)

Deprecated: Use AdminClientPreferences.ProtoReflect.Descriptor instead.

func (*AdminClientPreferences) GetAgentScreenRecording

func (x *AdminClientPreferences) GetAgentScreenRecording() bool

func (*AdminClientPreferences) GetAllowedCountries

func (x *AdminClientPreferences) GetAllowedCountries() []commons.Country

func (*AdminClientPreferences) GetCallbacksServiceId

func (x *AdminClientPreferences) GetCallbacksServiceId() string

func (*AdminClientPreferences) GetEmailId

func (x *AdminClientPreferences) GetEmailId() string

func (*AdminClientPreferences) GetEmailKey

func (x *AdminClientPreferences) GetEmailKey() string

func (*AdminClientPreferences) GetEmailName

func (x *AdminClientPreferences) GetEmailName() string

func (*AdminClientPreferences) GetReservedCarriers

func (x *AdminClientPreferences) GetReservedCarriers() []string

func (*AdminClientPreferences) GetUseReservedCarrier

func (x *AdminClientPreferences) GetUseReservedCarrier() bool

func (*AdminClientPreferences) GetWhitelistDomains

func (x *AdminClientPreferences) GetWhitelistDomains() []string

func (*AdminClientPreferences) GetWhitelistIps

func (x *AdminClientPreferences) GetWhitelistIps() []string

func (*AdminClientPreferences) ProtoMessage

func (*AdminClientPreferences) ProtoMessage()

func (*AdminClientPreferences) ProtoReflect

func (x *AdminClientPreferences) ProtoReflect() protoreflect.Message

func (*AdminClientPreferences) Reset

func (x *AdminClientPreferences) Reset()

func (*AdminClientPreferences) String

func (x *AdminClientPreferences) String() string

type AdminGetUserDetailsRequest

type AdminGetUserDetailsRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AdminGetUserDetailsRequest) Descriptor deprecated

func (*AdminGetUserDetailsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AdminGetUserDetailsRequest.ProtoReflect.Descriptor instead.

func (*AdminGetUserDetailsRequest) GetUserId

func (x *AdminGetUserDetailsRequest) GetUserId() string

func (*AdminGetUserDetailsRequest) ProtoMessage

func (*AdminGetUserDetailsRequest) ProtoMessage()

func (*AdminGetUserDetailsRequest) ProtoReflect

func (*AdminGetUserDetailsRequest) Reset

func (x *AdminGetUserDetailsRequest) Reset()

func (*AdminGetUserDetailsRequest) String

func (x *AdminGetUserDetailsRequest) String() string

type AgentBillingRates

type AgentBillingRates struct {
	AgentTollFreePpi  float64 `protobuf:"fixed64,4,opt,name=agent_toll_free_ppi,json=agentTollFreePpi,proto3" json:"agent_toll_free_ppi,omitempty"`
	AgentSoftphonePpi float64 `protobuf:"fixed64,5,opt,name=agent_softphone_ppi,json=agentSoftphonePpi,proto3" json:"agent_softphone_ppi,omitempty"`
	AgentLocalPpi     float64 `protobuf:"fixed64,6,opt,name=agent_local_ppi,json=agentLocalPpi,proto3" json:"agent_local_ppi,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentBillingRates) Descriptor deprecated

func (*AgentBillingRates) Descriptor() ([]byte, []int)

Deprecated: Use AgentBillingRates.ProtoReflect.Descriptor instead.

func (*AgentBillingRates) GetAgentLocalPpi

func (x *AgentBillingRates) GetAgentLocalPpi() float64

func (*AgentBillingRates) GetAgentSoftphonePpi

func (x *AgentBillingRates) GetAgentSoftphonePpi() float64

func (*AgentBillingRates) GetAgentTollFreePpi

func (x *AgentBillingRates) GetAgentTollFreePpi() float64

func (*AgentBillingRates) ProtoMessage

func (*AgentBillingRates) ProtoMessage()

func (*AgentBillingRates) ProtoReflect

func (x *AgentBillingRates) ProtoReflect() protoreflect.Message

func (*AgentBillingRates) Reset

func (x *AgentBillingRates) Reset()

func (*AgentBillingRates) String

func (x *AgentBillingRates) String() string

type AgentLoginGuiStatisticsTemplate

type AgentLoginGuiStatisticsTemplate struct {

	// Template description.
	Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	// List of format rules.
	GenericStatisticFormatRule []*GenericStatisticFormatRule `` /* 143-byte string literal not displayed */
	// xml_client_property_sid for template.
	XmlClientPropertySid int64 `` /* 126-byte string literal not displayed */
	// Inclusion type.
	InclusionType string `protobuf:"bytes,4,opt,name=inclusion_type,json=inclusionType,proto3" json:"inclusion_type,omitempty"`
	// Statistics table id.
	StatisticTableId string `protobuf:"bytes,5,opt,name=statistic_table_id,json=statisticTableId,proto3" json:"statistic_table_id,omitempty"`
	// Template name.
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Agent login GUI statistics template properties.

func (*AgentLoginGuiStatisticsTemplate) Descriptor deprecated

func (*AgentLoginGuiStatisticsTemplate) Descriptor() ([]byte, []int)

Deprecated: Use AgentLoginGuiStatisticsTemplate.ProtoReflect.Descriptor instead.

func (*AgentLoginGuiStatisticsTemplate) GetDescription

func (x *AgentLoginGuiStatisticsTemplate) GetDescription() string

func (*AgentLoginGuiStatisticsTemplate) GetGenericStatisticFormatRule

func (x *AgentLoginGuiStatisticsTemplate) GetGenericStatisticFormatRule() []*GenericStatisticFormatRule

func (*AgentLoginGuiStatisticsTemplate) GetInclusionType

func (x *AgentLoginGuiStatisticsTemplate) GetInclusionType() string

func (*AgentLoginGuiStatisticsTemplate) GetName

func (*AgentLoginGuiStatisticsTemplate) GetStatisticTableId

func (x *AgentLoginGuiStatisticsTemplate) GetStatisticTableId() string

func (*AgentLoginGuiStatisticsTemplate) GetXmlClientPropertySid

func (x *AgentLoginGuiStatisticsTemplate) GetXmlClientPropertySid() int64

func (*AgentLoginGuiStatisticsTemplate) ProtoMessage

func (*AgentLoginGuiStatisticsTemplate) ProtoMessage()

func (*AgentLoginGuiStatisticsTemplate) ProtoReflect

func (*AgentLoginGuiStatisticsTemplate) Reset

func (*AgentLoginGuiStatisticsTemplate) String

type AgentPreferences

type AgentPreferences struct {
	DefaultAgentDialIn       string `protobuf:"bytes,1,opt,name=default_agent_dial_in,json=defaultAgentDialIn,proto3" json:"default_agent_dial_in,omitempty"` // Default agent dial in number
	PbxExtensionLength       int32  `protobuf:"varint,2,opt,name=pbx_extension_length,json=pbxExtensionLength,proto3" json:"pbx_extension_length,omitempty"`  // PBX extension length [3-9]
	DefaultSoftphoneVolumeIn int32  ``                                                                                                                        // Default softphone input volume percent [0-100]
	/* 138-byte string literal not displayed */
	DefaultSoftphoneVolumeOut int32 `` // Default softphone output volume percent [0-100]
	/* 141-byte string literal not displayed */
	ConfigDialInNumbers       []string `protobuf:"bytes,5,rep,name=config_dial_in_numbers,json=configDialInNumbers,proto3" json:"config_dial_in_numbers,omitempty"` // (READ ONLY) List of agent dial-in numbers defined by regional skunk config
	ClientDialInNumbers       []string `protobuf:"bytes,6,rep,name=client_dial_in_numbers,json=clientDialInNumbers,proto3" json:"client_dial_in_numbers,omitempty"` // List of client-defined custom agent dial-in numbers
	ManualDialCallerIdPrivacy bool     ``                                                                                                                           // Allows agent to use privacy headers on the manual dial caller ID
	/* 143-byte string literal not displayed */
	UseManualDialCallerIdPrivacy bool `` // The default/initial setting for the caller ID privacy
	/* 154-byte string literal not displayed */
	MessageNotificationsDisabled bool `` // Toggles agent message notifications.
	/* 148-byte string literal not displayed */
	// contains filtered or unexported fields
}

Wrapper AgentPreferences object for get response and update request

func (*AgentPreferences) Descriptor deprecated

func (*AgentPreferences) Descriptor() ([]byte, []int)

Deprecated: Use AgentPreferences.ProtoReflect.Descriptor instead.

func (*AgentPreferences) GetClientDialInNumbers

func (x *AgentPreferences) GetClientDialInNumbers() []string

func (*AgentPreferences) GetConfigDialInNumbers

func (x *AgentPreferences) GetConfigDialInNumbers() []string

func (*AgentPreferences) GetDefaultAgentDialIn

func (x *AgentPreferences) GetDefaultAgentDialIn() string

func (*AgentPreferences) GetDefaultSoftphoneVolumeIn

func (x *AgentPreferences) GetDefaultSoftphoneVolumeIn() int32

func (*AgentPreferences) GetDefaultSoftphoneVolumeOut

func (x *AgentPreferences) GetDefaultSoftphoneVolumeOut() int32

func (*AgentPreferences) GetManualDialCallerIdPrivacy

func (x *AgentPreferences) GetManualDialCallerIdPrivacy() bool

func (*AgentPreferences) GetMessageNotificationsDisabled

func (x *AgentPreferences) GetMessageNotificationsDisabled() bool

func (*AgentPreferences) GetPbxExtensionLength

func (x *AgentPreferences) GetPbxExtensionLength() int32

func (*AgentPreferences) GetUseManualDialCallerIdPrivacy

func (x *AgentPreferences) GetUseManualDialCallerIdPrivacy() bool

func (*AgentPreferences) ProtoMessage

func (*AgentPreferences) ProtoMessage()

func (*AgentPreferences) ProtoReflect

func (x *AgentPreferences) ProtoReflect() protoreflect.Message

func (*AgentPreferences) Reset

func (x *AgentPreferences) Reset()

func (*AgentPreferences) String

func (x *AgentPreferences) String() string

type AgentStatusDisplayTemplate

type AgentStatusDisplayTemplate struct {
	ReadyStyles               []*AgentStatusDisplayTemplate_AgentStatusSinceStyle `protobuf:"bytes,1,rep,name=ready_styles,json=readyStyles,proto3" json:"ready_styles,omitempty"`
	InConferenceStyles        []*AgentStatusDisplayTemplate_AgentStatusSinceStyle `protobuf:"bytes,2,rep,name=in_conference_styles,json=inConferenceStyles,proto3" json:"in_conference_styles,omitempty"`
	WrapUpStyles              []*AgentStatusDisplayTemplate_AgentStatusSinceStyle `protobuf:"bytes,3,rep,name=wrap_up_styles,json=wrapUpStyles,proto3" json:"wrap_up_styles,omitempty"`
	PausedStyles              []*AgentStatusDisplayTemplate_AgentStatusSinceStyle `protobuf:"bytes,4,rep,name=paused_styles,json=pausedStyles,proto3" json:"paused_styles,omitempty"`
	TransferCallStyles        []*AgentStatusDisplayTemplate_AgentStatusSinceStyle `protobuf:"bytes,5,rep,name=transfer_call_styles,json=transferCallStyles,proto3" json:"transfer_call_styles,omitempty"`
	PreviewCallStyles         []*AgentStatusDisplayTemplate_AgentStatusSinceStyle `protobuf:"bytes,6,rep,name=preview_call_styles,json=previewCallStyles,proto3" json:"preview_call_styles,omitempty"`
	ManualCallStyles          []*AgentStatusDisplayTemplate_AgentStatusSinceStyle `protobuf:"bytes,7,rep,name=manual_call_styles,json=manualCallStyles,proto3" json:"manual_call_styles,omitempty"`
	PbxCallStyles             []*AgentStatusDisplayTemplate_AgentStatusSinceStyle `protobuf:"bytes,8,rep,name=pbx_call_styles,json=pbxCallStyles,proto3" json:"pbx_call_styles,omitempty"`
	AgentIntercomStyles       []*AgentStatusDisplayTemplate_AgentStatusSinceStyle `protobuf:"bytes,9,rep,name=agent_intercom_styles,json=agentIntercomStyles,proto3" json:"agent_intercom_styles,omitempty"`
	XmlClientPropertySid      int64                                               `` /* 127-byte string literal not displayed */
	CallConnectingStyles      []*AgentStatusDisplayTemplate_AgentStatusSinceStyle `protobuf:"bytes,11,rep,name=call_connecting_styles,json=callConnectingStyles,proto3" json:"call_connecting_styles,omitempty"`
	IntercomSourceStyles      []*AgentStatusDisplayTemplate_AgentStatusSinceStyle `protobuf:"bytes,12,rep,name=intercom_source_styles,json=intercomSourceStyles,proto3" json:"intercom_source_styles,omitempty"`
	IntercomDestinationStyles []*AgentStatusDisplayTemplate_AgentStatusSinceStyle `` /* 139-byte string literal not displayed */
	TransferLostStyles        []*AgentStatusDisplayTemplate_AgentStatusSinceStyle `protobuf:"bytes,14,rep,name=transfer_lost_styles,json=transferLostStyles,proto3" json:"transfer_lost_styles,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentStatusDisplayTemplate) Descriptor deprecated

func (*AgentStatusDisplayTemplate) Descriptor() ([]byte, []int)

Deprecated: Use AgentStatusDisplayTemplate.ProtoReflect.Descriptor instead.

func (*AgentStatusDisplayTemplate) GetAgentIntercomStyles

func (*AgentStatusDisplayTemplate) GetCallConnectingStyles

func (*AgentStatusDisplayTemplate) GetInConferenceStyles

func (*AgentStatusDisplayTemplate) GetIntercomDestinationStyles

func (*AgentStatusDisplayTemplate) GetIntercomSourceStyles

func (*AgentStatusDisplayTemplate) GetManualCallStyles

func (*AgentStatusDisplayTemplate) GetPausedStyles

func (*AgentStatusDisplayTemplate) GetPbxCallStyles

func (*AgentStatusDisplayTemplate) GetPreviewCallStyles

func (*AgentStatusDisplayTemplate) GetReadyStyles

func (*AgentStatusDisplayTemplate) GetTransferCallStyles

func (*AgentStatusDisplayTemplate) GetTransferLostStyles

func (*AgentStatusDisplayTemplate) GetWrapUpStyles

func (*AgentStatusDisplayTemplate) GetXmlClientPropertySid

func (x *AgentStatusDisplayTemplate) GetXmlClientPropertySid() int64

func (*AgentStatusDisplayTemplate) ProtoMessage

func (*AgentStatusDisplayTemplate) ProtoMessage()

func (*AgentStatusDisplayTemplate) ProtoReflect

func (*AgentStatusDisplayTemplate) Reset

func (x *AgentStatusDisplayTemplate) Reset()

func (*AgentStatusDisplayTemplate) String

func (x *AgentStatusDisplayTemplate) String() string

type AgentStatusDisplayTemplate_AgentStatusSinceStyle

type AgentStatusDisplayTemplate_AgentStatusSinceStyle struct {
	BgRed            string `protobuf:"bytes,1,opt,name=bg_red,json=bgRed,proto3" json:"bg_red,omitempty"`
	BgGreen          string `protobuf:"bytes,2,opt,name=bg_green,json=bgGreen,proto3" json:"bg_green,omitempty"`
	BgBlue           string `protobuf:"bytes,3,opt,name=bg_blue,json=bgBlue,proto3" json:"bg_blue,omitempty"`
	FgRed            string `protobuf:"bytes,4,opt,name=fg_red,json=fgRed,proto3" json:"fg_red,omitempty"`
	FgGreen          string `protobuf:"bytes,5,opt,name=fg_green,json=fgGreen,proto3" json:"fg_green,omitempty"`
	FgBlue           string `protobuf:"bytes,6,opt,name=fg_blue,json=fgBlue,proto3" json:"fg_blue,omitempty"`
	AgentGuiStatus   int64  `protobuf:"varint,7,opt,name=agent_gui_status,json=agentGuiStatus,proto3" json:"agent_gui_status,omitempty"`
	DurationInStatus int64  `protobuf:"varint,8,opt,name=duration_in_status,json=durationInStatus,proto3" json:"duration_in_status,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) Descriptor deprecated

Deprecated: Use AgentStatusDisplayTemplate_AgentStatusSinceStyle.ProtoReflect.Descriptor instead.

func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetAgentGuiStatus

func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetBgBlue

func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetBgGreen

func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetBgRed

func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetDurationInStatus

func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetFgBlue

func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetFgGreen

func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetFgRed

func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) ProtoMessage

func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) ProtoReflect

func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) Reset

func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) String

type AgentTriggerTemplate

type AgentTriggerTemplate struct {
	Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	// Types that are assignable to Status:
	//
	//	*AgentTriggerTemplate_LoggedIn_
	//	*AgentTriggerTemplate_Waiting_
	//	*AgentTriggerTemplate_Paused_
	//	*AgentTriggerTemplate_OnCall_
	//	*AgentTriggerTemplate_TransferCall_
	//	*AgentTriggerTemplate_TransferLost_
	//	*AgentTriggerTemplate_TransferTargetLost_
	//	*AgentTriggerTemplate_PreviewCall_
	//	*AgentTriggerTemplate_ManualDialCall_
	//	*AgentTriggerTemplate_WrapUp_
	Status isAgentTriggerTemplate_Status `protobuf_oneof:"status"`
	Id     string                        `protobuf:"bytes,13,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentTriggerTemplate) Descriptor deprecated

func (*AgentTriggerTemplate) Descriptor() ([]byte, []int)

Deprecated: Use AgentTriggerTemplate.ProtoReflect.Descriptor instead.

func (*AgentTriggerTemplate) GetDescription

func (x *AgentTriggerTemplate) GetDescription() string

func (*AgentTriggerTemplate) GetId

func (x *AgentTriggerTemplate) GetId() string

func (*AgentTriggerTemplate) GetLoggedIn

func (*AgentTriggerTemplate) GetManualDialCall

func (*AgentTriggerTemplate) GetOnCall

func (*AgentTriggerTemplate) GetPaused

func (*AgentTriggerTemplate) GetPreviewCall

func (*AgentTriggerTemplate) GetStatus

func (m *AgentTriggerTemplate) GetStatus() isAgentTriggerTemplate_Status

func (*AgentTriggerTemplate) GetTransferCall

func (*AgentTriggerTemplate) GetTransferLost

func (*AgentTriggerTemplate) GetTransferTargetLost

func (*AgentTriggerTemplate) GetWaiting

func (*AgentTriggerTemplate) GetWrapUp

func (*AgentTriggerTemplate) ProtoMessage

func (*AgentTriggerTemplate) ProtoMessage()

func (*AgentTriggerTemplate) ProtoReflect

func (x *AgentTriggerTemplate) ProtoReflect() protoreflect.Message

func (*AgentTriggerTemplate) Reset

func (x *AgentTriggerTemplate) Reset()

func (*AgentTriggerTemplate) String

func (x *AgentTriggerTemplate) String() string

type AgentTriggerTemplate_AdvanceStatus

type AgentTriggerTemplate_AdvanceStatus struct {
	StatusType commons.AdvanceStatusType `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AgentTriggerTemplate_AdvanceStatus) Descriptor deprecated

func (*AgentTriggerTemplate_AdvanceStatus) Descriptor() ([]byte, []int)

Deprecated: Use AgentTriggerTemplate_AdvanceStatus.ProtoReflect.Descriptor instead.

func (*AgentTriggerTemplate_AdvanceStatus) GetStatusType

func (*AgentTriggerTemplate_AdvanceStatus) ProtoMessage

func (*AgentTriggerTemplate_AdvanceStatus) ProtoMessage()

func (*AgentTriggerTemplate_AdvanceStatus) ProtoReflect

func (*AgentTriggerTemplate_AdvanceStatus) Reset

func (*AgentTriggerTemplate_AdvanceStatus) String

type AgentTriggerTemplate_DisplayMessage

type AgentTriggerTemplate_DisplayMessage struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentTriggerTemplate_DisplayMessage) Descriptor deprecated

func (*AgentTriggerTemplate_DisplayMessage) Descriptor() ([]byte, []int)

Deprecated: Use AgentTriggerTemplate_DisplayMessage.ProtoReflect.Descriptor instead.

func (*AgentTriggerTemplate_DisplayMessage) GetMessage

func (*AgentTriggerTemplate_DisplayMessage) ProtoMessage

func (*AgentTriggerTemplate_DisplayMessage) ProtoMessage()

func (*AgentTriggerTemplate_DisplayMessage) ProtoReflect

func (*AgentTriggerTemplate_DisplayMessage) Reset

func (*AgentTriggerTemplate_DisplayMessage) String

type AgentTriggerTemplate_EjectAgent

type AgentTriggerTemplate_EjectAgent struct {
	// contains filtered or unexported fields
}

func (*AgentTriggerTemplate_EjectAgent) Descriptor deprecated

func (*AgentTriggerTemplate_EjectAgent) Descriptor() ([]byte, []int)

Deprecated: Use AgentTriggerTemplate_EjectAgent.ProtoReflect.Descriptor instead.

func (*AgentTriggerTemplate_EjectAgent) ProtoMessage

func (*AgentTriggerTemplate_EjectAgent) ProtoMessage()

func (*AgentTriggerTemplate_EjectAgent) ProtoReflect

func (*AgentTriggerTemplate_EjectAgent) Reset

func (*AgentTriggerTemplate_EjectAgent) String

type AgentTriggerTemplate_ExecuteWebLink struct {
	WebLinkId string `protobuf:"bytes,1,opt,name=web_link_id,json=webLinkId,proto3" json:"web_link_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentTriggerTemplate_ExecuteWebLink) Descriptor deprecated

func (*AgentTriggerTemplate_ExecuteWebLink) Descriptor() ([]byte, []int)

Deprecated: Use AgentTriggerTemplate_ExecuteWebLink.ProtoReflect.Descriptor instead.

func (*AgentTriggerTemplate_ExecuteWebLink) GetWebLinkId

func (x *AgentTriggerTemplate_ExecuteWebLink) GetWebLinkId() string

func (*AgentTriggerTemplate_ExecuteWebLink) ProtoMessage

func (*AgentTriggerTemplate_ExecuteWebLink) ProtoMessage()

func (*AgentTriggerTemplate_ExecuteWebLink) ProtoReflect

func (*AgentTriggerTemplate_ExecuteWebLink) Reset

func (*AgentTriggerTemplate_ExecuteWebLink) String

type AgentTriggerTemplate_LoggedIn

type AgentTriggerTemplate_LoggedIn struct {

	// Types that are assignable to Result:
	//
	//	*AgentTriggerTemplate_LoggedIn_DisplayMessage
	//	*AgentTriggerTemplate_LoggedIn_EjectAgent
	//	*AgentTriggerTemplate_LoggedIn_ExecuteWebLink
	Result isAgentTriggerTemplate_LoggedIn_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*AgentTriggerTemplate_LoggedIn) Descriptor deprecated

func (*AgentTriggerTemplate_LoggedIn) Descriptor() ([]byte, []int)

Deprecated: Use AgentTriggerTemplate_LoggedIn.ProtoReflect.Descriptor instead.

func (*AgentTriggerTemplate_LoggedIn) GetDisplayMessage

func (*AgentTriggerTemplate_LoggedIn) GetEjectAgent

func (*AgentTriggerTemplate_LoggedIn) GetResult

func (m *AgentTriggerTemplate_LoggedIn) GetResult() isAgentTriggerTemplate_LoggedIn_Result

func (*AgentTriggerTemplate_LoggedIn) ProtoMessage

func (*AgentTriggerTemplate_LoggedIn) ProtoMessage()

func (*AgentTriggerTemplate_LoggedIn) ProtoReflect

func (*AgentTriggerTemplate_LoggedIn) Reset

func (x *AgentTriggerTemplate_LoggedIn) Reset()

func (*AgentTriggerTemplate_LoggedIn) String

type AgentTriggerTemplate_LoggedIn_

type AgentTriggerTemplate_LoggedIn_ struct {
	LoggedIn *AgentTriggerTemplate_LoggedIn `protobuf:"bytes,2,opt,name=logged_in,json=loggedIn,proto3,oneof"`
}

type AgentTriggerTemplate_LoggedIn_DisplayMessage

type AgentTriggerTemplate_LoggedIn_DisplayMessage struct {
	DisplayMessage *AgentTriggerTemplate_DisplayMessage `protobuf:"bytes,1,opt,name=display_message,json=displayMessage,proto3,oneof"`
}

type AgentTriggerTemplate_LoggedIn_EjectAgent

type AgentTriggerTemplate_LoggedIn_EjectAgent struct {
	EjectAgent *AgentTriggerTemplate_EjectAgent `protobuf:"bytes,2,opt,name=eject_agent,json=ejectAgent,proto3,oneof"`
}
type AgentTriggerTemplate_LoggedIn_ExecuteWebLink struct {
	ExecuteWebLink *AgentTriggerTemplate_ExecuteWebLink `protobuf:"bytes,3,opt,name=execute_web_link,json=executeWebLink,proto3,oneof"`
}

type AgentTriggerTemplate_ManualDialCall

type AgentTriggerTemplate_ManualDialCall struct {
	Duration                 int64 `protobuf:"varint,1,opt,name=duration,proto3" json:"duration,omitempty"`
	ScheduledCallbackPresent bool  `` /* 136-byte string literal not displayed */
	// Types that are assignable to Result:
	//
	//	*AgentTriggerTemplate_ManualDialCall_AdvanceStatus
	//	*AgentTriggerTemplate_ManualDialCall_DisplayMessage
	//	*AgentTriggerTemplate_ManualDialCall_EjectAgent
	//	*AgentTriggerTemplate_ManualDialCall_ExecuteWebLink
	Result isAgentTriggerTemplate_ManualDialCall_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*AgentTriggerTemplate_ManualDialCall) Descriptor deprecated

func (*AgentTriggerTemplate_ManualDialCall) Descriptor() ([]byte, []int)

Deprecated: Use AgentTriggerTemplate_ManualDialCall.ProtoReflect.Descriptor instead.

func (*AgentTriggerTemplate_ManualDialCall) GetAdvanceStatus

func (*AgentTriggerTemplate_ManualDialCall) GetDisplayMessage

func (*AgentTriggerTemplate_ManualDialCall) GetDuration

func (x *AgentTriggerTemplate_ManualDialCall) GetDuration() int64

func (*AgentTriggerTemplate_ManualDialCall) GetEjectAgent

func (*AgentTriggerTemplate_ManualDialCall) GetResult

func (m *AgentTriggerTemplate_ManualDialCall) GetResult() isAgentTriggerTemplate_ManualDialCall_Result

func (*AgentTriggerTemplate_ManualDialCall) GetScheduledCallbackPresent

func (x *AgentTriggerTemplate_ManualDialCall) GetScheduledCallbackPresent() bool

func (*AgentTriggerTemplate_ManualDialCall) ProtoMessage

func (*AgentTriggerTemplate_ManualDialCall) ProtoMessage()

func (*AgentTriggerTemplate_ManualDialCall) ProtoReflect

func (*AgentTriggerTemplate_ManualDialCall) Reset

func (*AgentTriggerTemplate_ManualDialCall) String

type AgentTriggerTemplate_ManualDialCall_

type AgentTriggerTemplate_ManualDialCall_ struct {
	ManualDialCall *AgentTriggerTemplate_ManualDialCall `protobuf:"bytes,10,opt,name=manual_dial_call,json=manualDialCall,proto3,oneof"`
}

type AgentTriggerTemplate_ManualDialCall_AdvanceStatus

type AgentTriggerTemplate_ManualDialCall_AdvanceStatus struct {
	// Valid AdvanceStatusType Values: WAITING
	AdvanceStatus *AgentTriggerTemplate_AdvanceStatus `protobuf:"bytes,3,opt,name=advance_status,json=advanceStatus,proto3,oneof"`
}

type AgentTriggerTemplate_ManualDialCall_DisplayMessage

type AgentTriggerTemplate_ManualDialCall_DisplayMessage struct {
	DisplayMessage *AgentTriggerTemplate_DisplayMessage `protobuf:"bytes,4,opt,name=display_message,json=displayMessage,proto3,oneof"`
}

type AgentTriggerTemplate_ManualDialCall_EjectAgent

type AgentTriggerTemplate_ManualDialCall_EjectAgent struct {
	EjectAgent *AgentTriggerTemplate_EjectAgent `protobuf:"bytes,5,opt,name=eject_agent,json=ejectAgent,proto3,oneof"`
}
type AgentTriggerTemplate_ManualDialCall_ExecuteWebLink struct {
	ExecuteWebLink *AgentTriggerTemplate_ExecuteWebLink `protobuf:"bytes,6,opt,name=execute_web_link,json=executeWebLink,proto3,oneof"`
}

type AgentTriggerTemplate_OnCall

type AgentTriggerTemplate_OnCall struct {
	Outbound bool  `protobuf:"varint,1,opt,name=outbound,proto3" json:"outbound,omitempty"`
	Inbound  bool  `protobuf:"varint,2,opt,name=inbound,proto3" json:"inbound,omitempty"`
	Manual   bool  `protobuf:"varint,3,opt,name=manual,proto3" json:"manual,omitempty"`
	Preview  bool  `protobuf:"varint,4,opt,name=preview,proto3" json:"preview,omitempty"`
	Duration int64 `protobuf:"varint,5,opt,name=duration,proto3" json:"duration,omitempty"`
	// Types that are assignable to Result:
	//
	//	*AgentTriggerTemplate_OnCall_AdvanceStatus
	//	*AgentTriggerTemplate_OnCall_DisplayMessage
	//	*AgentTriggerTemplate_OnCall_EjectAgent
	//	*AgentTriggerTemplate_OnCall_ExecuteWebLink
	Result isAgentTriggerTemplate_OnCall_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*AgentTriggerTemplate_OnCall) Descriptor deprecated

func (*AgentTriggerTemplate_OnCall) Descriptor() ([]byte, []int)

Deprecated: Use AgentTriggerTemplate_OnCall.ProtoReflect.Descriptor instead.

func (*AgentTriggerTemplate_OnCall) GetAdvanceStatus

func (*AgentTriggerTemplate_OnCall) GetDisplayMessage

func (*AgentTriggerTemplate_OnCall) GetDuration

func (x *AgentTriggerTemplate_OnCall) GetDuration() int64

func (*AgentTriggerTemplate_OnCall) GetEjectAgent

func (*AgentTriggerTemplate_OnCall) GetInbound

func (x *AgentTriggerTemplate_OnCall) GetInbound() bool

func (*AgentTriggerTemplate_OnCall) GetManual

func (x *AgentTriggerTemplate_OnCall) GetManual() bool

func (*AgentTriggerTemplate_OnCall) GetOutbound

func (x *AgentTriggerTemplate_OnCall) GetOutbound() bool

func (*AgentTriggerTemplate_OnCall) GetPreview

func (x *AgentTriggerTemplate_OnCall) GetPreview() bool

func (*AgentTriggerTemplate_OnCall) GetResult

func (m *AgentTriggerTemplate_OnCall) GetResult() isAgentTriggerTemplate_OnCall_Result

func (*AgentTriggerTemplate_OnCall) ProtoMessage

func (*AgentTriggerTemplate_OnCall) ProtoMessage()

func (*AgentTriggerTemplate_OnCall) ProtoReflect

func (*AgentTriggerTemplate_OnCall) Reset

func (x *AgentTriggerTemplate_OnCall) Reset()

func (*AgentTriggerTemplate_OnCall) String

func (x *AgentTriggerTemplate_OnCall) String() string

type AgentTriggerTemplate_OnCall_

type AgentTriggerTemplate_OnCall_ struct {
	OnCall *AgentTriggerTemplate_OnCall `protobuf:"bytes,5,opt,name=on_call,json=onCall,proto3,oneof"`
}

type AgentTriggerTemplate_OnCall_AdvanceStatus

type AgentTriggerTemplate_OnCall_AdvanceStatus struct {
	// Valid AdvanceStatusType Values: WRAP_UP
	AdvanceStatus *AgentTriggerTemplate_AdvanceStatus `protobuf:"bytes,6,opt,name=advance_status,json=advanceStatus,proto3,oneof"`
}

type AgentTriggerTemplate_OnCall_DisplayMessage

type AgentTriggerTemplate_OnCall_DisplayMessage struct {
	DisplayMessage *AgentTriggerTemplate_DisplayMessage `protobuf:"bytes,7,opt,name=display_message,json=displayMessage,proto3,oneof"`
}

type AgentTriggerTemplate_OnCall_EjectAgent

type AgentTriggerTemplate_OnCall_EjectAgent struct {
	EjectAgent *AgentTriggerTemplate_EjectAgent `protobuf:"bytes,8,opt,name=eject_agent,json=ejectAgent,proto3,oneof"`
}
type AgentTriggerTemplate_OnCall_ExecuteWebLink struct {
	ExecuteWebLink *AgentTriggerTemplate_ExecuteWebLink `protobuf:"bytes,9,opt,name=execute_web_link,json=executeWebLink,proto3,oneof"`
}

type AgentTriggerTemplate_Paused

type AgentTriggerTemplate_Paused struct {
	Duration int64 `protobuf:"varint,1,opt,name=duration,proto3" json:"duration,omitempty"`
	// Types that are assignable to PauseCodeType:
	//
	//	*AgentTriggerTemplate_Paused_CustomPauseCodeSid
	//	*AgentTriggerTemplate_Paused_AutomaticSystemCode
	PauseCodeType isAgentTriggerTemplate_Paused_PauseCodeType `protobuf_oneof:"pause_code_type"`
	// Types that are assignable to Result:
	//
	//	*AgentTriggerTemplate_Paused_AdvanceStatus
	//	*AgentTriggerTemplate_Paused_DisplayMessage
	//	*AgentTriggerTemplate_Paused_EjectAgent
	//	*AgentTriggerTemplate_Paused_ExecuteWebLink
	Result    isAgentTriggerTemplate_Paused_Result `protobuf_oneof:"result"`
	PauseCode *PauseCode                           `protobuf:"bytes,8,opt,name=pause_code,json=pauseCode,proto3" json:"pause_code,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentTriggerTemplate_Paused) Descriptor deprecated

func (*AgentTriggerTemplate_Paused) Descriptor() ([]byte, []int)

Deprecated: Use AgentTriggerTemplate_Paused.ProtoReflect.Descriptor instead.

func (*AgentTriggerTemplate_Paused) GetAdvanceStatus

func (*AgentTriggerTemplate_Paused) GetAutomaticSystemCode

func (x *AgentTriggerTemplate_Paused) GetAutomaticSystemCode() commons.AutomaticSystemCode

func (*AgentTriggerTemplate_Paused) GetCustomPauseCodeSid

func (x *AgentTriggerTemplate_Paused) GetCustomPauseCodeSid() int64

func (*AgentTriggerTemplate_Paused) GetDisplayMessage

func (*AgentTriggerTemplate_Paused) GetDuration

func (x *AgentTriggerTemplate_Paused) GetDuration() int64

func (*AgentTriggerTemplate_Paused) GetEjectAgent

func (*AgentTriggerTemplate_Paused) GetPauseCode

func (x *AgentTriggerTemplate_Paused) GetPauseCode() *PauseCode

func (*AgentTriggerTemplate_Paused) GetPauseCodeType

func (m *AgentTriggerTemplate_Paused) GetPauseCodeType() isAgentTriggerTemplate_Paused_PauseCodeType

func (*AgentTriggerTemplate_Paused) GetResult

func (m *AgentTriggerTemplate_Paused) GetResult() isAgentTriggerTemplate_Paused_Result

func (*AgentTriggerTemplate_Paused) ProtoMessage

func (*AgentTriggerTemplate_Paused) ProtoMessage()

func (*AgentTriggerTemplate_Paused) ProtoReflect

func (*AgentTriggerTemplate_Paused) Reset

func (x *AgentTriggerTemplate_Paused) Reset()

func (*AgentTriggerTemplate_Paused) String

func (x *AgentTriggerTemplate_Paused) String() string

type AgentTriggerTemplate_Paused_

type AgentTriggerTemplate_Paused_ struct {
	Paused *AgentTriggerTemplate_Paused `protobuf:"bytes,4,opt,name=paused,proto3,oneof"`
}

type AgentTriggerTemplate_Paused_AdvanceStatus

type AgentTriggerTemplate_Paused_AdvanceStatus struct {
	// Valid AdvanceStatusType Values: WAITING
	AdvanceStatus *AgentTriggerTemplate_AdvanceStatus `protobuf:"bytes,4,opt,name=advance_status,json=advanceStatus,proto3,oneof"`
}

type AgentTriggerTemplate_Paused_AutomaticSystemCode

type AgentTriggerTemplate_Paused_AutomaticSystemCode struct {
	AutomaticSystemCode commons.AutomaticSystemCode `protobuf:"varint,3,opt,name=automatic_system_code,json=automaticSystemCode,proto3,enum=api.commons.AutomaticSystemCode,oneof"`
}

type AgentTriggerTemplate_Paused_CustomPauseCodeSid

type AgentTriggerTemplate_Paused_CustomPauseCodeSid struct {
	// this field is an xml_client_property_sid in skunk.
	CustomPauseCodeSid int64 `protobuf:"varint,2,opt,name=custom_pause_code_sid,json=customPauseCodeSid,proto3,oneof"`
}

type AgentTriggerTemplate_Paused_DisplayMessage

type AgentTriggerTemplate_Paused_DisplayMessage struct {
	DisplayMessage *AgentTriggerTemplate_DisplayMessage `protobuf:"bytes,5,opt,name=display_message,json=displayMessage,proto3,oneof"`
}

type AgentTriggerTemplate_Paused_EjectAgent

type AgentTriggerTemplate_Paused_EjectAgent struct {
	EjectAgent *AgentTriggerTemplate_EjectAgent `protobuf:"bytes,6,opt,name=eject_agent,json=ejectAgent,proto3,oneof"`
}
type AgentTriggerTemplate_Paused_ExecuteWebLink struct {
	ExecuteWebLink *AgentTriggerTemplate_ExecuteWebLink `protobuf:"bytes,7,opt,name=execute_web_link,json=executeWebLink,proto3,oneof"`
}

type AgentTriggerTemplate_PreviewCall

type AgentTriggerTemplate_PreviewCall struct {
	Duration int64 `protobuf:"varint,1,opt,name=duration,proto3" json:"duration,omitempty"`
	// Types that are assignable to Result:
	//
	//	*AgentTriggerTemplate_PreviewCall_AdvanceStatus
	//	*AgentTriggerTemplate_PreviewCall_DisplayMessage
	//	*AgentTriggerTemplate_PreviewCall_EjectAgent
	//	*AgentTriggerTemplate_PreviewCall_ExecuteWebLink
	Result isAgentTriggerTemplate_PreviewCall_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*AgentTriggerTemplate_PreviewCall) Descriptor deprecated

func (*AgentTriggerTemplate_PreviewCall) Descriptor() ([]byte, []int)

Deprecated: Use AgentTriggerTemplate_PreviewCall.ProtoReflect.Descriptor instead.

func (*AgentTriggerTemplate_PreviewCall) GetAdvanceStatus

func (*AgentTriggerTemplate_PreviewCall) GetDisplayMessage

func (*AgentTriggerTemplate_PreviewCall) GetDuration

func (x *AgentTriggerTemplate_PreviewCall) GetDuration() int64

func (*AgentTriggerTemplate_PreviewCall) GetEjectAgent

func (*AgentTriggerTemplate_PreviewCall) GetResult

func (m *AgentTriggerTemplate_PreviewCall) GetResult() isAgentTriggerTemplate_PreviewCall_Result

func (*AgentTriggerTemplate_PreviewCall) ProtoMessage

func (*AgentTriggerTemplate_PreviewCall) ProtoMessage()

func (*AgentTriggerTemplate_PreviewCall) ProtoReflect

func (*AgentTriggerTemplate_PreviewCall) Reset

func (*AgentTriggerTemplate_PreviewCall) String

type AgentTriggerTemplate_PreviewCall_

type AgentTriggerTemplate_PreviewCall_ struct {
	PreviewCall *AgentTriggerTemplate_PreviewCall `protobuf:"bytes,9,opt,name=preview_call,json=previewCall,proto3,oneof"`
}

type AgentTriggerTemplate_PreviewCall_AdvanceStatus

type AgentTriggerTemplate_PreviewCall_AdvanceStatus struct {
	// Valid AdvanceStatusType Values: WAITING
	AdvanceStatus *AgentTriggerTemplate_AdvanceStatus `protobuf:"bytes,2,opt,name=advance_status,json=advanceStatus,proto3,oneof"`
}

type AgentTriggerTemplate_PreviewCall_DisplayMessage

type AgentTriggerTemplate_PreviewCall_DisplayMessage struct {
	DisplayMessage *AgentTriggerTemplate_DisplayMessage `protobuf:"bytes,3,opt,name=display_message,json=displayMessage,proto3,oneof"`
}

type AgentTriggerTemplate_PreviewCall_EjectAgent

type AgentTriggerTemplate_PreviewCall_EjectAgent struct {
	EjectAgent *AgentTriggerTemplate_EjectAgent `protobuf:"bytes,4,opt,name=eject_agent,json=ejectAgent,proto3,oneof"`
}
type AgentTriggerTemplate_PreviewCall_ExecuteWebLink struct {
	ExecuteWebLink *AgentTriggerTemplate_ExecuteWebLink `protobuf:"bytes,5,opt,name=execute_web_link,json=executeWebLink,proto3,oneof"`
}

type AgentTriggerTemplate_TransferCall

type AgentTriggerTemplate_TransferCall struct {
	Duration int64 `protobuf:"varint,1,opt,name=duration,proto3" json:"duration,omitempty"`
	// Types that are assignable to Result:
	//
	//	*AgentTriggerTemplate_TransferCall_DisplayMessage
	//	*AgentTriggerTemplate_TransferCall_EjectAgent
	//	*AgentTriggerTemplate_TransferCall_ExecuteWebLink
	Result isAgentTriggerTemplate_TransferCall_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*AgentTriggerTemplate_TransferCall) Descriptor deprecated

func (*AgentTriggerTemplate_TransferCall) Descriptor() ([]byte, []int)

Deprecated: Use AgentTriggerTemplate_TransferCall.ProtoReflect.Descriptor instead.

func (*AgentTriggerTemplate_TransferCall) GetDisplayMessage

func (*AgentTriggerTemplate_TransferCall) GetDuration

func (x *AgentTriggerTemplate_TransferCall) GetDuration() int64

func (*AgentTriggerTemplate_TransferCall) GetEjectAgent

func (*AgentTriggerTemplate_TransferCall) GetResult

func (m *AgentTriggerTemplate_TransferCall) GetResult() isAgentTriggerTemplate_TransferCall_Result

func (*AgentTriggerTemplate_TransferCall) ProtoMessage

func (*AgentTriggerTemplate_TransferCall) ProtoMessage()

func (*AgentTriggerTemplate_TransferCall) ProtoReflect

func (*AgentTriggerTemplate_TransferCall) Reset

func (*AgentTriggerTemplate_TransferCall) String

type AgentTriggerTemplate_TransferCall_

type AgentTriggerTemplate_TransferCall_ struct {
	TransferCall *AgentTriggerTemplate_TransferCall `protobuf:"bytes,6,opt,name=transfer_call,json=transferCall,proto3,oneof"`
}

type AgentTriggerTemplate_TransferCall_DisplayMessage

type AgentTriggerTemplate_TransferCall_DisplayMessage struct {
	DisplayMessage *AgentTriggerTemplate_DisplayMessage `protobuf:"bytes,2,opt,name=display_message,json=displayMessage,proto3,oneof"`
}

type AgentTriggerTemplate_TransferCall_EjectAgent

type AgentTriggerTemplate_TransferCall_EjectAgent struct {
	EjectAgent *AgentTriggerTemplate_EjectAgent `protobuf:"bytes,3,opt,name=eject_agent,json=ejectAgent,proto3,oneof"`
}
type AgentTriggerTemplate_TransferCall_ExecuteWebLink struct {
	ExecuteWebLink *AgentTriggerTemplate_ExecuteWebLink `protobuf:"bytes,4,opt,name=execute_web_link,json=executeWebLink,proto3,oneof"`
}

type AgentTriggerTemplate_TransferLost

type AgentTriggerTemplate_TransferLost struct {
	Duration int64 `protobuf:"varint,1,opt,name=duration,proto3" json:"duration,omitempty"`
	// Types that are assignable to Result:
	//
	//	*AgentTriggerTemplate_TransferLost_DisplayMessage
	//	*AgentTriggerTemplate_TransferLost_EjectAgent
	//	*AgentTriggerTemplate_TransferLost_ExecuteWebLink
	Result isAgentTriggerTemplate_TransferLost_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*AgentTriggerTemplate_TransferLost) Descriptor deprecated

func (*AgentTriggerTemplate_TransferLost) Descriptor() ([]byte, []int)

Deprecated: Use AgentTriggerTemplate_TransferLost.ProtoReflect.Descriptor instead.

func (*AgentTriggerTemplate_TransferLost) GetDisplayMessage

func (*AgentTriggerTemplate_TransferLost) GetDuration

func (x *AgentTriggerTemplate_TransferLost) GetDuration() int64

func (*AgentTriggerTemplate_TransferLost) GetEjectAgent

func (*AgentTriggerTemplate_TransferLost) GetResult

func (m *AgentTriggerTemplate_TransferLost) GetResult() isAgentTriggerTemplate_TransferLost_Result

func (*AgentTriggerTemplate_TransferLost) ProtoMessage

func (*AgentTriggerTemplate_TransferLost) ProtoMessage()

func (*AgentTriggerTemplate_TransferLost) ProtoReflect

func (*AgentTriggerTemplate_TransferLost) Reset

func (*AgentTriggerTemplate_TransferLost) String

type AgentTriggerTemplate_TransferLost_

type AgentTriggerTemplate_TransferLost_ struct {
	TransferLost *AgentTriggerTemplate_TransferLost `protobuf:"bytes,7,opt,name=transfer_lost,json=transferLost,proto3,oneof"`
}

type AgentTriggerTemplate_TransferLost_DisplayMessage

type AgentTriggerTemplate_TransferLost_DisplayMessage struct {
	DisplayMessage *AgentTriggerTemplate_DisplayMessage `protobuf:"bytes,2,opt,name=display_message,json=displayMessage,proto3,oneof"`
}

type AgentTriggerTemplate_TransferLost_EjectAgent

type AgentTriggerTemplate_TransferLost_EjectAgent struct {
	EjectAgent *AgentTriggerTemplate_EjectAgent `protobuf:"bytes,3,opt,name=eject_agent,json=ejectAgent,proto3,oneof"`
}
type AgentTriggerTemplate_TransferLost_ExecuteWebLink struct {
	ExecuteWebLink *AgentTriggerTemplate_ExecuteWebLink `protobuf:"bytes,4,opt,name=execute_web_link,json=executeWebLink,proto3,oneof"`
}

type AgentTriggerTemplate_TransferTargetLost

type AgentTriggerTemplate_TransferTargetLost struct {
	Duration int64 `protobuf:"varint,1,opt,name=duration,proto3" json:"duration,omitempty"`
	// Types that are assignable to Result:
	//
	//	*AgentTriggerTemplate_TransferTargetLost_DisplayMessage
	//	*AgentTriggerTemplate_TransferTargetLost_EjectAgent
	//	*AgentTriggerTemplate_TransferTargetLost_ExecuteWebLink
	Result isAgentTriggerTemplate_TransferTargetLost_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*AgentTriggerTemplate_TransferTargetLost) Descriptor deprecated

func (*AgentTriggerTemplate_TransferTargetLost) Descriptor() ([]byte, []int)

Deprecated: Use AgentTriggerTemplate_TransferTargetLost.ProtoReflect.Descriptor instead.

func (*AgentTriggerTemplate_TransferTargetLost) GetDisplayMessage

func (*AgentTriggerTemplate_TransferTargetLost) GetDuration

func (*AgentTriggerTemplate_TransferTargetLost) GetEjectAgent

func (*AgentTriggerTemplate_TransferTargetLost) GetResult

func (m *AgentTriggerTemplate_TransferTargetLost) GetResult() isAgentTriggerTemplate_TransferTargetLost_Result

func (*AgentTriggerTemplate_TransferTargetLost) ProtoMessage

func (*AgentTriggerTemplate_TransferTargetLost) ProtoReflect

func (*AgentTriggerTemplate_TransferTargetLost) Reset

func (*AgentTriggerTemplate_TransferTargetLost) String

type AgentTriggerTemplate_TransferTargetLost_

type AgentTriggerTemplate_TransferTargetLost_ struct {
	TransferTargetLost *AgentTriggerTemplate_TransferTargetLost `protobuf:"bytes,8,opt,name=transfer_target_lost,json=transferTargetLost,proto3,oneof"`
}

type AgentTriggerTemplate_TransferTargetLost_DisplayMessage

type AgentTriggerTemplate_TransferTargetLost_DisplayMessage struct {
	DisplayMessage *AgentTriggerTemplate_DisplayMessage `protobuf:"bytes,2,opt,name=display_message,json=displayMessage,proto3,oneof"`
}

type AgentTriggerTemplate_TransferTargetLost_EjectAgent

type AgentTriggerTemplate_TransferTargetLost_EjectAgent struct {
	EjectAgent *AgentTriggerTemplate_EjectAgent `protobuf:"bytes,3,opt,name=eject_agent,json=ejectAgent,proto3,oneof"`
}
type AgentTriggerTemplate_TransferTargetLost_ExecuteWebLink struct {
	ExecuteWebLink *AgentTriggerTemplate_ExecuteWebLink `protobuf:"bytes,4,opt,name=execute_web_link,json=executeWebLink,proto3,oneof"`
}

type AgentTriggerTemplate_Waiting

type AgentTriggerTemplate_Waiting struct {
	Duration int64 `protobuf:"varint,1,opt,name=duration,proto3" json:"duration,omitempty"`
	// Types that are assignable to Result:
	//
	//	*AgentTriggerTemplate_Waiting_AdvanceStatus
	//	*AgentTriggerTemplate_Waiting_DisplayMessage
	//	*AgentTriggerTemplate_Waiting_EjectAgent
	//	*AgentTriggerTemplate_Waiting_ExecuteWebLink
	Result isAgentTriggerTemplate_Waiting_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*AgentTriggerTemplate_Waiting) Descriptor deprecated

func (*AgentTriggerTemplate_Waiting) Descriptor() ([]byte, []int)

Deprecated: Use AgentTriggerTemplate_Waiting.ProtoReflect.Descriptor instead.

func (*AgentTriggerTemplate_Waiting) GetAdvanceStatus

func (*AgentTriggerTemplate_Waiting) GetDisplayMessage

func (*AgentTriggerTemplate_Waiting) GetDuration

func (x *AgentTriggerTemplate_Waiting) GetDuration() int64

func (*AgentTriggerTemplate_Waiting) GetEjectAgent

func (*AgentTriggerTemplate_Waiting) GetResult

func (m *AgentTriggerTemplate_Waiting) GetResult() isAgentTriggerTemplate_Waiting_Result

func (*AgentTriggerTemplate_Waiting) ProtoMessage

func (*AgentTriggerTemplate_Waiting) ProtoMessage()

func (*AgentTriggerTemplate_Waiting) ProtoReflect

func (*AgentTriggerTemplate_Waiting) Reset

func (x *AgentTriggerTemplate_Waiting) Reset()

func (*AgentTriggerTemplate_Waiting) String

type AgentTriggerTemplate_Waiting_

type AgentTriggerTemplate_Waiting_ struct {
	Waiting *AgentTriggerTemplate_Waiting `protobuf:"bytes,3,opt,name=waiting,proto3,oneof"`
}

type AgentTriggerTemplate_Waiting_AdvanceStatus

type AgentTriggerTemplate_Waiting_AdvanceStatus struct {
	// Valid AdvanceStatusType Values: PAUSED
	AdvanceStatus *AgentTriggerTemplate_AdvanceStatus `protobuf:"bytes,2,opt,name=advance_status,json=advanceStatus,proto3,oneof"`
}

type AgentTriggerTemplate_Waiting_DisplayMessage

type AgentTriggerTemplate_Waiting_DisplayMessage struct {
	DisplayMessage *AgentTriggerTemplate_DisplayMessage `protobuf:"bytes,3,opt,name=display_message,json=displayMessage,proto3,oneof"`
}

type AgentTriggerTemplate_Waiting_EjectAgent

type AgentTriggerTemplate_Waiting_EjectAgent struct {
	EjectAgent *AgentTriggerTemplate_EjectAgent `protobuf:"bytes,4,opt,name=eject_agent,json=ejectAgent,proto3,oneof"`
}
type AgentTriggerTemplate_Waiting_ExecuteWebLink struct {
	ExecuteWebLink *AgentTriggerTemplate_ExecuteWebLink `protobuf:"bytes,5,opt,name=execute_web_link,json=executeWebLink,proto3,oneof"`
}

type AgentTriggerTemplate_WrapUp

type AgentTriggerTemplate_WrapUp struct {
	Outbound bool  `protobuf:"varint,1,opt,name=outbound,proto3" json:"outbound,omitempty"`
	Inbound  bool  `protobuf:"varint,2,opt,name=inbound,proto3" json:"inbound,omitempty"`
	Manual   bool  `protobuf:"varint,3,opt,name=manual,proto3" json:"manual,omitempty"`
	Preview  bool  `protobuf:"varint,4,opt,name=preview,proto3" json:"preview,omitempty"`
	Duration int64 `protobuf:"varint,5,opt,name=duration,proto3" json:"duration,omitempty"`
	// Types that are assignable to Result:
	//
	//	*AgentTriggerTemplate_WrapUp_AdvanceStatus
	//	*AgentTriggerTemplate_WrapUp_DisplayMessage
	//	*AgentTriggerTemplate_WrapUp_EjectAgent
	//	*AgentTriggerTemplate_WrapUp_ExecuteWebLink
	Result isAgentTriggerTemplate_WrapUp_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*AgentTriggerTemplate_WrapUp) Descriptor deprecated

func (*AgentTriggerTemplate_WrapUp) Descriptor() ([]byte, []int)

Deprecated: Use AgentTriggerTemplate_WrapUp.ProtoReflect.Descriptor instead.

func (*AgentTriggerTemplate_WrapUp) GetAdvanceStatus

func (*AgentTriggerTemplate_WrapUp) GetDisplayMessage

func (*AgentTriggerTemplate_WrapUp) GetDuration

func (x *AgentTriggerTemplate_WrapUp) GetDuration() int64

func (*AgentTriggerTemplate_WrapUp) GetEjectAgent

func (*AgentTriggerTemplate_WrapUp) GetInbound

func (x *AgentTriggerTemplate_WrapUp) GetInbound() bool

func (*AgentTriggerTemplate_WrapUp) GetManual

func (x *AgentTriggerTemplate_WrapUp) GetManual() bool

func (*AgentTriggerTemplate_WrapUp) GetOutbound

func (x *AgentTriggerTemplate_WrapUp) GetOutbound() bool

func (*AgentTriggerTemplate_WrapUp) GetPreview

func (x *AgentTriggerTemplate_WrapUp) GetPreview() bool

func (*AgentTriggerTemplate_WrapUp) GetResult

func (m *AgentTriggerTemplate_WrapUp) GetResult() isAgentTriggerTemplate_WrapUp_Result

func (*AgentTriggerTemplate_WrapUp) ProtoMessage

func (*AgentTriggerTemplate_WrapUp) ProtoMessage()

func (*AgentTriggerTemplate_WrapUp) ProtoReflect

func (*AgentTriggerTemplate_WrapUp) Reset

func (x *AgentTriggerTemplate_WrapUp) Reset()

func (*AgentTriggerTemplate_WrapUp) String

func (x *AgentTriggerTemplate_WrapUp) String() string

type AgentTriggerTemplate_WrapUp_

type AgentTriggerTemplate_WrapUp_ struct {
	WrapUp *AgentTriggerTemplate_WrapUp `protobuf:"bytes,11,opt,name=wrap_up,json=wrapUp,proto3,oneof"`
}

type AgentTriggerTemplate_WrapUp_AdvanceStatus

type AgentTriggerTemplate_WrapUp_AdvanceStatus struct {
	// Valid AdvanceStatusType Values: WAITING, PAUSED
	AdvanceStatus *AgentTriggerTemplate_AdvanceStatus `protobuf:"bytes,6,opt,name=advance_status,json=advanceStatus,proto3,oneof"`
}

type AgentTriggerTemplate_WrapUp_DisplayMessage

type AgentTriggerTemplate_WrapUp_DisplayMessage struct {
	DisplayMessage *AgentTriggerTemplate_DisplayMessage `protobuf:"bytes,7,opt,name=display_message,json=displayMessage,proto3,oneof"`
}

type AgentTriggerTemplate_WrapUp_EjectAgent

type AgentTriggerTemplate_WrapUp_EjectAgent struct {
	EjectAgent *AgentTriggerTemplate_EjectAgent `protobuf:"bytes,8,opt,name=eject_agent,json=ejectAgent,proto3,oneof"`
}
type AgentTriggerTemplate_WrapUp_ExecuteWebLink struct {
	ExecuteWebLink *AgentTriggerTemplate_ExecuteWebLink `protobuf:"bytes,9,opt,name=execute_web_link,json=executeWebLink,proto3,oneof"`
}

type AgentUser

type AgentUser struct {
	UserId              string                 `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Name                string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	UserName            string                 `protobuf:"bytes,3,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	HuntGroupName       string                 `protobuf:"bytes,4,opt,name=hunt_group_name,json=huntGroupName,proto3" json:"hunt_group_name,omitempty"`
	Skills              []*Skill               `protobuf:"bytes,5,rep,name=skills,proto3" json:"skills,omitempty"`
	PartnerAgentId      string                 `protobuf:"bytes,6,opt,name=partner_agent_id,json=partnerAgentId,proto3" json:"partner_agent_id,omitempty"`
	CallbackExtension   string                 `protobuf:"bytes,7,opt,name=callback_extension,json=callbackExtension,proto3" json:"callback_extension,omitempty"`
	CallbackNumber      string                 `protobuf:"bytes,8,opt,name=callback_number,json=callbackNumber,proto3" json:"callback_number,omitempty"`
	HuntGroupSid        int64                  `protobuf:"varint,9,opt,name=hunt_group_sid,json=huntGroupSid,proto3" json:"hunt_group_sid,omitempty"`
	AgentSid            int64                  `protobuf:"varint,10,opt,name=agent_sid,json=agentSid,proto3" json:"agent_sid,omitempty"`
	UserCallerId        string                 `protobuf:"bytes,12,opt,name=user_caller_id,json=userCallerId,proto3" json:"user_caller_id,omitempty"`
	FirstName           string                 `protobuf:"bytes,13,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName            string                 `protobuf:"bytes,14,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	Created             *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=created,proto3" json:"created,omitempty"`
	LastUpdated         *timestamppb.Timestamp `protobuf:"bytes,16,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
	AgentProfileGroupId string                 `protobuf:"bytes,17,opt,name=agent_profile_group_id,json=agentProfileGroupId,proto3" json:"agent_profile_group_id,omitempty"`
	// Boolean for whether or not the user is a delegated login authenticated through a third party provider.
	// Delegated login users are from connected login managements like Azure or Okta
	Delegated bool `protobuf:"varint,19,opt,name=delegated,proto3" json:"delegated,omitempty"`
	// the name of the agent profile group assigned to the agent
	AgentProfileGroupName string `` /* 129-byte string literal not displayed */
	// whether or not the user is disabled.
	Disabled bool `protobuf:"varint,100,opt,name=disabled,proto3" json:"disabled,omitempty"`
	// whether or not the user has the AGENT permission
	HasAgentPerm bool `protobuf:"varint,101,opt,name=has_agent_perm,json=hasAgentPerm,proto3" json:"has_agent_perm,omitempty"`
	// User TimeZone with wrapper for nullable timezone
	TimeZoneOverride *commons.TimeZoneWrapper `protobuf:"bytes,102,opt,name=time_zone_override,json=timeZoneOverride,proto3" json:"time_zone_override,omitempty"`
	// The email of the agent. Empty if none set.
	Email string `protobuf:"bytes,103,opt,name=email,proto3" json:"email,omitempty"`
	// A list of labels assigned to the user
	LabelEntities []*Label `protobuf:"bytes,104,rep,name=label_entities,json=labelEntities,proto3" json:"label_entities,omitempty"`
	// PermissionGroups of the Agent
	PermissionGroups []*PermissionGroup `protobuf:"bytes,105,rep,name=permission_groups,json=permissionGroups,proto3" json:"permission_groups,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentUser) Descriptor deprecated

func (*AgentUser) Descriptor() ([]byte, []int)

Deprecated: Use AgentUser.ProtoReflect.Descriptor instead.

func (*AgentUser) GetAgentProfileGroupId

func (x *AgentUser) GetAgentProfileGroupId() string

func (*AgentUser) GetAgentProfileGroupName

func (x *AgentUser) GetAgentProfileGroupName() string

func (*AgentUser) GetAgentSid

func (x *AgentUser) GetAgentSid() int64

func (*AgentUser) GetCallbackExtension

func (x *AgentUser) GetCallbackExtension() string

func (*AgentUser) GetCallbackNumber

func (x *AgentUser) GetCallbackNumber() string

func (*AgentUser) GetCreated

func (x *AgentUser) GetCreated() *timestamppb.Timestamp

func (*AgentUser) GetDelegated

func (x *AgentUser) GetDelegated() bool

func (*AgentUser) GetDisabled

func (x *AgentUser) GetDisabled() bool

func (*AgentUser) GetEmail

func (x *AgentUser) GetEmail() string

func (*AgentUser) GetFirstName

func (x *AgentUser) GetFirstName() string

func (*AgentUser) GetHasAgentPerm

func (x *AgentUser) GetHasAgentPerm() bool

func (*AgentUser) GetHuntGroupName

func (x *AgentUser) GetHuntGroupName() string

func (*AgentUser) GetHuntGroupSid

func (x *AgentUser) GetHuntGroupSid() int64

func (*AgentUser) GetLabelEntities

func (x *AgentUser) GetLabelEntities() []*Label

func (*AgentUser) GetLastName

func (x *AgentUser) GetLastName() string

func (*AgentUser) GetLastUpdated

func (x *AgentUser) GetLastUpdated() *timestamppb.Timestamp

func (*AgentUser) GetName

func (x *AgentUser) GetName() string

func (*AgentUser) GetPartnerAgentId

func (x *AgentUser) GetPartnerAgentId() string

func (*AgentUser) GetPermissionGroups

func (x *AgentUser) GetPermissionGroups() []*PermissionGroup

func (*AgentUser) GetSkills

func (x *AgentUser) GetSkills() []*Skill

func (*AgentUser) GetTimeZoneOverride

func (x *AgentUser) GetTimeZoneOverride() *commons.TimeZoneWrapper

func (*AgentUser) GetUserCallerId

func (x *AgentUser) GetUserCallerId() string

func (*AgentUser) GetUserId

func (x *AgentUser) GetUserId() string

func (*AgentUser) GetUserName

func (x *AgentUser) GetUserName() string

func (*AgentUser) ProtoMessage

func (*AgentUser) ProtoMessage()

func (*AgentUser) ProtoReflect

func (x *AgentUser) ProtoReflect() protoreflect.Message

func (*AgentUser) Reset

func (x *AgentUser) Reset()

func (*AgentUser) String

func (x *AgentUser) String() string

type ArchiveOrganizationRequest

type ArchiveOrganizationRequest struct {

	// Required. Archives the specified organization
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

The request for api.v0alpha.ArchiveOrganization

func (*ArchiveOrganizationRequest) Descriptor deprecated

func (*ArchiveOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use ArchiveOrganizationRequest.ProtoReflect.Descriptor instead.

func (*ArchiveOrganizationRequest) GetOrgId

func (x *ArchiveOrganizationRequest) GetOrgId() string

func (*ArchiveOrganizationRequest) ProtoMessage

func (*ArchiveOrganizationRequest) ProtoMessage()

func (*ArchiveOrganizationRequest) ProtoReflect

func (*ArchiveOrganizationRequest) Reset

func (x *ArchiveOrganizationRequest) Reset()

func (*ArchiveOrganizationRequest) String

func (x *ArchiveOrganizationRequest) String() string

type ArchiveOrganizationResponse

type ArchiveOrganizationResponse struct {
	// contains filtered or unexported fields
}

The response for api.v0alpha.ArchiveOrganization

func (*ArchiveOrganizationResponse) Descriptor deprecated

func (*ArchiveOrganizationResponse) Descriptor() ([]byte, []int)

Deprecated: Use ArchiveOrganizationResponse.ProtoReflect.Descriptor instead.

func (*ArchiveOrganizationResponse) ProtoMessage

func (*ArchiveOrganizationResponse) ProtoMessage()

func (*ArchiveOrganizationResponse) ProtoReflect

func (*ArchiveOrganizationResponse) Reset

func (x *ArchiveOrganizationResponse) Reset()

func (*ArchiveOrganizationResponse) String

func (x *ArchiveOrganizationResponse) String() string

type AssignAgentProfileGroupsRequest

type AssignAgentProfileGroupsRequest struct {
	AgentProfileGroupId string   `protobuf:"bytes,2,opt,name=agent_profile_group_id,json=agentProfileGroupId,proto3" json:"agent_profile_group_id,omitempty"`
	UserIds             []string `protobuf:"bytes,3,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*AssignAgentProfileGroupsRequest) Descriptor deprecated

func (*AssignAgentProfileGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AssignAgentProfileGroupsRequest.ProtoReflect.Descriptor instead.

func (*AssignAgentProfileGroupsRequest) GetAgentProfileGroupId

func (x *AssignAgentProfileGroupsRequest) GetAgentProfileGroupId() string

func (*AssignAgentProfileGroupsRequest) GetUserIds

func (x *AssignAgentProfileGroupsRequest) GetUserIds() []string

func (*AssignAgentProfileGroupsRequest) ProtoMessage

func (*AssignAgentProfileGroupsRequest) ProtoMessage()

func (*AssignAgentProfileGroupsRequest) ProtoReflect

func (*AssignAgentProfileGroupsRequest) Reset

func (*AssignAgentProfileGroupsRequest) String

type AssignAgentProfileGroupsResponse

type AssignAgentProfileGroupsResponse struct {
	// contains filtered or unexported fields
}

func (*AssignAgentProfileGroupsResponse) Descriptor deprecated

func (*AssignAgentProfileGroupsResponse) Descriptor() ([]byte, []int)

Deprecated: Use AssignAgentProfileGroupsResponse.ProtoReflect.Descriptor instead.

func (*AssignAgentProfileGroupsResponse) ProtoMessage

func (*AssignAgentProfileGroupsResponse) ProtoMessage()

func (*AssignAgentProfileGroupsResponse) ProtoReflect

func (*AssignAgentProfileGroupsResponse) Reset

func (*AssignAgentProfileGroupsResponse) String

type AssignUserPermissionGroupRequest

type AssignUserPermissionGroupRequest struct {

	// Required. The id of the permission group that is being assigned.
	PermissionGroupId string `protobuf:"bytes,1,opt,name=permission_group_id,json=permissionGroupId,proto3" json:"permission_group_id,omitempty"`
	// Required. The id of the user the permission group is being assigned to.
	AssignUserId string `protobuf:"bytes,2,opt,name=assign_user_id,json=assignUserId,proto3" json:"assign_user_id,omitempty"`
	// contains filtered or unexported fields
}

The request for api.v0alpha.AssignUserPermissionGroup.

func (*AssignUserPermissionGroupRequest) Descriptor deprecated

func (*AssignUserPermissionGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use AssignUserPermissionGroupRequest.ProtoReflect.Descriptor instead.

func (*AssignUserPermissionGroupRequest) GetAssignUserId

func (x *AssignUserPermissionGroupRequest) GetAssignUserId() string

func (*AssignUserPermissionGroupRequest) GetPermissionGroupId

func (x *AssignUserPermissionGroupRequest) GetPermissionGroupId() string

func (*AssignUserPermissionGroupRequest) ProtoMessage

func (*AssignUserPermissionGroupRequest) ProtoMessage()

func (*AssignUserPermissionGroupRequest) ProtoReflect

func (*AssignUserPermissionGroupRequest) Reset

func (*AssignUserPermissionGroupRequest) String

type AssignUserPermissionGroupResponse

type AssignUserPermissionGroupResponse struct {
	// contains filtered or unexported fields
}

The response for api.v0alpha.AssignUserPermissionGroup.

func (*AssignUserPermissionGroupResponse) Descriptor deprecated

func (*AssignUserPermissionGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use AssignUserPermissionGroupResponse.ProtoReflect.Descriptor instead.

func (*AssignUserPermissionGroupResponse) ProtoMessage

func (*AssignUserPermissionGroupResponse) ProtoMessage()

func (*AssignUserPermissionGroupResponse) ProtoReflect

func (*AssignUserPermissionGroupResponse) Reset

func (*AssignUserPermissionGroupResponse) String

type AssignUserToAccountOwnerPermissionGroupRequest

type AssignUserToAccountOwnerPermissionGroupRequest struct {

	// User id of the user requesting permissions.
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

The request for org.Org.AssignUserToAccountOwnerPermissionGroup.

func (*AssignUserToAccountOwnerPermissionGroupRequest) Descriptor deprecated

Deprecated: Use AssignUserToAccountOwnerPermissionGroupRequest.ProtoReflect.Descriptor instead.

func (*AssignUserToAccountOwnerPermissionGroupRequest) GetUserId

func (*AssignUserToAccountOwnerPermissionGroupRequest) ProtoMessage

func (*AssignUserToAccountOwnerPermissionGroupRequest) ProtoReflect

func (*AssignUserToAccountOwnerPermissionGroupRequest) Reset

func (*AssignUserToAccountOwnerPermissionGroupRequest) String

type AssignUserToAccountOwnerPermissionGroupResponse

type AssignUserToAccountOwnerPermissionGroupResponse struct {
	// contains filtered or unexported fields
}

The response for org.Org.AssignUserToAccountOwnerPermissionGroup.

func (*AssignUserToAccountOwnerPermissionGroupResponse) Descriptor deprecated

Deprecated: Use AssignUserToAccountOwnerPermissionGroupResponse.ProtoReflect.Descriptor instead.

func (*AssignUserToAccountOwnerPermissionGroupResponse) ProtoMessage

func (*AssignUserToAccountOwnerPermissionGroupResponse) ProtoReflect

func (*AssignUserToAccountOwnerPermissionGroupResponse) Reset

func (*AssignUserToAccountOwnerPermissionGroupResponse) String

type AssignUsersP3PermissionGroupRequest

type AssignUsersP3PermissionGroupRequest struct {
	UserIds           []string `protobuf:"bytes,1,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	PermissionGroupId string   `protobuf:"bytes,3,opt,name=permission_group_id,json=permissionGroupId,proto3" json:"permission_group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AssignUsersP3PermissionGroupRequest) Descriptor deprecated

func (*AssignUsersP3PermissionGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use AssignUsersP3PermissionGroupRequest.ProtoReflect.Descriptor instead.

func (*AssignUsersP3PermissionGroupRequest) GetPermissionGroupId

func (x *AssignUsersP3PermissionGroupRequest) GetPermissionGroupId() string

func (*AssignUsersP3PermissionGroupRequest) GetUserIds

func (x *AssignUsersP3PermissionGroupRequest) GetUserIds() []string

func (*AssignUsersP3PermissionGroupRequest) ProtoMessage

func (*AssignUsersP3PermissionGroupRequest) ProtoMessage()

func (*AssignUsersP3PermissionGroupRequest) ProtoReflect

func (*AssignUsersP3PermissionGroupRequest) Reset

func (*AssignUsersP3PermissionGroupRequest) String

type AssignUsersP3PermissionGroupResponse

type AssignUsersP3PermissionGroupResponse struct {
	UserIds []string `protobuf:"bytes,1,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*AssignUsersP3PermissionGroupResponse) Descriptor deprecated

func (*AssignUsersP3PermissionGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use AssignUsersP3PermissionGroupResponse.ProtoReflect.Descriptor instead.

func (*AssignUsersP3PermissionGroupResponse) GetUserIds

func (x *AssignUsersP3PermissionGroupResponse) GetUserIds() []string

func (*AssignUsersP3PermissionGroupResponse) ProtoMessage

func (*AssignUsersP3PermissionGroupResponse) ProtoMessage()

func (*AssignUsersP3PermissionGroupResponse) ProtoReflect

func (*AssignUsersP3PermissionGroupResponse) Reset

func (*AssignUsersP3PermissionGroupResponse) String

type AssignUsersPermissionGroupRequest

type AssignUsersPermissionGroupRequest struct {

	// Required. The id of the permission group that is being assigned.
	PermissionGroupId string `protobuf:"bytes,1,opt,name=permission_group_id,json=permissionGroupId,proto3" json:"permission_group_id,omitempty"`
	// Required. The ids of the users the permission group is being assigned to.
	AssignUserIds []string `protobuf:"bytes,2,rep,name=assign_user_ids,json=assignUserIds,proto3" json:"assign_user_ids,omitempty"`
	// contains filtered or unexported fields
}

The request for api.v0alpha.AssignUsersPermissionGroup.

func (*AssignUsersPermissionGroupRequest) Descriptor deprecated

func (*AssignUsersPermissionGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use AssignUsersPermissionGroupRequest.ProtoReflect.Descriptor instead.

func (*AssignUsersPermissionGroupRequest) GetAssignUserIds

func (x *AssignUsersPermissionGroupRequest) GetAssignUserIds() []string

func (*AssignUsersPermissionGroupRequest) GetPermissionGroupId

func (x *AssignUsersPermissionGroupRequest) GetPermissionGroupId() string

func (*AssignUsersPermissionGroupRequest) ProtoMessage

func (*AssignUsersPermissionGroupRequest) ProtoMessage()

func (*AssignUsersPermissionGroupRequest) ProtoReflect

func (*AssignUsersPermissionGroupRequest) Reset

func (*AssignUsersPermissionGroupRequest) String

type AssignUsersPermissionGroupResponse

type AssignUsersPermissionGroupResponse struct {
	// contains filtered or unexported fields
}

The response for api.v0alpha.AssignUsersPermissionGroup.

func (*AssignUsersPermissionGroupResponse) Descriptor deprecated

func (*AssignUsersPermissionGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use AssignUsersPermissionGroupResponse.ProtoReflect.Descriptor instead.

func (*AssignUsersPermissionGroupResponse) ProtoMessage

func (*AssignUsersPermissionGroupResponse) ProtoMessage()

func (*AssignUsersPermissionGroupResponse) ProtoReflect

func (*AssignUsersPermissionGroupResponse) Reset

func (*AssignUsersPermissionGroupResponse) String

type AuthConnectionSettings

type AuthConnectionSettings struct {

	// provider is the type of auth0 connection.
	// NONE means the org doesn't have a connection setup.
	Provider commons.IdentityProvider `protobuf:"varint,2,opt,name=provider,proto3,enum=api.commons.IdentityProvider" json:"provider,omitempty"`
	// issuer_url is the url provided by the identity provider
	// used to get authorization tokens.
	IssuerUrl string `protobuf:"bytes,3,opt,name=issuer_url,json=issuerUrl,proto3" json:"issuer_url,omitempty"`
	// tenant_url is the url used to match user's emails so
	// that the connection is used.
	TenantUrl string `protobuf:"bytes,4,opt,name=tenant_url,json=tenantUrl,proto3" json:"tenant_url,omitempty"`
	// client_id is the id of the application created from
	// the auth provider.
	ClientId string `protobuf:"bytes,5,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// connection_id is the id of the auth0 connection.
	// This field will be populated automatically during
	// the CreateAuthConnection rpc.
	ConnectionId string `protobuf:"bytes,6,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	// secret_expiration is an optional field that is
	// used to know when the connection's secret will
	// expire. If the connection doesn't have a secret
	// or the secret will never expire this will be nil.
	SecretExpiration *AuthConnectionSettings_SecretExpiration `protobuf:"bytes,10,opt,name=secret_expiration,json=secretExpiration,proto3" json:"secret_expiration,omitempty"`
	// default_group defines settings used for all users for this connection
	// regardless of their groups. Group name is ignored for the default. This
	// field can be left nil if no default settings are desired.
	DefaultGroup *GroupItem `protobuf:"bytes,12,opt,name=default_group,json=defaultGroup,proto3" json:"default_group,omitempty"`
	// custom_groups defines the settings that will be used if a user with
	// this connection contains one or more of the matching group names.
	// If a user has multiple matching groups the settings for the highest
	// priority custom group will be used. Priority is determined by the custom
	// groups position in the list.
	CustomGroups []*GroupItem `protobuf:"bytes,13,rep,name=custom_groups,json=customGroups,proto3" json:"custom_groups,omitempty"`
	// contains filtered or unexported fields
}

ConnectionSettings is the entity for auth 0 connection information.

func (*AuthConnectionSettings) Descriptor deprecated

func (*AuthConnectionSettings) Descriptor() ([]byte, []int)

Deprecated: Use AuthConnectionSettings.ProtoReflect.Descriptor instead.

func (*AuthConnectionSettings) GetClientId

func (x *AuthConnectionSettings) GetClientId() string

func (*AuthConnectionSettings) GetConnectionId

func (x *AuthConnectionSettings) GetConnectionId() string

func (*AuthConnectionSettings) GetCustomGroups

func (x *AuthConnectionSettings) GetCustomGroups() []*GroupItem

func (*AuthConnectionSettings) GetDefaultGroup

func (x *AuthConnectionSettings) GetDefaultGroup() *GroupItem

func (*AuthConnectionSettings) GetIssuerUrl

func (x *AuthConnectionSettings) GetIssuerUrl() string

func (*AuthConnectionSettings) GetProvider

func (*AuthConnectionSettings) GetSecretExpiration

func (*AuthConnectionSettings) GetTenantUrl

func (x *AuthConnectionSettings) GetTenantUrl() string

func (*AuthConnectionSettings) ProtoMessage

func (*AuthConnectionSettings) ProtoMessage()

func (*AuthConnectionSettings) ProtoReflect

func (x *AuthConnectionSettings) ProtoReflect() protoreflect.Message

func (*AuthConnectionSettings) Reset

func (x *AuthConnectionSettings) Reset()

func (*AuthConnectionSettings) String

func (x *AuthConnectionSettings) String() string

type AuthConnectionSettings_SecretExpiration

type AuthConnectionSettings_SecretExpiration struct {
	Date *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthConnectionSettings_SecretExpiration) Descriptor deprecated

func (*AuthConnectionSettings_SecretExpiration) Descriptor() ([]byte, []int)

Deprecated: Use AuthConnectionSettings_SecretExpiration.ProtoReflect.Descriptor instead.

func (*AuthConnectionSettings_SecretExpiration) GetDate

func (*AuthConnectionSettings_SecretExpiration) ProtoMessage

func (*AuthConnectionSettings_SecretExpiration) ProtoReflect

func (*AuthConnectionSettings_SecretExpiration) Reset

func (*AuthConnectionSettings_SecretExpiration) String

type AuthenticationPreferences

type AuthenticationPreferences struct {
	AuthorizationViaIp bool     `protobuf:"varint,10,opt,name=authorization_via_ip,json=authorizationViaIp,proto3" json:"authorization_via_ip,omitempty"` // Use IP based authentication
	AllowedIps         []string `protobuf:"bytes,11,rep,name=allowed_ips,json=allowedIps,proto3" json:"allowed_ips,omitempty"`                            // String array of allowed IP addresses
	AgentApiKey        string   `protobuf:"bytes,12,opt,name=agent_api_key,json=agentApiKey,proto3" json:"agent_api_key,omitempty"`                       // Agent's API key (as UUID)
	// contains filtered or unexported fields
}

Wrapper AuthenticationPreferences object for get response and update request

func (*AuthenticationPreferences) Descriptor deprecated

func (*AuthenticationPreferences) Descriptor() ([]byte, []int)

Deprecated: Use AuthenticationPreferences.ProtoReflect.Descriptor instead.

func (*AuthenticationPreferences) GetAgentApiKey

func (x *AuthenticationPreferences) GetAgentApiKey() string

func (*AuthenticationPreferences) GetAllowedIps

func (x *AuthenticationPreferences) GetAllowedIps() []string

func (*AuthenticationPreferences) GetAuthorizationViaIp

func (x *AuthenticationPreferences) GetAuthorizationViaIp() bool

func (*AuthenticationPreferences) ProtoMessage

func (*AuthenticationPreferences) ProtoMessage()

func (*AuthenticationPreferences) ProtoReflect

func (*AuthenticationPreferences) Reset

func (x *AuthenticationPreferences) Reset()

func (*AuthenticationPreferences) String

func (x *AuthenticationPreferences) String() string

type BargeInFiltering

type BargeInFiltering struct {
	HuntGroup   *BargeInFiltering_HuntGroup   `protobuf:"bytes,1,opt,name=hunt_group,json=huntGroup,proto3" json:"hunt_group,omitempty"`       // Hunt group filtering parameters
	AgentStatus *BargeInFiltering_AgentStatus `protobuf:"bytes,2,opt,name=agent_status,json=agentStatus,proto3" json:"agent_status,omitempty"` // Agent status filtering parameters
	// contains filtered or unexported fields
}

Barge-in filtering

func (*BargeInFiltering) Descriptor deprecated

func (*BargeInFiltering) Descriptor() ([]byte, []int)

Deprecated: Use BargeInFiltering.ProtoReflect.Descriptor instead.

func (*BargeInFiltering) GetAgentStatus

func (x *BargeInFiltering) GetAgentStatus() *BargeInFiltering_AgentStatus

func (*BargeInFiltering) GetHuntGroup

func (x *BargeInFiltering) GetHuntGroup() *BargeInFiltering_HuntGroup

func (*BargeInFiltering) ProtoMessage

func (*BargeInFiltering) ProtoMessage()

func (*BargeInFiltering) ProtoReflect

func (x *BargeInFiltering) ProtoReflect() protoreflect.Message

func (*BargeInFiltering) Reset

func (x *BargeInFiltering) Reset()

func (*BargeInFiltering) String

func (x *BargeInFiltering) String() string

type BargeInFiltering_AgentStatus

type BargeInFiltering_AgentStatus struct {
	Any      bool `protobuf:"varint,1,opt,name=any,proto3" json:"any,omitempty"`                     // Any of the below statuses
	Waiting  bool `protobuf:"varint,2,opt,name=waiting,proto3" json:"waiting,omitempty"`             // Waiting
	OnCall   bool `protobuf:"varint,3,opt,name=on_call,json=onCall,proto3" json:"on_call,omitempty"` // On call
	WrapUp   bool `protobuf:"varint,4,opt,name=wrap_up,json=wrapUp,proto3" json:"wrap_up,omitempty"` // Wrap up
	Paused   bool `protobuf:"varint,5,opt,name=paused,proto3" json:"paused,omitempty"`               // Paused
	Transfer bool `protobuf:"varint,6,opt,name=transfer,proto3" json:"transfer,omitempty"`           // Transfer
	Preview  bool `protobuf:"varint,7,opt,name=preview,proto3" json:"preview,omitempty"`             // Preview
	Manual   bool `protobuf:"varint,8,opt,name=manual,proto3" json:"manual,omitempty"`               // Manual
	Pbx      bool `protobuf:"varint,9,opt,name=pbx,proto3" json:"pbx,omitempty"`                     // PBX
	Intercom bool `protobuf:"varint,10,opt,name=intercom,proto3" json:"intercom,omitempty"`          // Intercom
	// contains filtered or unexported fields
}

func (*BargeInFiltering_AgentStatus) Descriptor deprecated

func (*BargeInFiltering_AgentStatus) Descriptor() ([]byte, []int)

Deprecated: Use BargeInFiltering_AgentStatus.ProtoReflect.Descriptor instead.

func (*BargeInFiltering_AgentStatus) GetAny

func (x *BargeInFiltering_AgentStatus) GetAny() bool

func (*BargeInFiltering_AgentStatus) GetIntercom

func (x *BargeInFiltering_AgentStatus) GetIntercom() bool

func (*BargeInFiltering_AgentStatus) GetManual

func (x *BargeInFiltering_AgentStatus) GetManual() bool

func (*BargeInFiltering_AgentStatus) GetOnCall

func (x *BargeInFiltering_AgentStatus) GetOnCall() bool

func (*BargeInFiltering_AgentStatus) GetPaused

func (x *BargeInFiltering_AgentStatus) GetPaused() bool

func (*BargeInFiltering_AgentStatus) GetPbx

func (x *BargeInFiltering_AgentStatus) GetPbx() bool

func (*BargeInFiltering_AgentStatus) GetPreview

func (x *BargeInFiltering_AgentStatus) GetPreview() bool

func (*BargeInFiltering_AgentStatus) GetTransfer

func (x *BargeInFiltering_AgentStatus) GetTransfer() bool

func (*BargeInFiltering_AgentStatus) GetWaiting

func (x *BargeInFiltering_AgentStatus) GetWaiting() bool

func (*BargeInFiltering_AgentStatus) GetWrapUp

func (x *BargeInFiltering_AgentStatus) GetWrapUp() bool

func (*BargeInFiltering_AgentStatus) ProtoMessage

func (*BargeInFiltering_AgentStatus) ProtoMessage()

func (*BargeInFiltering_AgentStatus) ProtoReflect

func (*BargeInFiltering_AgentStatus) Reset

func (x *BargeInFiltering_AgentStatus) Reset()

func (*BargeInFiltering_AgentStatus) String

type BargeInFiltering_HuntGroup

type BargeInFiltering_HuntGroup struct {
	Any          bool  `protobuf:"varint,1,opt,name=any,proto3" json:"any,omitempty"`                                         // Any hunt group
	HuntGroupSid int64 `protobuf:"varint,2,opt,name=hunt_group_sid,json=huntGroupSid,proto3" json:"hunt_group_sid,omitempty"` // Specific hunt group
	// contains filtered or unexported fields
}

func (*BargeInFiltering_HuntGroup) Descriptor deprecated

func (*BargeInFiltering_HuntGroup) Descriptor() ([]byte, []int)

Deprecated: Use BargeInFiltering_HuntGroup.ProtoReflect.Descriptor instead.

func (*BargeInFiltering_HuntGroup) GetAny

func (x *BargeInFiltering_HuntGroup) GetAny() bool

func (*BargeInFiltering_HuntGroup) GetHuntGroupSid

func (x *BargeInFiltering_HuntGroup) GetHuntGroupSid() int64

func (*BargeInFiltering_HuntGroup) ProtoMessage

func (*BargeInFiltering_HuntGroup) ProtoMessage()

func (*BargeInFiltering_HuntGroup) ProtoReflect

func (*BargeInFiltering_HuntGroup) Reset

func (x *BargeInFiltering_HuntGroup) Reset()

func (*BargeInFiltering_HuntGroup) String

func (x *BargeInFiltering_HuntGroup) String() string

type BillingRate

type BillingRate struct {
	StandardPpi                 float64                 `protobuf:"fixed64,1,opt,name=standard_ppi,json=standardPpi,proto3" json:"standard_ppi,omitempty"`
	LinkbackPpi                 float64                 `protobuf:"fixed64,2,opt,name=linkback_ppi,json=linkbackPpi,proto3" json:"linkback_ppi,omitempty"`
	VocalDirectMsgRate          float64                 `protobuf:"fixed64,3,opt,name=vocal_direct_msg_rate,json=vocalDirectMsgRate,proto3" json:"vocal_direct_msg_rate,omitempty"`
	SmsMsgRate                  float64                 `protobuf:"fixed64,4,opt,name=sms_msg_rate,json=smsMsgRate,proto3" json:"sms_msg_rate,omitempty"`
	BillingIncrementSeconds     int64                   `` /* 133-byte string literal not displayed */
	MinBilledIncrements         int64                   `protobuf:"varint,6,opt,name=min_billed_increments,json=minBilledIncrements,proto3" json:"min_billed_increments,omitempty"`
	MinLinkbackBilledIncrements int64                   `` /* 147-byte string literal not displayed */
	InboundPpi                  *wrapperspb.DoubleValue `protobuf:"bytes,20,opt,name=inbound_ppi,json=inboundPpi,proto3" json:"inbound_ppi,omitempty"`
	MaxBilledIncrements         *wrapperspb.Int64Value  `protobuf:"bytes,21,opt,name=max_billed_increments,json=maxBilledIncrements,proto3" json:"max_billed_increments,omitempty"`
	MaxLinkbackBilledIncrements *wrapperspb.Int64Value  `` /* 147-byte string literal not displayed */
	MachineHangupIncrements     *wrapperspb.Int64Value  `` /* 133-byte string literal not displayed */
	HumanHangupIncrements       *wrapperspb.Int64Value  `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BillingRate) Descriptor deprecated

func (*BillingRate) Descriptor() ([]byte, []int)

Deprecated: Use BillingRate.ProtoReflect.Descriptor instead.

func (*BillingRate) GetBillingIncrementSeconds

func (x *BillingRate) GetBillingIncrementSeconds() int64

func (*BillingRate) GetHumanHangupIncrements

func (x *BillingRate) GetHumanHangupIncrements() *wrapperspb.Int64Value

func (*BillingRate) GetInboundPpi

func (x *BillingRate) GetInboundPpi() *wrapperspb.DoubleValue

func (*BillingRate) GetLinkbackPpi

func (x *BillingRate) GetLinkbackPpi() float64

func (*BillingRate) GetMachineHangupIncrements

func (x *BillingRate) GetMachineHangupIncrements() *wrapperspb.Int64Value

func (*BillingRate) GetMaxBilledIncrements

func (x *BillingRate) GetMaxBilledIncrements() *wrapperspb.Int64Value

func (*BillingRate) GetMaxLinkbackBilledIncrements

func (x *BillingRate) GetMaxLinkbackBilledIncrements() *wrapperspb.Int64Value

func (*BillingRate) GetMinBilledIncrements

func (x *BillingRate) GetMinBilledIncrements() int64

func (*BillingRate) GetMinLinkbackBilledIncrements

func (x *BillingRate) GetMinLinkbackBilledIncrements() int64

func (*BillingRate) GetSmsMsgRate

func (x *BillingRate) GetSmsMsgRate() float64

func (*BillingRate) GetStandardPpi

func (x *BillingRate) GetStandardPpi() float64

func (*BillingRate) GetVocalDirectMsgRate

func (x *BillingRate) GetVocalDirectMsgRate() float64

func (*BillingRate) ProtoMessage

func (*BillingRate) ProtoMessage()

func (*BillingRate) ProtoReflect

func (x *BillingRate) ProtoReflect() protoreflect.Message

func (*BillingRate) Reset

func (x *BillingRate) Reset()

func (*BillingRate) String

func (x *BillingRate) String() string

type BillingRegion

type BillingRegion struct {
	Name        string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description string   `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Prefixes    []string `protobuf:"bytes,3,rep,name=prefixes,proto3" json:"prefixes,omitempty"`
	// contains filtered or unexported fields
}

func (*BillingRegion) Descriptor deprecated

func (*BillingRegion) Descriptor() ([]byte, []int)

Deprecated: Use BillingRegion.ProtoReflect.Descriptor instead.

func (*BillingRegion) GetDescription

func (x *BillingRegion) GetDescription() string

func (*BillingRegion) GetName

func (x *BillingRegion) GetName() string

func (*BillingRegion) GetPrefixes

func (x *BillingRegion) GetPrefixes() []string

func (*BillingRegion) ProtoMessage

func (*BillingRegion) ProtoMessage()

func (*BillingRegion) ProtoReflect

func (x *BillingRegion) ProtoReflect() protoreflect.Message

func (*BillingRegion) Reset

func (x *BillingRegion) Reset()

func (*BillingRegion) String

func (x *BillingRegion) String() string

type BillingRegionMap

type BillingRegionMap struct {

	// Key: region name
	RegionRates map[string]*PhoneBillingRates `` /* 182-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BillingRegionMap) Descriptor deprecated

func (*BillingRegionMap) Descriptor() ([]byte, []int)

Deprecated: Use BillingRegionMap.ProtoReflect.Descriptor instead.

func (*BillingRegionMap) GetRegionRates

func (x *BillingRegionMap) GetRegionRates() map[string]*PhoneBillingRates

func (*BillingRegionMap) ProtoMessage

func (*BillingRegionMap) ProtoMessage()

func (*BillingRegionMap) ProtoReflect

func (x *BillingRegionMap) ProtoReflect() protoreflect.Message

func (*BillingRegionMap) Reset

func (x *BillingRegionMap) Reset()

func (*BillingRegionMap) String

func (x *BillingRegionMap) String() string

type BillingRegionRate

type BillingRegionRate struct {
	BillingRegion   *BillingRegion `protobuf:"bytes,1,opt,name=billing_region,json=billingRegion,proto3" json:"billing_region,omitempty"`
	BillingRate     *BillingRate   `protobuf:"bytes,2,opt,name=billing_rate,json=billingRate,proto3" json:"billing_rate,omitempty"`
	BillingRegionId string         `protobuf:"bytes,3,opt,name=billing_region_id,json=billingRegionId,proto3" json:"billing_region_id,omitempty"`
	CountryId       string         `protobuf:"bytes,4,opt,name=country_id,json=countryId,proto3" json:"country_id,omitempty"`
	IsCustom        bool           `protobuf:"varint,5,opt,name=is_custom,json=isCustom,proto3" json:"is_custom,omitempty"`
	// contains filtered or unexported fields
}

func (*BillingRegionRate) Descriptor deprecated

func (*BillingRegionRate) Descriptor() ([]byte, []int)

Deprecated: Use BillingRegionRate.ProtoReflect.Descriptor instead.

func (*BillingRegionRate) GetBillingRate

func (x *BillingRegionRate) GetBillingRate() *BillingRate

func (*BillingRegionRate) GetBillingRegion

func (x *BillingRegionRate) GetBillingRegion() *BillingRegion

func (*BillingRegionRate) GetBillingRegionId

func (x *BillingRegionRate) GetBillingRegionId() string

func (*BillingRegionRate) GetCountryId

func (x *BillingRegionRate) GetCountryId() string

func (*BillingRegionRate) GetIsCustom

func (x *BillingRegionRate) GetIsCustom() bool

func (*BillingRegionRate) ProtoMessage

func (*BillingRegionRate) ProtoMessage()

func (*BillingRegionRate) ProtoReflect

func (x *BillingRegionRate) ProtoReflect() protoreflect.Message

func (*BillingRegionRate) Reset

func (x *BillingRegionRate) Reset()

func (*BillingRegionRate) String

func (x *BillingRegionRate) String() string

type BroadcastPreferences

type BroadcastPreferences struct {
	DialListPenetrationStrategy bool `` // List penetration strategy; false for depth first, true for breadth first
	/* 147-byte string literal not displayed */
	DisplayListPenetrationStrategy bool `` // Displays the dial list penetration strategy field
	/* 156-byte string literal not displayed */
	DisplayFollowTheSun        bool `protobuf:"varint,3,opt,name=display_follow_the_sun,json=displayFollowTheSun,proto3" json:"display_follow_the_sun,omitempty"` // Display follow the sun field
	FollowTheSun               bool `protobuf:"varint,4,opt,name=follow_the_sun,json=followTheSun,proto3" json:"follow_the_sun,omitempty"`                        // East to west scheduling
	SequenceTerminatorOverride bool ``                                                                                                                            // Allow override for sequence terminator
	/* 142-byte string literal not displayed */
	BroadcastTemplateOrdering commons.BroadcastTemplateOrdering `` // Broadcast schedule template ordering
	/* 182-byte string literal not displayed */
	EmailFromAddresses []string       `protobuf:"bytes,7,rep,name=email_from_addresses,json=emailFromAddresses,proto3" json:"email_from_addresses,omitempty"` // Choices of emails returned from sending a broadcast
	StartTimeEnabled   bool           `protobuf:"varint,8,opt,name=start_time_enabled,json=startTimeEnabled,proto3" json:"start_time_enabled,omitempty"`      // Broadcast start time enabled
	DefaultStartTime   *BroadcastTime `protobuf:"bytes,9,opt,name=default_start_time,json=defaultStartTime,proto3" json:"default_start_time,omitempty"`       // Sets the default broadcast start time
	StopTimeEnabled    bool           `protobuf:"varint,10,opt,name=stop_time_enabled,json=stopTimeEnabled,proto3" json:"stop_time_enabled,omitempty"`        // Broadcast stop time enabled
	DefaultStopTime    *BroadcastTime `protobuf:"bytes,11,opt,name=default_stop_time,json=defaultStopTime,proto3" json:"default_stop_time,omitempty"`         // Sets the default broadcast stop time
	// contains filtered or unexported fields
}

Wrapper BroadcastPreferences object for get response and update request

func (*BroadcastPreferences) Descriptor deprecated

func (*BroadcastPreferences) Descriptor() ([]byte, []int)

Deprecated: Use BroadcastPreferences.ProtoReflect.Descriptor instead.

func (*BroadcastPreferences) GetBroadcastTemplateOrdering

func (x *BroadcastPreferences) GetBroadcastTemplateOrdering() commons.BroadcastTemplateOrdering

func (*BroadcastPreferences) GetDefaultStartTime

func (x *BroadcastPreferences) GetDefaultStartTime() *BroadcastTime

func (*BroadcastPreferences) GetDefaultStopTime

func (x *BroadcastPreferences) GetDefaultStopTime() *BroadcastTime

func (*BroadcastPreferences) GetDialListPenetrationStrategy

func (x *BroadcastPreferences) GetDialListPenetrationStrategy() bool

func (*BroadcastPreferences) GetDisplayFollowTheSun

func (x *BroadcastPreferences) GetDisplayFollowTheSun() bool

func (*BroadcastPreferences) GetDisplayListPenetrationStrategy

func (x *BroadcastPreferences) GetDisplayListPenetrationStrategy() bool

func (*BroadcastPreferences) GetEmailFromAddresses

func (x *BroadcastPreferences) GetEmailFromAddresses() []string

func (*BroadcastPreferences) GetFollowTheSun

func (x *BroadcastPreferences) GetFollowTheSun() bool

func (*BroadcastPreferences) GetSequenceTerminatorOverride

func (x *BroadcastPreferences) GetSequenceTerminatorOverride() bool

func (*BroadcastPreferences) GetStartTimeEnabled

func (x *BroadcastPreferences) GetStartTimeEnabled() bool

func (*BroadcastPreferences) GetStopTimeEnabled

func (x *BroadcastPreferences) GetStopTimeEnabled() bool

func (*BroadcastPreferences) ProtoMessage

func (*BroadcastPreferences) ProtoMessage()

func (*BroadcastPreferences) ProtoReflect

func (x *BroadcastPreferences) ProtoReflect() protoreflect.Message

func (*BroadcastPreferences) Reset

func (x *BroadcastPreferences) Reset()

func (*BroadcastPreferences) String

func (x *BroadcastPreferences) String() string

type BroadcastTime

type BroadcastTime struct {
	Hours    int32            `protobuf:"varint,1,opt,name=hours,proto3" json:"hours,omitempty"`                                 // [0-23] hour in 24-hour time
	Minutes  int32            `protobuf:"varint,2,opt,name=minutes,proto3" json:"minutes,omitempty"`                             // [0-59] minute
	Timezone commons.TimeZone `protobuf:"varint,3,opt,name=timezone,proto3,enum=api.commons.TimeZone" json:"timezone,omitempty"` // Timezone to start/stop at
	// contains filtered or unexported fields
}

Broadcast time specification

func (*BroadcastTime) Descriptor deprecated

func (*BroadcastTime) Descriptor() ([]byte, []int)

Deprecated: Use BroadcastTime.ProtoReflect.Descriptor instead.

func (*BroadcastTime) GetHours

func (x *BroadcastTime) GetHours() int32

func (*BroadcastTime) GetMinutes

func (x *BroadcastTime) GetMinutes() int32

func (*BroadcastTime) GetTimezone

func (x *BroadcastTime) GetTimezone() commons.TimeZone

func (*BroadcastTime) ProtoMessage

func (*BroadcastTime) ProtoMessage()

func (*BroadcastTime) ProtoReflect

func (x *BroadcastTime) ProtoReflect() protoreflect.Message

func (*BroadcastTime) Reset

func (x *BroadcastTime) Reset()

func (*BroadcastTime) String

func (x *BroadcastTime) String() string

type BusinessPreferences

type BusinessPreferences struct {
	WeeksOfData          int32               `protobuf:"varint,1,opt,name=weeks_of_data,json=weeksOfData,proto3" json:"weeks_of_data,omitempty"`                          // Default number of weeks shown in business intelligence analytics visualizer
	TimeZone             commons.AnaTimeZone `protobuf:"varint,2,opt,name=time_zone,json=timeZone,proto3,enum=api.commons.AnaTimeZone" json:"time_zone,omitempty"`        // Time zone for business intelligence
	MultiClientAccess    bool                `protobuf:"varint,3,opt,name=multi_client_access,json=multiClientAccess,proto3" json:"multi_client_access,omitempty"`        // Controls adoption for multi-client access
	CustomVisualizations bool                `protobuf:"varint,4,opt,name=custom_visualizations,json=customVisualizations,proto3" json:"custom_visualizations,omitempty"` // Controls custom reports visualization
	TimeFilter           string              `protobuf:"bytes,5,opt,name=time_filter,json=timeFilter,proto3" json:"time_filter,omitempty"`                                // Default time filter in custom dashboard and visualizations
	// contains filtered or unexported fields
}

Wrapper BusinessPreferences object for get response and update request

func (*BusinessPreferences) Descriptor deprecated

func (*BusinessPreferences) Descriptor() ([]byte, []int)

Deprecated: Use BusinessPreferences.ProtoReflect.Descriptor instead.

func (*BusinessPreferences) GetCustomVisualizations

func (x *BusinessPreferences) GetCustomVisualizations() bool

func (*BusinessPreferences) GetMultiClientAccess

func (x *BusinessPreferences) GetMultiClientAccess() bool

func (*BusinessPreferences) GetTimeFilter

func (x *BusinessPreferences) GetTimeFilter() string

func (*BusinessPreferences) GetTimeZone

func (x *BusinessPreferences) GetTimeZone() commons.AnaTimeZone

func (*BusinessPreferences) GetWeeksOfData

func (x *BusinessPreferences) GetWeeksOfData() int32

func (*BusinessPreferences) ProtoMessage

func (*BusinessPreferences) ProtoMessage()

func (*BusinessPreferences) ProtoReflect

func (x *BusinessPreferences) ProtoReflect() protoreflect.Message

func (*BusinessPreferences) Reset

func (x *BusinessPreferences) Reset()

func (*BusinessPreferences) String

func (x *BusinessPreferences) String() string

type ClearEmailUnsubscribeAcknowledgementRequest

type ClearEmailUnsubscribeAcknowledgementRequest struct {
	// contains filtered or unexported fields
}

Request for clearing email unsubscribe acknowledgement.

func (*ClearEmailUnsubscribeAcknowledgementRequest) Descriptor deprecated

Deprecated: Use ClearEmailUnsubscribeAcknowledgementRequest.ProtoReflect.Descriptor instead.

func (*ClearEmailUnsubscribeAcknowledgementRequest) ProtoMessage

func (*ClearEmailUnsubscribeAcknowledgementRequest) ProtoReflect

func (*ClearEmailUnsubscribeAcknowledgementRequest) Reset

func (*ClearEmailUnsubscribeAcknowledgementRequest) String

type ClearEmailUnsubscribeAcknowledgementResponse

type ClearEmailUnsubscribeAcknowledgementResponse struct {
	// contains filtered or unexported fields
}

Response for clearing email unsubscribe acknowledgement.

func (*ClearEmailUnsubscribeAcknowledgementResponse) Descriptor deprecated

Deprecated: Use ClearEmailUnsubscribeAcknowledgementResponse.ProtoReflect.Descriptor instead.

func (*ClearEmailUnsubscribeAcknowledgementResponse) ProtoMessage

func (*ClearEmailUnsubscribeAcknowledgementResponse) ProtoReflect

func (*ClearEmailUnsubscribeAcknowledgementResponse) Reset

func (*ClearEmailUnsubscribeAcknowledgementResponse) String

type ClientInfoDisplayTemplate

type ClientInfoDisplayTemplate struct {
	Name                   string                  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description            string                  `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	DisplayAllFields       bool                    `protobuf:"varint,3,opt,name=display_all_fields,json=displayAllFields,proto3" json:"display_all_fields,omitempty"`
	DialedNumberFieldStyle *DialedNumberFieldStyle `` /* 131-byte string literal not displayed */
	ContactFieldStyles     []*ContactFieldStyle    `protobuf:"bytes,5,rep,name=contact_field_styles,json=contactFieldStyles,proto3" json:"contact_field_styles,omitempty"`
	Id                     string                  `protobuf:"bytes,7,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientInfoDisplayTemplate) Descriptor deprecated

func (*ClientInfoDisplayTemplate) Descriptor() ([]byte, []int)

Deprecated: Use ClientInfoDisplayTemplate.ProtoReflect.Descriptor instead.

func (*ClientInfoDisplayTemplate) GetContactFieldStyles

func (x *ClientInfoDisplayTemplate) GetContactFieldStyles() []*ContactFieldStyle

func (*ClientInfoDisplayTemplate) GetDescription

func (x *ClientInfoDisplayTemplate) GetDescription() string

func (*ClientInfoDisplayTemplate) GetDialedNumberFieldStyle

func (x *ClientInfoDisplayTemplate) GetDialedNumberFieldStyle() *DialedNumberFieldStyle

func (*ClientInfoDisplayTemplate) GetDisplayAllFields

func (x *ClientInfoDisplayTemplate) GetDisplayAllFields() bool

func (*ClientInfoDisplayTemplate) GetId

func (x *ClientInfoDisplayTemplate) GetId() string

func (*ClientInfoDisplayTemplate) GetName

func (x *ClientInfoDisplayTemplate) GetName() string

func (*ClientInfoDisplayTemplate) ProtoMessage

func (*ClientInfoDisplayTemplate) ProtoMessage()

func (*ClientInfoDisplayTemplate) ProtoReflect

func (*ClientInfoDisplayTemplate) Reset

func (x *ClientInfoDisplayTemplate) Reset()

func (*ClientInfoDisplayTemplate) String

func (x *ClientInfoDisplayTemplate) String() string

type Color

type Color struct {
	Red   int64 `protobuf:"varint,1,opt,name=red,proto3" json:"red,omitempty"`
	Green int64 `protobuf:"varint,2,opt,name=green,proto3" json:"green,omitempty"`
	Blue  int64 `protobuf:"varint,3,opt,name=blue,proto3" json:"blue,omitempty"`
	// contains filtered or unexported fields
}

func (*Color) Descriptor deprecated

func (*Color) Descriptor() ([]byte, []int)

Deprecated: Use Color.ProtoReflect.Descriptor instead.

func (*Color) GetBlue

func (x *Color) GetBlue() int64

func (*Color) GetGreen

func (x *Color) GetGreen() int64

func (*Color) GetRed

func (x *Color) GetRed() int64

func (*Color) ProtoMessage

func (*Color) ProtoMessage()

func (*Color) ProtoReflect

func (x *Color) ProtoReflect() protoreflect.Message

func (*Color) Reset

func (x *Color) Reset()

func (*Color) String

func (x *Color) String() string

type CompareExprList

type CompareExprList struct {
	SimpleCompareExpression []*SimpleCompareExpression `` // List of simple compare expressions
	/* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

Compare expression list

func (*CompareExprList) Descriptor deprecated

func (*CompareExprList) Descriptor() ([]byte, []int)

Deprecated: Use CompareExprList.ProtoReflect.Descriptor instead.

func (*CompareExprList) GetSimpleCompareExpression

func (x *CompareExprList) GetSimpleCompareExpression() []*SimpleCompareExpression

func (*CompareExprList) ProtoMessage

func (*CompareExprList) ProtoMessage()

func (*CompareExprList) ProtoReflect

func (x *CompareExprList) ProtoReflect() protoreflect.Message

func (*CompareExprList) Reset

func (x *CompareExprList) Reset()

func (*CompareExprList) String

func (x *CompareExprList) String() string

type ComplexBooleanExpr

type ComplexBooleanExpr struct {
	CompareExpressionList *CompareExprList `` // Compare expression list
	/* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Complex boolean expression

func (*ComplexBooleanExpr) Descriptor deprecated

func (*ComplexBooleanExpr) Descriptor() ([]byte, []int)

Deprecated: Use ComplexBooleanExpr.ProtoReflect.Descriptor instead.

func (*ComplexBooleanExpr) GetCompareExpressionList

func (x *ComplexBooleanExpr) GetCompareExpressionList() *CompareExprList

func (*ComplexBooleanExpr) ProtoMessage

func (*ComplexBooleanExpr) ProtoMessage()

func (*ComplexBooleanExpr) ProtoReflect

func (x *ComplexBooleanExpr) ProtoReflect() protoreflect.Message

func (*ComplexBooleanExpr) Reset

func (x *ComplexBooleanExpr) Reset()

func (*ComplexBooleanExpr) String

func (x *ComplexBooleanExpr) String() string

type CompliancePreferences

type CompliancePreferences struct {
	DisplayAfterHoursCalls bool `` // Controls whether toggling after hours calling is displayed in the UI
	/* 133-byte string literal not displayed */
	AfterHoursCalls          bool `protobuf:"varint,11,opt,name=after_hours_calls,json=afterHoursCalls,proto3" json:"after_hours_calls,omitempty"` // Allows calling outside designated hours
	DisplayNaturalCompliance bool ``                                                                                                               // Displays toggle for Natural Compliance in UI
	/* 137-byte string literal not displayed */
	UseNaturalCompliance     bool   `protobuf:"varint,13,opt,name=use_natural_compliance,json=useNaturalCompliance,proto3" json:"use_natural_compliance,omitempty"` // Default Use Natural Compliance
	DefaultComplianceRuleSet string ``                                                                                                                              // Default Compliance Rule Set ID (regional)
	/* 138-byte string literal not displayed */
	DisplayCellPhoneScrub bool `` // Display cell phone scrub field
	/* 130-byte string literal not displayed */
	CellPhoneScrub             bool               `protobuf:"varint,16,opt,name=cell_phone_scrub,json=cellPhoneScrub,proto3" json:"cell_phone_scrub,omitempty"`                   // Cell Phone Scrub Default
	DisplayScheduleRules       bool               `protobuf:"varint,17,opt,name=display_schedule_rules,json=displayScheduleRules,proto3" json:"display_schedule_rules,omitempty"` // Display schedule rules field
	UseScheduleRules           bool               `protobuf:"varint,18,opt,name=use_schedule_rules,json=useScheduleRules,proto3" json:"use_schedule_rules,omitempty"`             // Use schedule rules by default
	DefaultScheduleRule        *ScheduleRuleField `protobuf:"bytes,19,opt,name=default_schedule_rule,json=defaultScheduleRule,proto3" json:"default_schedule_rule,omitempty"`     // Default Schedule Rule
	DoZipCodeScrub             bool               `protobuf:"varint,20,opt,name=do_zip_code_scrub,json=doZipCodeScrub,proto3" json:"do_zip_code_scrub,omitempty"`                 // Do zip/postal code scrubbing
	ZipCodeScrub               *ZipCodeField      `protobuf:"bytes,21,opt,name=zip_code_scrub,json=zipCodeScrub,proto3" json:"zip_code_scrub,omitempty"`                          // Zip code scrub attribute
	DefaultEmailComplianceList string             ``                                                                                                                              // Default email compliance list name (empty for none)
	/* 144-byte string literal not displayed */
	DefaultSmsComplianceList string `` // Default SMS compliance list name (empty for none)
	/* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

Wrapper CompliancePreferences object for get response and update request

func (*CompliancePreferences) Descriptor deprecated

func (*CompliancePreferences) Descriptor() ([]byte, []int)

Deprecated: Use CompliancePreferences.ProtoReflect.Descriptor instead.

func (*CompliancePreferences) GetAfterHoursCalls

func (x *CompliancePreferences) GetAfterHoursCalls() bool

func (*CompliancePreferences) GetCellPhoneScrub

func (x *CompliancePreferences) GetCellPhoneScrub() bool

func (*CompliancePreferences) GetDefaultComplianceRuleSet

func (x *CompliancePreferences) GetDefaultComplianceRuleSet() string

func (*CompliancePreferences) GetDefaultEmailComplianceList

func (x *CompliancePreferences) GetDefaultEmailComplianceList() string

func (*CompliancePreferences) GetDefaultScheduleRule

func (x *CompliancePreferences) GetDefaultScheduleRule() *ScheduleRuleField

func (*CompliancePreferences) GetDefaultSmsComplianceList

func (x *CompliancePreferences) GetDefaultSmsComplianceList() string

func (*CompliancePreferences) GetDisplayAfterHoursCalls

func (x *CompliancePreferences) GetDisplayAfterHoursCalls() bool

func (*CompliancePreferences) GetDisplayCellPhoneScrub

func (x *CompliancePreferences) GetDisplayCellPhoneScrub() bool

func (*CompliancePreferences) GetDisplayNaturalCompliance

func (x *CompliancePreferences) GetDisplayNaturalCompliance() bool

func (*CompliancePreferences) GetDisplayScheduleRules

func (x *CompliancePreferences) GetDisplayScheduleRules() bool

func (*CompliancePreferences) GetDoZipCodeScrub

func (x *CompliancePreferences) GetDoZipCodeScrub() bool

func (*CompliancePreferences) GetUseNaturalCompliance

func (x *CompliancePreferences) GetUseNaturalCompliance() bool

func (*CompliancePreferences) GetUseScheduleRules

func (x *CompliancePreferences) GetUseScheduleRules() bool

func (*CompliancePreferences) GetZipCodeScrub

func (x *CompliancePreferences) GetZipCodeScrub() *ZipCodeField

func (*CompliancePreferences) ProtoMessage

func (*CompliancePreferences) ProtoMessage()

func (*CompliancePreferences) ProtoReflect

func (x *CompliancePreferences) ProtoReflect() protoreflect.Message

func (*CompliancePreferences) Reset

func (x *CompliancePreferences) Reset()

func (*CompliancePreferences) String

func (x *CompliancePreferences) String() string

type ContactAreaCode

type ContactAreaCode struct {

	// Types that are assignable to AreaCode:
	//
	//	*ContactAreaCode_Custom
	//	*ContactAreaCode_ContactField
	AreaCode isContactAreaCode_AreaCode `protobuf_oneof:"area_code"`
	// contains filtered or unexported fields
}

Contact Area Code type used for default_contact_area_code preference

func (*ContactAreaCode) Descriptor deprecated

func (*ContactAreaCode) Descriptor() ([]byte, []int)

Deprecated: Use ContactAreaCode.ProtoReflect.Descriptor instead.

func (*ContactAreaCode) GetAreaCode

func (m *ContactAreaCode) GetAreaCode() isContactAreaCode_AreaCode

func (*ContactAreaCode) GetContactField

func (x *ContactAreaCode) GetContactField() *ContactFieldDesc

func (*ContactAreaCode) GetCustom

func (x *ContactAreaCode) GetCustom() int32

func (*ContactAreaCode) ProtoMessage

func (*ContactAreaCode) ProtoMessage()

func (*ContactAreaCode) ProtoReflect

func (x *ContactAreaCode) ProtoReflect() protoreflect.Message

func (*ContactAreaCode) Reset

func (x *ContactAreaCode) Reset()

func (*ContactAreaCode) String

func (x *ContactAreaCode) String() string

type ContactAreaCode_ContactField

type ContactAreaCode_ContactField struct {
	ContactField *ContactFieldDesc `protobuf:"bytes,2,opt,name=contact_field,json=contactField,proto3,oneof"` // Contact field description with ID and name
}

type ContactAreaCode_Custom

type ContactAreaCode_Custom struct {
	Custom int32 `protobuf:"varint,1,opt,name=custom,proto3,oneof"` // Client-defined area code number
}

type ContactFieldDesc

type ContactFieldDesc struct {
	Id        int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`                               // Contact field description sid
	FieldName string `protobuf:"bytes,2,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` // Contact field name
	// contains filtered or unexported fields
}

Contact field description

func (*ContactFieldDesc) Descriptor deprecated

func (*ContactFieldDesc) Descriptor() ([]byte, []int)

Deprecated: Use ContactFieldDesc.ProtoReflect.Descriptor instead.

func (*ContactFieldDesc) GetFieldName

func (x *ContactFieldDesc) GetFieldName() string

func (*ContactFieldDesc) GetId

func (x *ContactFieldDesc) GetId() int64

func (*ContactFieldDesc) ProtoMessage

func (*ContactFieldDesc) ProtoMessage()

func (*ContactFieldDesc) ProtoReflect

func (x *ContactFieldDesc) ProtoReflect() protoreflect.Message

func (*ContactFieldDesc) Reset

func (x *ContactFieldDesc) Reset()

func (*ContactFieldDesc) String

func (x *ContactFieldDesc) String() string

type ContactFieldStyle

type ContactFieldStyle struct {
	ContactFieldDescriptionSid int64  `` /* 144-byte string literal not displayed */
	TextColor                  *Color `protobuf:"bytes,2,opt,name=text_color,json=textColor,proto3" json:"text_color,omitempty"`
	BackgroundColor            *Color `protobuf:"bytes,3,opt,name=background_color,json=backgroundColor,proto3" json:"background_color,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactFieldStyle) Descriptor deprecated

func (*ContactFieldStyle) Descriptor() ([]byte, []int)

Deprecated: Use ContactFieldStyle.ProtoReflect.Descriptor instead.

func (*ContactFieldStyle) GetBackgroundColor

func (x *ContactFieldStyle) GetBackgroundColor() *Color

func (*ContactFieldStyle) GetContactFieldDescriptionSid

func (x *ContactFieldStyle) GetContactFieldDescriptionSid() int64

func (*ContactFieldStyle) GetTextColor

func (x *ContactFieldStyle) GetTextColor() *Color

func (*ContactFieldStyle) ProtoMessage

func (*ContactFieldStyle) ProtoMessage()

func (*ContactFieldStyle) ProtoReflect

func (x *ContactFieldStyle) ProtoReflect() protoreflect.Message

func (*ContactFieldStyle) Reset

func (x *ContactFieldStyle) Reset()

func (*ContactFieldStyle) String

func (x *ContactFieldStyle) String() string

type ContactPreferences

type ContactPreferences struct {

	// DefaultContactImportFormat sets the DefaultContactImportFormat oneof
	DefaultContactImportFormat *ImportFormat `` /* 144-byte string literal not displayed */
	// UseContactImportFormat controls whether the default import format is enabled
	UseContactImportFormat bool `` /* 133-byte string literal not displayed */
	// DefaultContactAreaCode sets the DefaultContactAreaCodeOor oneof
	DefaultContactAreaCode *ContactAreaCode `` /* 132-byte string literal not displayed */
	// UseContactAreaCode controls whether the default area code is enabled
	UseContactAreaCode bool `protobuf:"varint,16,opt,name=use_contact_area_code,json=useContactAreaCode,proto3" json:"use_contact_area_code,omitempty"`
	// DefaultAbsentNumbersHandling False: Keep Record, True: Discard Record
	DiscardRecordDefaultAbsentNumbersHandling bool `` /* 194-byte string literal not displayed */
	// ContactsImportRandomization if true randomize the imported contact list default false
	DefaultContactsImportRandomization bool `` /* 169-byte string literal not displayed */
	// DefaultEmailColumn sets the DefaultEmailColumn oneof
	DefaultEmailColumn string `protobuf:"bytes,15,opt,name=default_email_column,json=defaultEmailColumn,proto3" json:"default_email_column,omitempty"`
	// DefaultDuplicateHandling sets a string choice for duplicate numbers
	DefaultDuplicateHandling commons.DefaultDuplicateHandling `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

Will Replace ContactList's contents ContactPreferences is an object containing all fields relating to an Org's Contact preferences

func (*ContactPreferences) Descriptor deprecated

func (*ContactPreferences) Descriptor() ([]byte, []int)

Deprecated: Use ContactPreferences.ProtoReflect.Descriptor instead.

func (*ContactPreferences) GetDefaultContactAreaCode

func (x *ContactPreferences) GetDefaultContactAreaCode() *ContactAreaCode

func (*ContactPreferences) GetDefaultContactImportFormat

func (x *ContactPreferences) GetDefaultContactImportFormat() *ImportFormat

func (*ContactPreferences) GetDefaultContactsImportRandomization

func (x *ContactPreferences) GetDefaultContactsImportRandomization() bool

func (*ContactPreferences) GetDefaultDuplicateHandling

func (x *ContactPreferences) GetDefaultDuplicateHandling() commons.DefaultDuplicateHandling

func (*ContactPreferences) GetDefaultEmailColumn

func (x *ContactPreferences) GetDefaultEmailColumn() string

func (*ContactPreferences) GetDiscardRecordDefaultAbsentNumbersHandling

func (x *ContactPreferences) GetDiscardRecordDefaultAbsentNumbersHandling() bool

func (*ContactPreferences) GetUseContactAreaCode

func (x *ContactPreferences) GetUseContactAreaCode() bool

func (*ContactPreferences) GetUseContactImportFormat

func (x *ContactPreferences) GetUseContactImportFormat() bool

func (*ContactPreferences) ProtoMessage

func (*ContactPreferences) ProtoMessage()

func (*ContactPreferences) ProtoReflect

func (x *ContactPreferences) ProtoReflect() protoreflect.Message

func (*ContactPreferences) Reset

func (x *ContactPreferences) Reset()

func (*ContactPreferences) String

func (x *ContactPreferences) String() string

type ConvertOrgToManualRequest

type ConvertOrgToManualRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ConvertOrgToManualRequest) Descriptor deprecated

func (*ConvertOrgToManualRequest) Descriptor() ([]byte, []int)

Deprecated: Use ConvertOrgToManualRequest.ProtoReflect.Descriptor instead.

func (*ConvertOrgToManualRequest) GetOrgId

func (x *ConvertOrgToManualRequest) GetOrgId() string

func (*ConvertOrgToManualRequest) ProtoMessage

func (*ConvertOrgToManualRequest) ProtoMessage()

func (*ConvertOrgToManualRequest) ProtoReflect

func (*ConvertOrgToManualRequest) Reset

func (x *ConvertOrgToManualRequest) Reset()

func (*ConvertOrgToManualRequest) String

func (x *ConvertOrgToManualRequest) String() string

type ConvertOrgToManualResponse

type ConvertOrgToManualResponse struct {
	// contains filtered or unexported fields
}

func (*ConvertOrgToManualResponse) Descriptor deprecated

func (*ConvertOrgToManualResponse) Descriptor() ([]byte, []int)

Deprecated: Use ConvertOrgToManualResponse.ProtoReflect.Descriptor instead.

func (*ConvertOrgToManualResponse) ProtoMessage

func (*ConvertOrgToManualResponse) ProtoMessage()

func (*ConvertOrgToManualResponse) ProtoReflect

func (*ConvertOrgToManualResponse) Reset

func (x *ConvertOrgToManualResponse) Reset()

func (*ConvertOrgToManualResponse) String

func (x *ConvertOrgToManualResponse) String() string

type CopyQueueConfigReq

type CopyQueueConfigReq struct {
	FromOrgId string `protobuf:"bytes,1,opt,name=from_org_id,json=fromOrgId,proto3" json:"from_org_id,omitempty"`
	ToOrgId   string `protobuf:"bytes,2,opt,name=to_org_id,json=toOrgId,proto3" json:"to_org_id,omitempty"`
	// from_name is the name of the config that will be copied
	// from the given from_org_id.
	FromName string `protobuf:"bytes,3,opt,name=from_name,json=fromName,proto3" json:"from_name,omitempty"`
	// to_name is the name that the copied config will have for
	// the given to_org_id.
	ToName string `protobuf:"bytes,4,opt,name=to_name,json=toName,proto3" json:"to_name,omitempty"`
	// contains filtered or unexported fields
}

func (*CopyQueueConfigReq) Descriptor deprecated

func (*CopyQueueConfigReq) Descriptor() ([]byte, []int)

Deprecated: Use CopyQueueConfigReq.ProtoReflect.Descriptor instead.

func (*CopyQueueConfigReq) GetFromName

func (x *CopyQueueConfigReq) GetFromName() string

func (*CopyQueueConfigReq) GetFromOrgId

func (x *CopyQueueConfigReq) GetFromOrgId() string

func (*CopyQueueConfigReq) GetToName

func (x *CopyQueueConfigReq) GetToName() string

func (*CopyQueueConfigReq) GetToOrgId

func (x *CopyQueueConfigReq) GetToOrgId() string

func (*CopyQueueConfigReq) ProtoMessage

func (*CopyQueueConfigReq) ProtoMessage()

func (*CopyQueueConfigReq) ProtoReflect

func (x *CopyQueueConfigReq) ProtoReflect() protoreflect.Message

func (*CopyQueueConfigReq) Reset

func (x *CopyQueueConfigReq) Reset()

func (*CopyQueueConfigReq) String

func (x *CopyQueueConfigReq) String() string

type CopyQueueConfigRes

type CopyQueueConfigRes struct {
	// contains filtered or unexported fields
}

func (*CopyQueueConfigRes) Descriptor deprecated

func (*CopyQueueConfigRes) Descriptor() ([]byte, []int)

Deprecated: Use CopyQueueConfigRes.ProtoReflect.Descriptor instead.

func (*CopyQueueConfigRes) ProtoMessage

func (*CopyQueueConfigRes) ProtoMessage()

func (*CopyQueueConfigRes) ProtoReflect

func (x *CopyQueueConfigRes) ProtoReflect() protoreflect.Message

func (*CopyQueueConfigRes) Reset

func (x *CopyQueueConfigRes) Reset()

func (*CopyQueueConfigRes) String

func (x *CopyQueueConfigRes) String() string

type Country

type Country struct {
	CountryId    string   `protobuf:"bytes,2,opt,name=country_id,json=countryId,proto3" json:"country_id,omitempty"`
	CountrySid   int64    `protobuf:"varint,10,opt,name=country_sid,json=countrySid,proto3" json:"country_sid,omitempty"`
	CountryName  string   `protobuf:"bytes,100,opt,name=country_name,json=countryName,proto3" json:"country_name,omitempty"`
	PhoneDigits  int64    `protobuf:"varint,103,opt,name=phone_digits,json=phoneDigits,proto3" json:"phone_digits,omitempty"`
	RegionDigits int64    `protobuf:"varint,104,opt,name=region_digits,json=regionDigits,proto3" json:"region_digits,omitempty"`
	TotalDigits  int64    `protobuf:"varint,105,opt,name=total_digits,json=totalDigits,proto3" json:"total_digits,omitempty"`
	CountryCode  int64    `protobuf:"varint,106,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	RegionCodes  []string `protobuf:"bytes,108,rep,name=region_codes,json=regionCodes,proto3" json:"region_codes,omitempty"`
	// The enum value associated with the country.
	Country commons.Country `protobuf:"varint,109,opt,name=country,proto3,enum=api.commons.Country" json:"country,omitempty"`
	// contains filtered or unexported fields
}

func (*Country) Descriptor deprecated

func (*Country) Descriptor() ([]byte, []int)

Deprecated: Use Country.ProtoReflect.Descriptor instead.

func (*Country) GetCountry

func (x *Country) GetCountry() commons.Country

func (*Country) GetCountryCode

func (x *Country) GetCountryCode() int64

func (*Country) GetCountryId

func (x *Country) GetCountryId() string

func (*Country) GetCountryName

func (x *Country) GetCountryName() string

func (*Country) GetCountrySid

func (x *Country) GetCountrySid() int64

func (*Country) GetPhoneDigits

func (x *Country) GetPhoneDigits() int64

func (*Country) GetRegionCodes

func (x *Country) GetRegionCodes() []string

func (*Country) GetRegionDigits

func (x *Country) GetRegionDigits() int64

func (*Country) GetTotalDigits

func (x *Country) GetTotalDigits() int64

func (*Country) ProtoMessage

func (*Country) ProtoMessage()

func (*Country) ProtoReflect

func (x *Country) ProtoReflect() protoreflect.Message

func (*Country) Reset

func (x *Country) Reset()

func (*Country) String

func (x *Country) String() string

type CreateAgentPauseCodeRequest

type CreateAgentPauseCodeRequest struct {

	// the pause_code.xml_client_property_sid field is
	// NOT used in this context. The pause code will
	// be created with a default xml_client_property sid.
	PauseCode *PauseCode `protobuf:"bytes,1,opt,name=pause_code,json=pauseCode,proto3" json:"pause_code,omitempty"`
	// contains filtered or unexported fields
}

Request message for the CreateAgentPauseCode RPC.

func (*CreateAgentPauseCodeRequest) Descriptor deprecated

func (*CreateAgentPauseCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateAgentPauseCodeRequest.ProtoReflect.Descriptor instead.

func (*CreateAgentPauseCodeRequest) GetPauseCode

func (x *CreateAgentPauseCodeRequest) GetPauseCode() *PauseCode

func (*CreateAgentPauseCodeRequest) ProtoMessage

func (*CreateAgentPauseCodeRequest) ProtoMessage()

func (*CreateAgentPauseCodeRequest) ProtoReflect

func (*CreateAgentPauseCodeRequest) Reset

func (x *CreateAgentPauseCodeRequest) Reset()

func (*CreateAgentPauseCodeRequest) String

func (x *CreateAgentPauseCodeRequest) String() string

type CreateAgentPauseCodeResponse

type CreateAgentPauseCodeResponse struct {
	// contains filtered or unexported fields
}

Response message for the CreateAgentPauseCode RPC.

func (*CreateAgentPauseCodeResponse) Descriptor deprecated

func (*CreateAgentPauseCodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateAgentPauseCodeResponse.ProtoReflect.Descriptor instead.

func (*CreateAgentPauseCodeResponse) ProtoMessage

func (*CreateAgentPauseCodeResponse) ProtoMessage()

func (*CreateAgentPauseCodeResponse) ProtoReflect

func (*CreateAgentPauseCodeResponse) Reset

func (x *CreateAgentPauseCodeResponse) Reset()

func (*CreateAgentPauseCodeResponse) String

type CreateAgentProfileGroupRequest

type CreateAgentProfileGroupRequest struct {
	AgentProfileGroup *org.AgentProfileGroup `protobuf:"bytes,2,opt,name=agent_profile_group,json=agentProfileGroup,proto3" json:"agent_profile_group,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAgentProfileGroupRequest) Descriptor deprecated

func (*CreateAgentProfileGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateAgentProfileGroupRequest.ProtoReflect.Descriptor instead.

func (*CreateAgentProfileGroupRequest) GetAgentProfileGroup

func (x *CreateAgentProfileGroupRequest) GetAgentProfileGroup() *org.AgentProfileGroup

func (*CreateAgentProfileGroupRequest) ProtoMessage

func (*CreateAgentProfileGroupRequest) ProtoMessage()

func (*CreateAgentProfileGroupRequest) ProtoReflect

func (*CreateAgentProfileGroupRequest) Reset

func (x *CreateAgentProfileGroupRequest) Reset()

func (*CreateAgentProfileGroupRequest) String

type CreateAgentProfileGroupResponse

type CreateAgentProfileGroupResponse struct {
	AgentProfileGroupId string `protobuf:"bytes,1,opt,name=agent_profile_group_id,json=agentProfileGroupId,proto3" json:"agent_profile_group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAgentProfileGroupResponse) Descriptor deprecated

func (*CreateAgentProfileGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateAgentProfileGroupResponse.ProtoReflect.Descriptor instead.

func (*CreateAgentProfileGroupResponse) GetAgentProfileGroupId

func (x *CreateAgentProfileGroupResponse) GetAgentProfileGroupId() string

func (*CreateAgentProfileGroupResponse) ProtoMessage

func (*CreateAgentProfileGroupResponse) ProtoMessage()

func (*CreateAgentProfileGroupResponse) ProtoReflect

func (*CreateAgentProfileGroupResponse) Reset

func (*CreateAgentProfileGroupResponse) String

type CreateAgentStatisticsTemplateRequest

type CreateAgentStatisticsTemplateRequest struct {

	// Agent statistics template to create.
	Template *AgentLoginGuiStatisticsTemplate `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"`
	// contains filtered or unexported fields
}

Request message for the CreateAgentStatisticsTemplate RPC.

func (*CreateAgentStatisticsTemplateRequest) Descriptor deprecated

func (*CreateAgentStatisticsTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateAgentStatisticsTemplateRequest.ProtoReflect.Descriptor instead.

func (*CreateAgentStatisticsTemplateRequest) GetTemplate

func (*CreateAgentStatisticsTemplateRequest) ProtoMessage

func (*CreateAgentStatisticsTemplateRequest) ProtoMessage()

func (*CreateAgentStatisticsTemplateRequest) ProtoReflect

func (*CreateAgentStatisticsTemplateRequest) Reset

func (*CreateAgentStatisticsTemplateRequest) String

type CreateAgentStatisticsTemplateResponse

type CreateAgentStatisticsTemplateResponse struct {
	// contains filtered or unexported fields
}

Response message for the CreateAgentStatisticsTemplate RPC.

func (*CreateAgentStatisticsTemplateResponse) Descriptor deprecated

func (*CreateAgentStatisticsTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateAgentStatisticsTemplateResponse.ProtoReflect.Descriptor instead.

func (*CreateAgentStatisticsTemplateResponse) ProtoMessage

func (*CreateAgentStatisticsTemplateResponse) ProtoMessage()

func (*CreateAgentStatisticsTemplateResponse) ProtoReflect

func (*CreateAgentStatisticsTemplateResponse) Reset

func (*CreateAgentStatisticsTemplateResponse) String

type CreateAgentTriggerTemplateRequest

type CreateAgentTriggerTemplateRequest struct {
	AgentTriggerTemplate *AgentTriggerTemplate `protobuf:"bytes,1,opt,name=agent_trigger_template,json=agentTriggerTemplate,proto3" json:"agent_trigger_template,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAgentTriggerTemplateRequest) Descriptor deprecated

func (*CreateAgentTriggerTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateAgentTriggerTemplateRequest.ProtoReflect.Descriptor instead.

func (*CreateAgentTriggerTemplateRequest) GetAgentTriggerTemplate

func (x *CreateAgentTriggerTemplateRequest) GetAgentTriggerTemplate() *AgentTriggerTemplate

func (*CreateAgentTriggerTemplateRequest) ProtoMessage

func (*CreateAgentTriggerTemplateRequest) ProtoMessage()

func (*CreateAgentTriggerTemplateRequest) ProtoReflect

func (*CreateAgentTriggerTemplateRequest) Reset

func (*CreateAgentTriggerTemplateRequest) String

type CreateAgentTriggerTemplateResponse

type CreateAgentTriggerTemplateResponse struct {
	// contains filtered or unexported fields
}

func (*CreateAgentTriggerTemplateResponse) Descriptor deprecated

func (*CreateAgentTriggerTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateAgentTriggerTemplateResponse.ProtoReflect.Descriptor instead.

func (*CreateAgentTriggerTemplateResponse) ProtoMessage

func (*CreateAgentTriggerTemplateResponse) ProtoMessage()

func (*CreateAgentTriggerTemplateResponse) ProtoReflect

func (*CreateAgentTriggerTemplateResponse) Reset

func (*CreateAgentTriggerTemplateResponse) String

type CreateAuthConnectionRequest

type CreateAuthConnectionRequest struct {
	Settings *AuthConnectionSettings `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings,omitempty"`
	// client_secret is an optional field.
	// some providers require a secret to create a connection.
	// If the connection uses a secret that expires the
	// settings.secret_expiration field should be properly
	// set.
	// This field is not part of the ConnectionSettings message
	// because it should never be stored.
	ClientSecret string `protobuf:"bytes,2,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	// contains filtered or unexported fields
}

Request message for the CreateAuthConnection rpc.

func (*CreateAuthConnectionRequest) Descriptor deprecated

func (*CreateAuthConnectionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateAuthConnectionRequest.ProtoReflect.Descriptor instead.

func (*CreateAuthConnectionRequest) GetClientSecret

func (x *CreateAuthConnectionRequest) GetClientSecret() string

func (*CreateAuthConnectionRequest) GetSettings

func (*CreateAuthConnectionRequest) ProtoMessage

func (*CreateAuthConnectionRequest) ProtoMessage()

func (*CreateAuthConnectionRequest) ProtoReflect

func (*CreateAuthConnectionRequest) Reset

func (x *CreateAuthConnectionRequest) Reset()

func (*CreateAuthConnectionRequest) String

func (x *CreateAuthConnectionRequest) String() string

type CreateAuthConnectionResponse

type CreateAuthConnectionResponse struct {
	// contains filtered or unexported fields
}

Response message for the CreateAuthConnection rpc.

func (*CreateAuthConnectionResponse) Descriptor deprecated

func (*CreateAuthConnectionResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateAuthConnectionResponse.ProtoReflect.Descriptor instead.

func (*CreateAuthConnectionResponse) ProtoMessage

func (*CreateAuthConnectionResponse) ProtoMessage()

func (*CreateAuthConnectionResponse) ProtoReflect

func (*CreateAuthConnectionResponse) Reset

func (x *CreateAuthConnectionResponse) Reset()

func (*CreateAuthConnectionResponse) String

type CreateClientInfoDisplayTemplateRequest

type CreateClientInfoDisplayTemplateRequest struct {
	ClientInfoDisplayTemplate *ClientInfoDisplayTemplate `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateClientInfoDisplayTemplateRequest) Descriptor deprecated

func (*CreateClientInfoDisplayTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateClientInfoDisplayTemplateRequest.ProtoReflect.Descriptor instead.

func (*CreateClientInfoDisplayTemplateRequest) GetClientInfoDisplayTemplate

func (x *CreateClientInfoDisplayTemplateRequest) GetClientInfoDisplayTemplate() *ClientInfoDisplayTemplate

func (*CreateClientInfoDisplayTemplateRequest) ProtoMessage

func (*CreateClientInfoDisplayTemplateRequest) ProtoReflect

func (*CreateClientInfoDisplayTemplateRequest) Reset

func (*CreateClientInfoDisplayTemplateRequest) String

type CreateClientInfoDisplayTemplateResponse

type CreateClientInfoDisplayTemplateResponse struct {
	// contains filtered or unexported fields
}

func (*CreateClientInfoDisplayTemplateResponse) Descriptor deprecated

func (*CreateClientInfoDisplayTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateClientInfoDisplayTemplateResponse.ProtoReflect.Descriptor instead.

func (*CreateClientInfoDisplayTemplateResponse) ProtoMessage

func (*CreateClientInfoDisplayTemplateResponse) ProtoReflect

func (*CreateClientInfoDisplayTemplateResponse) Reset

func (*CreateClientInfoDisplayTemplateResponse) String

type CreateCustomReportFilterRequest

type CreateCustomReportFilterRequest struct {
	Filter *CustomReportFilter `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` // Custom report filter
	// contains filtered or unexported fields
}

Request message for CreateCustomReportFilter

func (*CreateCustomReportFilterRequest) Descriptor deprecated

func (*CreateCustomReportFilterRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateCustomReportFilterRequest.ProtoReflect.Descriptor instead.

func (*CreateCustomReportFilterRequest) GetFilter

func (*CreateCustomReportFilterRequest) ProtoMessage

func (*CreateCustomReportFilterRequest) ProtoMessage()

func (*CreateCustomReportFilterRequest) ProtoReflect

func (*CreateCustomReportFilterRequest) Reset

func (*CreateCustomReportFilterRequest) String

type CreateCustomReportFilterResponse

type CreateCustomReportFilterResponse struct {
	// contains filtered or unexported fields
}

Response message for CreateCustomReportFilterSet

func (*CreateCustomReportFilterResponse) Descriptor deprecated

func (*CreateCustomReportFilterResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateCustomReportFilterResponse.ProtoReflect.Descriptor instead.

func (*CreateCustomReportFilterResponse) ProtoMessage

func (*CreateCustomReportFilterResponse) ProtoMessage()

func (*CreateCustomReportFilterResponse) ProtoReflect

func (*CreateCustomReportFilterResponse) Reset

func (*CreateCustomReportFilterResponse) String

type CreateDelegatedUserRequest

type CreateDelegatedUserRequest struct {

	// the user id provided by the auth connection.
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// the org id the user will belong to.
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// the user's email provided by the auth connection.
	Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	// the user name provided by the auth connection.
	UserName string `protobuf:"bytes,4,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	// the user's first name.
	FirstName string `protobuf:"bytes,5,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	// the user's last name.
	LastName string `protobuf:"bytes,6,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	// the user's groups provided by the auth connection.
	Groups []string `protobuf:"bytes,7,rep,name=groups,proto3" json:"groups,omitempty"`
	// the id of the auth connection the user is coming from.
	ConnectionId string `protobuf:"bytes,8,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for the CreateDelegatedUser RPC.

func (*CreateDelegatedUserRequest) Descriptor deprecated

func (*CreateDelegatedUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateDelegatedUserRequest.ProtoReflect.Descriptor instead.

func (*CreateDelegatedUserRequest) GetConnectionId

func (x *CreateDelegatedUserRequest) GetConnectionId() string

func (*CreateDelegatedUserRequest) GetEmail

func (x *CreateDelegatedUserRequest) GetEmail() string

func (*CreateDelegatedUserRequest) GetFirstName

func (x *CreateDelegatedUserRequest) GetFirstName() string

func (*CreateDelegatedUserRequest) GetGroups

func (x *CreateDelegatedUserRequest) GetGroups() []string

func (*CreateDelegatedUserRequest) GetLastName

func (x *CreateDelegatedUserRequest) GetLastName() string

func (*CreateDelegatedUserRequest) GetOrgId

func (x *CreateDelegatedUserRequest) GetOrgId() string

func (*CreateDelegatedUserRequest) GetUserId

func (x *CreateDelegatedUserRequest) GetUserId() string

func (*CreateDelegatedUserRequest) GetUserName

func (x *CreateDelegatedUserRequest) GetUserName() string

func (*CreateDelegatedUserRequest) ProtoMessage

func (*CreateDelegatedUserRequest) ProtoMessage()

func (*CreateDelegatedUserRequest) ProtoReflect

func (*CreateDelegatedUserRequest) Reset

func (x *CreateDelegatedUserRequest) Reset()

func (*CreateDelegatedUserRequest) String

func (x *CreateDelegatedUserRequest) String() string

type CreateDelegatedUserResponse

type CreateDelegatedUserResponse struct {

	// the internal id of the created user.
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

Response message for the CreateDelegatedUser RPC>

func (*CreateDelegatedUserResponse) Descriptor deprecated

func (*CreateDelegatedUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateDelegatedUserResponse.ProtoReflect.Descriptor instead.

func (*CreateDelegatedUserResponse) GetUserId

func (x *CreateDelegatedUserResponse) GetUserId() string

func (*CreateDelegatedUserResponse) ProtoMessage

func (*CreateDelegatedUserResponse) ProtoMessage()

func (*CreateDelegatedUserResponse) ProtoReflect

func (*CreateDelegatedUserResponse) Reset

func (x *CreateDelegatedUserResponse) Reset()

func (*CreateDelegatedUserResponse) String

func (x *CreateDelegatedUserResponse) String() string

type CreateP3PermissionGroupRequest

type CreateP3PermissionGroupRequest struct {
	Name        string               `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Description string               `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Permissions []commons.Permission `protobuf:"varint,6,rep,packed,name=permissions,proto3,enum=api.commons.Permission" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateP3PermissionGroupRequest) Descriptor deprecated

func (*CreateP3PermissionGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateP3PermissionGroupRequest.ProtoReflect.Descriptor instead.

func (*CreateP3PermissionGroupRequest) GetDescription

func (x *CreateP3PermissionGroupRequest) GetDescription() string

func (*CreateP3PermissionGroupRequest) GetName

func (*CreateP3PermissionGroupRequest) GetPermissions

func (x *CreateP3PermissionGroupRequest) GetPermissions() []commons.Permission

func (*CreateP3PermissionGroupRequest) ProtoMessage

func (*CreateP3PermissionGroupRequest) ProtoMessage()

func (*CreateP3PermissionGroupRequest) ProtoReflect

func (*CreateP3PermissionGroupRequest) Reset

func (x *CreateP3PermissionGroupRequest) Reset()

func (*CreateP3PermissionGroupRequest) String

type CreateP3PermissionGroupResponse

type CreateP3PermissionGroupResponse struct {
	P3PermissionGroup *P3PermissionGroup `protobuf:"bytes,1,opt,name=p3_permission_group,json=p3PermissionGroup,proto3" json:"p3_permission_group,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateP3PermissionGroupResponse) Descriptor deprecated

func (*CreateP3PermissionGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateP3PermissionGroupResponse.ProtoReflect.Descriptor instead.

func (*CreateP3PermissionGroupResponse) GetP3PermissionGroup

func (x *CreateP3PermissionGroupResponse) GetP3PermissionGroup() *P3PermissionGroup

func (*CreateP3PermissionGroupResponse) ProtoMessage

func (*CreateP3PermissionGroupResponse) ProtoMessage()

func (*CreateP3PermissionGroupResponse) ProtoReflect

func (*CreateP3PermissionGroupResponse) Reset

func (*CreateP3PermissionGroupResponse) String

type CreatePermissionGroupRequest

type CreatePermissionGroupRequest struct {

	// Name to identify this permission group.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Short description about this permission group.
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// List of permissions included in the group.
	Permissions []auth.Permission `protobuf:"varint,3,rep,packed,name=permissions,proto3,enum=api.commons.auth.Permission" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

The request for api.v0alpha.CreatePermissionGroup.

func (*CreatePermissionGroupRequest) Descriptor deprecated

func (*CreatePermissionGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreatePermissionGroupRequest.ProtoReflect.Descriptor instead.

func (*CreatePermissionGroupRequest) GetDescription

func (x *CreatePermissionGroupRequest) GetDescription() string

func (*CreatePermissionGroupRequest) GetName

func (x *CreatePermissionGroupRequest) GetName() string

func (*CreatePermissionGroupRequest) GetPermissions

func (x *CreatePermissionGroupRequest) GetPermissions() []auth.Permission

func (*CreatePermissionGroupRequest) ProtoMessage

func (*CreatePermissionGroupRequest) ProtoMessage()

func (*CreatePermissionGroupRequest) ProtoReflect

func (*CreatePermissionGroupRequest) Reset

func (x *CreatePermissionGroupRequest) Reset()

func (*CreatePermissionGroupRequest) String

type CreatePermissionGroupResponse

type CreatePermissionGroupResponse struct {

	// The newly created PermissionGroup is returned.
	PermissionGroup *PermissionGroup `protobuf:"bytes,1,opt,name=permission_group,json=permissionGroup,proto3" json:"permission_group,omitempty"`
	// contains filtered or unexported fields
}

The response for api.v0alpha.CreatePermissionGroup.

func (*CreatePermissionGroupResponse) Descriptor deprecated

func (*CreatePermissionGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreatePermissionGroupResponse.ProtoReflect.Descriptor instead.

func (*CreatePermissionGroupResponse) GetPermissionGroup

func (x *CreatePermissionGroupResponse) GetPermissionGroup() *PermissionGroup

func (*CreatePermissionGroupResponse) ProtoMessage

func (*CreatePermissionGroupResponse) ProtoMessage()

func (*CreatePermissionGroupResponse) ProtoReflect

func (*CreatePermissionGroupResponse) Reset

func (x *CreatePermissionGroupResponse) Reset()

func (*CreatePermissionGroupResponse) String

type CreateQueueConfigReq

type CreateQueueConfigReq struct {
	Config *QueueConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateQueueConfigReq) Descriptor deprecated

func (*CreateQueueConfigReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateQueueConfigReq.ProtoReflect.Descriptor instead.

func (*CreateQueueConfigReq) GetConfig

func (x *CreateQueueConfigReq) GetConfig() *QueueConfig

func (*CreateQueueConfigReq) ProtoMessage

func (*CreateQueueConfigReq) ProtoMessage()

func (*CreateQueueConfigReq) ProtoReflect

func (x *CreateQueueConfigReq) ProtoReflect() protoreflect.Message

func (*CreateQueueConfigReq) Reset

func (x *CreateQueueConfigReq) Reset()

func (*CreateQueueConfigReq) String

func (x *CreateQueueConfigReq) String() string

type CreateQueueConfigRes

type CreateQueueConfigRes struct {
	// contains filtered or unexported fields
}

func (*CreateQueueConfigRes) Descriptor deprecated

func (*CreateQueueConfigRes) Descriptor() ([]byte, []int)

Deprecated: Use CreateQueueConfigRes.ProtoReflect.Descriptor instead.

func (*CreateQueueConfigRes) ProtoMessage

func (*CreateQueueConfigRes) ProtoMessage()

func (*CreateQueueConfigRes) ProtoReflect

func (x *CreateQueueConfigRes) ProtoReflect() protoreflect.Message

func (*CreateQueueConfigRes) Reset

func (x *CreateQueueConfigRes) Reset()

func (*CreateQueueConfigRes) String

func (x *CreateQueueConfigRes) String() string

type CreateUserRequest

type CreateUserRequest struct {

	// if org_id is set the user will be created for
	// the given org_id. This requires the CUSTOMER_SUPPORT permission.
	// if this field is not set it will get the org_id
	// from the token. This only requires the USER_CREATE permission.
	OrgId               string   `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	FirstName           string   `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName            string   `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	Email               string   `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	UserName            string   `protobuf:"bytes,5,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Password            string   `protobuf:"bytes,6,opt,name=password,proto3" json:"password,omitempty"`
	PermissionGroupIds  []string `protobuf:"bytes,7,rep,name=permission_group_ids,json=permissionGroupIds,proto3" json:"permission_group_ids,omitempty"`
	HuntGroupSid        int64    `protobuf:"varint,9,opt,name=hunt_group_sid,json=huntGroupSid,proto3" json:"hunt_group_sid,omitempty"`
	PartnerAgentId      string   `protobuf:"bytes,12,opt,name=partner_agent_id,json=partnerAgentId,proto3" json:"partner_agent_id,omitempty"`
	P3PermissionGroupId string   `protobuf:"bytes,13,opt,name=p3_permission_group_id,json=p3PermissionGroupId,proto3" json:"p3_permission_group_id,omitempty"`
	LinkbackNumbers     []string `protobuf:"bytes,16,rep,name=linkback_numbers,json=linkbackNumbers,proto3" json:"linkback_numbers,omitempty"`
	CallerIds           []string `protobuf:"bytes,17,rep,name=caller_ids,json=callerIds,proto3" json:"caller_ids,omitempty"`
	// Default app the user starts on
	DefaultApp          commons.OperatorApplications `` /* 131-byte string literal not displayed */
	UserCallerId        string                       `protobuf:"bytes,20,opt,name=user_caller_id,json=userCallerId,proto3" json:"user_caller_id,omitempty"`
	AgentProfileGroupId string                       `protobuf:"bytes,21,opt,name=agent_profile_group_id,json=agentProfileGroupId,proto3" json:"agent_profile_group_id,omitempty"`
	// A list of labels to assign to the user
	Labels []string `protobuf:"bytes,22,rep,name=labels,proto3" json:"labels,omitempty"`
	// User TimeZone with wrapper for nullable timezone
	TimeZoneOverride *commons.TimeZoneWrapper `protobuf:"bytes,23,opt,name=time_zone_override,json=timeZoneOverride,proto3" json:"time_zone_override,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserRequest) Descriptor deprecated

func (*CreateUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.

func (*CreateUserRequest) GetAgentProfileGroupId

func (x *CreateUserRequest) GetAgentProfileGroupId() string

func (*CreateUserRequest) GetCallerIds

func (x *CreateUserRequest) GetCallerIds() []string

func (*CreateUserRequest) GetDefaultApp

func (x *CreateUserRequest) GetDefaultApp() commons.OperatorApplications

func (*CreateUserRequest) GetEmail

func (x *CreateUserRequest) GetEmail() string

func (*CreateUserRequest) GetFirstName

func (x *CreateUserRequest) GetFirstName() string

func (*CreateUserRequest) GetHuntGroupSid

func (x *CreateUserRequest) GetHuntGroupSid() int64

func (*CreateUserRequest) GetLabels

func (x *CreateUserRequest) GetLabels() []string

func (*CreateUserRequest) GetLastName

func (x *CreateUserRequest) GetLastName() string

func (*CreateUserRequest) GetLinkbackNumbers

func (x *CreateUserRequest) GetLinkbackNumbers() []string

func (*CreateUserRequest) GetOrgId

func (x *CreateUserRequest) GetOrgId() string

func (*CreateUserRequest) GetP3PermissionGroupId

func (x *CreateUserRequest) GetP3PermissionGroupId() string

func (*CreateUserRequest) GetPartnerAgentId

func (x *CreateUserRequest) GetPartnerAgentId() string

func (*CreateUserRequest) GetPassword

func (x *CreateUserRequest) GetPassword() string

func (*CreateUserRequest) GetPermissionGroupIds

func (x *CreateUserRequest) GetPermissionGroupIds() []string

func (*CreateUserRequest) GetTimeZoneOverride

func (x *CreateUserRequest) GetTimeZoneOverride() *commons.TimeZoneWrapper

func (*CreateUserRequest) GetUserCallerId

func (x *CreateUserRequest) GetUserCallerId() string

func (*CreateUserRequest) GetUserName

func (x *CreateUserRequest) GetUserName() string

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) ProtoReflect

func (x *CreateUserRequest) ProtoReflect() protoreflect.Message

func (*CreateUserRequest) Reset

func (x *CreateUserRequest) Reset()

func (*CreateUserRequest) String

func (x *CreateUserRequest) String() string

type CreateUserResponse

type CreateUserResponse struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserResponse) Descriptor deprecated

func (*CreateUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateUserResponse.ProtoReflect.Descriptor instead.

func (*CreateUserResponse) GetUserId

func (x *CreateUserResponse) GetUserId() string

func (*CreateUserResponse) ProtoMessage

func (*CreateUserResponse) ProtoMessage()

func (*CreateUserResponse) ProtoReflect

func (x *CreateUserResponse) ProtoReflect() protoreflect.Message

func (*CreateUserResponse) Reset

func (x *CreateUserResponse) Reset()

func (*CreateUserResponse) String

func (x *CreateUserResponse) String() string

type CreateWebLinkTemplateRequest

type CreateWebLinkTemplateRequest struct {
	WebLinkTemplate *WebLinkTemplate `protobuf:"bytes,1,opt,name=web_link_template,json=webLinkTemplate,proto3" json:"web_link_template,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWebLinkTemplateRequest) Descriptor deprecated

func (*CreateWebLinkTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateWebLinkTemplateRequest.ProtoReflect.Descriptor instead.

func (*CreateWebLinkTemplateRequest) GetWebLinkTemplate

func (x *CreateWebLinkTemplateRequest) GetWebLinkTemplate() *WebLinkTemplate

func (*CreateWebLinkTemplateRequest) ProtoMessage

func (*CreateWebLinkTemplateRequest) ProtoMessage()

func (*CreateWebLinkTemplateRequest) ProtoReflect

func (*CreateWebLinkTemplateRequest) Reset

func (x *CreateWebLinkTemplateRequest) Reset()

func (*CreateWebLinkTemplateRequest) String

type CreateWebLinkTemplateResponse

type CreateWebLinkTemplateResponse struct {
	// contains filtered or unexported fields
}

func (*CreateWebLinkTemplateResponse) Descriptor deprecated

func (*CreateWebLinkTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateWebLinkTemplateResponse.ProtoReflect.Descriptor instead.

func (*CreateWebLinkTemplateResponse) ProtoMessage

func (*CreateWebLinkTemplateResponse) ProtoMessage()

func (*CreateWebLinkTemplateResponse) ProtoReflect

func (*CreateWebLinkTemplateResponse) Reset

func (x *CreateWebLinkTemplateResponse) Reset()

func (*CreateWebLinkTemplateResponse) String

type CustomDialOrder

type CustomDialOrder struct {
	DialOrderFields []*DialOrderField `protobuf:"bytes,1,rep,name=dial_order_fields,json=dialOrderFields,proto3" json:"dial_order_fields,omitempty"` // One or more Contact Field Descriptions via DialOrderField.
	// contains filtered or unexported fields
}

Custom Dial Order Fields holds one or more Contact Field Descriptions to indicate which fields in a contact record, and the order.

func (*CustomDialOrder) Descriptor deprecated

func (*CustomDialOrder) Descriptor() ([]byte, []int)

Deprecated: Use CustomDialOrder.ProtoReflect.Descriptor instead.

func (*CustomDialOrder) GetDialOrderFields

func (x *CustomDialOrder) GetDialOrderFields() []*DialOrderField

func (*CustomDialOrder) ProtoMessage

func (*CustomDialOrder) ProtoMessage()

func (*CustomDialOrder) ProtoReflect

func (x *CustomDialOrder) ProtoReflect() protoreflect.Message

func (*CustomDialOrder) Reset

func (x *CustomDialOrder) Reset()

func (*CustomDialOrder) String

func (x *CustomDialOrder) String() string

type CustomImportFormat

type CustomImportFormat struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Import format name
	Id   int64  `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`    // Contact import template sid
	// contains filtered or unexported fields
}

Contact import template

func (*CustomImportFormat) Descriptor deprecated

func (*CustomImportFormat) Descriptor() ([]byte, []int)

Deprecated: Use CustomImportFormat.ProtoReflect.Descriptor instead.

func (*CustomImportFormat) GetId

func (x *CustomImportFormat) GetId() int64

func (*CustomImportFormat) GetName

func (x *CustomImportFormat) GetName() string

func (*CustomImportFormat) ProtoMessage

func (*CustomImportFormat) ProtoMessage()

func (*CustomImportFormat) ProtoReflect

func (x *CustomImportFormat) ProtoReflect() protoreflect.Message

func (*CustomImportFormat) Reset

func (x *CustomImportFormat) Reset()

func (*CustomImportFormat) String

func (x *CustomImportFormat) String() string

type CustomReportFilter

type CustomReportFilter struct {
	Name        string                               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`               // Filter name
	Description string                               `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // Filter description
	Conjunction CustomReportFilter_FilterConjunction ``                                                                            // Filter conjunction
	/* 142-byte string literal not displayed */
	CallResultsFilterList []int64 `` // List of individual call types to be filtered by
	/* 136-byte string literal not displayed */
	DtmfExpressionList          []*ComplexBooleanExpr `protobuf:"bytes,5,rep,name=dtmf_expression_list,json=dtmfExpressionList,proto3" json:"dtmf_expression_list,omitempty"` // List of DTMF response key combinations
	AgentResponseExpressionList []*ComplexBooleanExpr ``                                                                                                                      // List of agent response filter groups
	/* 146-byte string literal not displayed */
	LastTemplateElementExpressionList []*ComplexBooleanExpr `` // List of last template element filters
	/* 166-byte string literal not displayed */
	ExcludeDtmfExpressionList []*ComplexBooleanExpr `` // List of hunter groups to filter by
	/* 140-byte string literal not displayed */
	HuntGroupSidIncludeList []int64 `` // List of hunt groups to include
	/* 145-byte string literal not displayed */
	HuntGroupSidExcludeList []int64 `` // List of hunt groups to exclude
	/* 145-byte string literal not displayed */
	XmlClientPropertySid int64 `` // property sid
	/* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Custom report filter type

func (*CustomReportFilter) Descriptor deprecated

func (*CustomReportFilter) Descriptor() ([]byte, []int)

Deprecated: Use CustomReportFilter.ProtoReflect.Descriptor instead.

func (*CustomReportFilter) GetAgentResponseExpressionList

func (x *CustomReportFilter) GetAgentResponseExpressionList() []*ComplexBooleanExpr

func (*CustomReportFilter) GetCallResultsFilterList

func (x *CustomReportFilter) GetCallResultsFilterList() []int64

func (*CustomReportFilter) GetConjunction

func (*CustomReportFilter) GetDescription

func (x *CustomReportFilter) GetDescription() string

func (*CustomReportFilter) GetDtmfExpressionList

func (x *CustomReportFilter) GetDtmfExpressionList() []*ComplexBooleanExpr

func (*CustomReportFilter) GetExcludeDtmfExpressionList

func (x *CustomReportFilter) GetExcludeDtmfExpressionList() []*ComplexBooleanExpr

func (*CustomReportFilter) GetHuntGroupSidExcludeList

func (x *CustomReportFilter) GetHuntGroupSidExcludeList() []int64

func (*CustomReportFilter) GetHuntGroupSidIncludeList

func (x *CustomReportFilter) GetHuntGroupSidIncludeList() []int64

func (*CustomReportFilter) GetLastTemplateElementExpressionList

func (x *CustomReportFilter) GetLastTemplateElementExpressionList() []*ComplexBooleanExpr

func (*CustomReportFilter) GetName

func (x *CustomReportFilter) GetName() string

func (*CustomReportFilter) GetXmlClientPropertySid

func (x *CustomReportFilter) GetXmlClientPropertySid() int64

func (*CustomReportFilter) ProtoMessage

func (*CustomReportFilter) ProtoMessage()

func (*CustomReportFilter) ProtoReflect

func (x *CustomReportFilter) ProtoReflect() protoreflect.Message

func (*CustomReportFilter) Reset

func (x *CustomReportFilter) Reset()

func (*CustomReportFilter) String

func (x *CustomReportFilter) String() string

type CustomReportFilterPreferences

type CustomReportFilterPreferences struct {
	Name                 string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XmlClientPropertySid int64  `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CustomReportFilterPreferences) Descriptor deprecated

func (*CustomReportFilterPreferences) Descriptor() ([]byte, []int)

Deprecated: Use CustomReportFilterPreferences.ProtoReflect.Descriptor instead.

func (*CustomReportFilterPreferences) GetName

func (*CustomReportFilterPreferences) GetXmlClientPropertySid

func (x *CustomReportFilterPreferences) GetXmlClientPropertySid() int64

func (*CustomReportFilterPreferences) ProtoMessage

func (*CustomReportFilterPreferences) ProtoMessage()

func (*CustomReportFilterPreferences) ProtoReflect

func (*CustomReportFilterPreferences) Reset

func (x *CustomReportFilterPreferences) Reset()

func (*CustomReportFilterPreferences) String

type CustomReportFilter_FilterConjunction

type CustomReportFilter_FilterConjunction int32

Indicates how to combine major filter elements; Call Result, DTMF Key, Agent Responses and Last Template Element.

const (
	CustomReportFilter_FILTER_CONJUNCTION_AND_UNSPECIFIED CustomReportFilter_FilterConjunction = 0 // All major filter elements must match for data to be included in the report.
	CustomReportFilter_FILTER_CONJUNCTION_OR              CustomReportFilter_FilterConjunction = 1 // One or more major filter elements must match for data to be included in the report.
)

func (CustomReportFilter_FilterConjunction) Descriptor

func (CustomReportFilter_FilterConjunction) Enum

func (CustomReportFilter_FilterConjunction) EnumDescriptor deprecated

func (CustomReportFilter_FilterConjunction) EnumDescriptor() ([]byte, []int)

Deprecated: Use CustomReportFilter_FilterConjunction.Descriptor instead.

func (CustomReportFilter_FilterConjunction) Number

func (CustomReportFilter_FilterConjunction) String

func (CustomReportFilter_FilterConjunction) Type

type DashboardPreferences

type DashboardPreferences struct {
	DefaultInfoView       bool `protobuf:"varint,1,opt,name=default_info_view,json=defaultInfoView,proto3" json:"default_info_view,omitempty"` // Default agent dashboard view; false for icon view, true for table view.
	DefaultTableInclusion bool ``                                                                                                              // Include all agents in table by default.
	/* 127-byte string literal not displayed */
	DefaultInfoGrouping   bool `protobuf:"varint,3,opt,name=default_info_grouping,json=defaultInfoGrouping,proto3" json:"default_info_grouping,omitempty"` // Group agent info by hunt group by default.
	DefaultSmallIcon      bool `protobuf:"varint,4,opt,name=default_small_icon,json=defaultSmallIcon,proto3" json:"default_small_icon,omitempty"`          // Agent icon size; false for large, true for small.
	DefaultDescendingSort bool ``                                                                                                                          // Agent dashboard sort direction; false for ascending, true for descending.
	/* 127-byte string literal not displayed */
	TableTemplateSid       int64                   `protobuf:"varint,6,opt,name=table_template_sid,json=tableTemplateSid,proto3" json:"table_template_sid,omitempty"` // xml_client_property_sid associated with the agent dashboard table template property.
	DefaultCallTypes       *IncludedCallTypes      `protobuf:"bytes,7,opt,name=default_call_types,json=defaultCallTypes,proto3" json:"default_call_types,omitempty"`  // Which call types are enabled in the agents dashboard
	DefaultInfoSortByValue commons.AgentInfoSortBy ``                                                                                                                 // Agent info dashboard order-by parameter
	/* 167-byte string literal not displayed */
	DefaultBargeInFiltering *BargeInFiltering `` // Barge-in agent filter, controls hunt-group and agent status parameters
	/* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

Wrapper DashboardGeneralPreferences object for get response and update request

func (*DashboardPreferences) Descriptor deprecated

func (*DashboardPreferences) Descriptor() ([]byte, []int)

Deprecated: Use DashboardPreferences.ProtoReflect.Descriptor instead.

func (*DashboardPreferences) GetDefaultBargeInFiltering

func (x *DashboardPreferences) GetDefaultBargeInFiltering() *BargeInFiltering

func (*DashboardPreferences) GetDefaultCallTypes

func (x *DashboardPreferences) GetDefaultCallTypes() *IncludedCallTypes

func (*DashboardPreferences) GetDefaultDescendingSort

func (x *DashboardPreferences) GetDefaultDescendingSort() bool

func (*DashboardPreferences) GetDefaultInfoGrouping

func (x *DashboardPreferences) GetDefaultInfoGrouping() bool

func (*DashboardPreferences) GetDefaultInfoSortByValue

func (x *DashboardPreferences) GetDefaultInfoSortByValue() commons.AgentInfoSortBy

func (*DashboardPreferences) GetDefaultInfoView

func (x *DashboardPreferences) GetDefaultInfoView() bool

func (*DashboardPreferences) GetDefaultSmallIcon

func (x *DashboardPreferences) GetDefaultSmallIcon() bool

func (*DashboardPreferences) GetDefaultTableInclusion

func (x *DashboardPreferences) GetDefaultTableInclusion() bool

func (*DashboardPreferences) GetTableTemplateSid

func (x *DashboardPreferences) GetTableTemplateSid() int64

func (*DashboardPreferences) ProtoMessage

func (*DashboardPreferences) ProtoMessage()

func (*DashboardPreferences) ProtoReflect

func (x *DashboardPreferences) ProtoReflect() protoreflect.Message

func (*DashboardPreferences) Reset

func (x *DashboardPreferences) Reset()

func (*DashboardPreferences) String

func (x *DashboardPreferences) String() string

type DashboardQueuePreferences

type DashboardQueuePreferences struct {
	DefaultInfoView       bool `protobuf:"varint,10,opt,name=default_info_view,json=defaultInfoView,proto3" json:"default_info_view,omitempty"`             // Default Queue/Hold table view.  'false' for icon view, 'true' for table view.
	DefaultInfoGrouping   bool `protobuf:"varint,11,opt,name=default_info_grouping,json=defaultInfoGrouping,proto3" json:"default_info_grouping,omitempty"` // Default Queue/Hold table grouping. 'false' for no grouping, 'true' for group by queue type.
	DefaultSmallIcon      bool `protobuf:"varint,12,opt,name=default_small_icon,json=defaultSmallIcon,proto3" json:"default_small_icon,omitempty"`          // Default table icon size.  'true' for small, 'false' for large.
	DefaultDescendingSort bool ``                                                                                                                           // Default table sort direction. 'false' for descending, 'true' for ascending.
	/* 128-byte string literal not displayed */
	DefaultAgentSkillsFilter int64 `` // Default skills filter.  Holds a regional sid pointing to the filter in the xml_client_property table.  Default is no filtering ('-1').
	/* 139-byte string literal not displayed */
	DefaultInfoTableTemplate int64 `` // Default table template. Holds a regional sid pointing to the filter in the xml_client_property table.  Default is no filtering ('0').
	/* 139-byte string literal not displayed */
	DefaultInfoSortByValue commons.QueueInfoSortBy `` // Default Queue/Hold Info Sort-By Value
	/* 168-byte string literal not displayed */
	// contains filtered or unexported fields
}

Wrapper DashboardQueuePreferences object for get response and update request

func (*DashboardQueuePreferences) Descriptor deprecated

func (*DashboardQueuePreferences) Descriptor() ([]byte, []int)

Deprecated: Use DashboardQueuePreferences.ProtoReflect.Descriptor instead.

func (*DashboardQueuePreferences) GetDefaultAgentSkillsFilter

func (x *DashboardQueuePreferences) GetDefaultAgentSkillsFilter() int64

func (*DashboardQueuePreferences) GetDefaultDescendingSort

func (x *DashboardQueuePreferences) GetDefaultDescendingSort() bool

func (*DashboardQueuePreferences) GetDefaultInfoGrouping

func (x *DashboardQueuePreferences) GetDefaultInfoGrouping() bool

func (*DashboardQueuePreferences) GetDefaultInfoSortByValue

func (x *DashboardQueuePreferences) GetDefaultInfoSortByValue() commons.QueueInfoSortBy

func (*DashboardQueuePreferences) GetDefaultInfoTableTemplate

func (x *DashboardQueuePreferences) GetDefaultInfoTableTemplate() int64

func (*DashboardQueuePreferences) GetDefaultInfoView

func (x *DashboardQueuePreferences) GetDefaultInfoView() bool

func (*DashboardQueuePreferences) GetDefaultSmallIcon

func (x *DashboardQueuePreferences) GetDefaultSmallIcon() bool

func (*DashboardQueuePreferences) ProtoMessage

func (*DashboardQueuePreferences) ProtoMessage()

func (*DashboardQueuePreferences) ProtoReflect

func (*DashboardQueuePreferences) Reset

func (x *DashboardQueuePreferences) Reset()

func (*DashboardQueuePreferences) String

func (x *DashboardQueuePreferences) String() string

type DeleteAgentPauseCodeRequest

type DeleteAgentPauseCodeRequest struct {
	XmlClientPropertySid int64 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for the DeleteAgentPauseCode RPC.

func (*DeleteAgentPauseCodeRequest) Descriptor deprecated

func (*DeleteAgentPauseCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAgentPauseCodeRequest.ProtoReflect.Descriptor instead.

func (*DeleteAgentPauseCodeRequest) GetXmlClientPropertySid

func (x *DeleteAgentPauseCodeRequest) GetXmlClientPropertySid() int64

func (*DeleteAgentPauseCodeRequest) ProtoMessage

func (*DeleteAgentPauseCodeRequest) ProtoMessage()

func (*DeleteAgentPauseCodeRequest) ProtoReflect

func (*DeleteAgentPauseCodeRequest) Reset

func (x *DeleteAgentPauseCodeRequest) Reset()

func (*DeleteAgentPauseCodeRequest) String

func (x *DeleteAgentPauseCodeRequest) String() string

type DeleteAgentPauseCodeResponse

type DeleteAgentPauseCodeResponse struct {
	// contains filtered or unexported fields
}

Response message for the DeleteAgentPauseCode RPC.

func (*DeleteAgentPauseCodeResponse) Descriptor deprecated

func (*DeleteAgentPauseCodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAgentPauseCodeResponse.ProtoReflect.Descriptor instead.

func (*DeleteAgentPauseCodeResponse) ProtoMessage

func (*DeleteAgentPauseCodeResponse) ProtoMessage()

func (*DeleteAgentPauseCodeResponse) ProtoReflect

func (*DeleteAgentPauseCodeResponse) Reset

func (x *DeleteAgentPauseCodeResponse) Reset()

func (*DeleteAgentPauseCodeResponse) String

type DeleteAgentProfileGroupRequest

type DeleteAgentProfileGroupRequest struct {
	AgentProfileGroupId string `protobuf:"bytes,2,opt,name=agent_profile_group_id,json=agentProfileGroupId,proto3" json:"agent_profile_group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAgentProfileGroupRequest) Descriptor deprecated

func (*DeleteAgentProfileGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAgentProfileGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteAgentProfileGroupRequest) GetAgentProfileGroupId

func (x *DeleteAgentProfileGroupRequest) GetAgentProfileGroupId() string

func (*DeleteAgentProfileGroupRequest) ProtoMessage

func (*DeleteAgentProfileGroupRequest) ProtoMessage()

func (*DeleteAgentProfileGroupRequest) ProtoReflect

func (*DeleteAgentProfileGroupRequest) Reset

func (x *DeleteAgentProfileGroupRequest) Reset()

func (*DeleteAgentProfileGroupRequest) String

type DeleteAgentProfileGroupResponse

type DeleteAgentProfileGroupResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteAgentProfileGroupResponse) Descriptor deprecated

func (*DeleteAgentProfileGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAgentProfileGroupResponse.ProtoReflect.Descriptor instead.

func (*DeleteAgentProfileGroupResponse) ProtoMessage

func (*DeleteAgentProfileGroupResponse) ProtoMessage()

func (*DeleteAgentProfileGroupResponse) ProtoReflect

func (*DeleteAgentProfileGroupResponse) Reset

func (*DeleteAgentProfileGroupResponse) String

type DeleteAgentStatisticsTemplateRequest

type DeleteAgentStatisticsTemplateRequest struct {

	// xml client property sid of the statistics template to delete.
	XmlClientPropertySid int64 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for the DeleteAgentStatisticsTemplate RPC.

func (*DeleteAgentStatisticsTemplateRequest) Descriptor deprecated

func (*DeleteAgentStatisticsTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAgentStatisticsTemplateRequest.ProtoReflect.Descriptor instead.

func (*DeleteAgentStatisticsTemplateRequest) GetXmlClientPropertySid

func (x *DeleteAgentStatisticsTemplateRequest) GetXmlClientPropertySid() int64

func (*DeleteAgentStatisticsTemplateRequest) ProtoMessage

func (*DeleteAgentStatisticsTemplateRequest) ProtoMessage()

func (*DeleteAgentStatisticsTemplateRequest) ProtoReflect

func (*DeleteAgentStatisticsTemplateRequest) Reset

func (*DeleteAgentStatisticsTemplateRequest) String

type DeleteAgentStatisticsTemplateResponse

type DeleteAgentStatisticsTemplateResponse struct {
	// contains filtered or unexported fields
}

Response message for the DeleteAgentStatisticsTemplate RPC.

func (*DeleteAgentStatisticsTemplateResponse) Descriptor deprecated

func (*DeleteAgentStatisticsTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAgentStatisticsTemplateResponse.ProtoReflect.Descriptor instead.

func (*DeleteAgentStatisticsTemplateResponse) ProtoMessage

func (*DeleteAgentStatisticsTemplateResponse) ProtoMessage()

func (*DeleteAgentStatisticsTemplateResponse) ProtoReflect

func (*DeleteAgentStatisticsTemplateResponse) Reset

func (*DeleteAgentStatisticsTemplateResponse) String

type DeleteAgentTriggerTemplateRequest

type DeleteAgentTriggerTemplateRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAgentTriggerTemplateRequest) Descriptor deprecated

func (*DeleteAgentTriggerTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAgentTriggerTemplateRequest.ProtoReflect.Descriptor instead.

func (*DeleteAgentTriggerTemplateRequest) GetId

func (*DeleteAgentTriggerTemplateRequest) ProtoMessage

func (*DeleteAgentTriggerTemplateRequest) ProtoMessage()

func (*DeleteAgentTriggerTemplateRequest) ProtoReflect

func (*DeleteAgentTriggerTemplateRequest) Reset

func (*DeleteAgentTriggerTemplateRequest) String

type DeleteAgentTriggerTemplateResponse

type DeleteAgentTriggerTemplateResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteAgentTriggerTemplateResponse) Descriptor deprecated

func (*DeleteAgentTriggerTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAgentTriggerTemplateResponse.ProtoReflect.Descriptor instead.

func (*DeleteAgentTriggerTemplateResponse) ProtoMessage

func (*DeleteAgentTriggerTemplateResponse) ProtoMessage()

func (*DeleteAgentTriggerTemplateResponse) ProtoReflect

func (*DeleteAgentTriggerTemplateResponse) Reset

func (*DeleteAgentTriggerTemplateResponse) String

type DeleteAuthConnectionRequest

type DeleteAuthConnectionRequest struct {
	// contains filtered or unexported fields
}

Request message for the DeleteAuthConnection rpc.

func (*DeleteAuthConnectionRequest) Descriptor deprecated

func (*DeleteAuthConnectionRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAuthConnectionRequest.ProtoReflect.Descriptor instead.

func (*DeleteAuthConnectionRequest) ProtoMessage

func (*DeleteAuthConnectionRequest) ProtoMessage()

func (*DeleteAuthConnectionRequest) ProtoReflect

func (*DeleteAuthConnectionRequest) Reset

func (x *DeleteAuthConnectionRequest) Reset()

func (*DeleteAuthConnectionRequest) String

func (x *DeleteAuthConnectionRequest) String() string

type DeleteAuthConnectionResponse

type DeleteAuthConnectionResponse struct {
	// contains filtered or unexported fields
}

Response message for the DeleteAuthConnection rpc.

func (*DeleteAuthConnectionResponse) Descriptor deprecated

func (*DeleteAuthConnectionResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAuthConnectionResponse.ProtoReflect.Descriptor instead.

func (*DeleteAuthConnectionResponse) ProtoMessage

func (*DeleteAuthConnectionResponse) ProtoMessage()

func (*DeleteAuthConnectionResponse) ProtoReflect

func (*DeleteAuthConnectionResponse) Reset

func (x *DeleteAuthConnectionResponse) Reset()

func (*DeleteAuthConnectionResponse) String

type DeleteClientInfoDisplayTemplateRequest

type DeleteClientInfoDisplayTemplateRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteClientInfoDisplayTemplateRequest) Descriptor deprecated

func (*DeleteClientInfoDisplayTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteClientInfoDisplayTemplateRequest.ProtoReflect.Descriptor instead.

func (*DeleteClientInfoDisplayTemplateRequest) GetId

func (*DeleteClientInfoDisplayTemplateRequest) ProtoMessage

func (*DeleteClientInfoDisplayTemplateRequest) ProtoReflect

func (*DeleteClientInfoDisplayTemplateRequest) Reset

func (*DeleteClientInfoDisplayTemplateRequest) String

type DeleteClientInfoDisplayTemplateResponse

type DeleteClientInfoDisplayTemplateResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteClientInfoDisplayTemplateResponse) Descriptor deprecated

func (*DeleteClientInfoDisplayTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteClientInfoDisplayTemplateResponse.ProtoReflect.Descriptor instead.

func (*DeleteClientInfoDisplayTemplateResponse) ProtoMessage

func (*DeleteClientInfoDisplayTemplateResponse) ProtoReflect

func (*DeleteClientInfoDisplayTemplateResponse) Reset

func (*DeleteClientInfoDisplayTemplateResponse) String

type DeleteCustomReportFilterRequest

type DeleteCustomReportFilterRequest struct {
	XmlClientPropertySid int64 `` // sid associated with xml client property
	/* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for DeleteCustomReportFilter

func (*DeleteCustomReportFilterRequest) Descriptor deprecated

func (*DeleteCustomReportFilterRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteCustomReportFilterRequest.ProtoReflect.Descriptor instead.

func (*DeleteCustomReportFilterRequest) GetXmlClientPropertySid

func (x *DeleteCustomReportFilterRequest) GetXmlClientPropertySid() int64

func (*DeleteCustomReportFilterRequest) ProtoMessage

func (*DeleteCustomReportFilterRequest) ProtoMessage()

func (*DeleteCustomReportFilterRequest) ProtoReflect

func (*DeleteCustomReportFilterRequest) Reset

func (*DeleteCustomReportFilterRequest) String

type DeleteCustomReportFilterResponse

type DeleteCustomReportFilterResponse struct {
	// contains filtered or unexported fields
}

Response message for DeleteCustomReportFilter

func (*DeleteCustomReportFilterResponse) Descriptor deprecated

func (*DeleteCustomReportFilterResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteCustomReportFilterResponse.ProtoReflect.Descriptor instead.

func (*DeleteCustomReportFilterResponse) ProtoMessage

func (*DeleteCustomReportFilterResponse) ProtoMessage()

func (*DeleteCustomReportFilterResponse) ProtoReflect

func (*DeleteCustomReportFilterResponse) Reset

func (*DeleteCustomReportFilterResponse) String

type DeleteOrganizationPropertiesResponse

type DeleteOrganizationPropertiesResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteOrganizationPropertiesResponse) Descriptor deprecated

func (*DeleteOrganizationPropertiesResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOrganizationPropertiesResponse.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationPropertiesResponse) ProtoMessage

func (*DeleteOrganizationPropertiesResponse) ProtoMessage()

func (*DeleteOrganizationPropertiesResponse) ProtoReflect

func (*DeleteOrganizationPropertiesResponse) Reset

func (*DeleteOrganizationPropertiesResponse) String

type DeleteP3PermissionGroupRequest

type DeleteP3PermissionGroupRequest struct {
	PermissionGroupId string `protobuf:"bytes,2,opt,name=permission_group_id,json=permissionGroupId,proto3" json:"permission_group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteP3PermissionGroupRequest) Descriptor deprecated

func (*DeleteP3PermissionGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteP3PermissionGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteP3PermissionGroupRequest) GetPermissionGroupId

func (x *DeleteP3PermissionGroupRequest) GetPermissionGroupId() string

func (*DeleteP3PermissionGroupRequest) ProtoMessage

func (*DeleteP3PermissionGroupRequest) ProtoMessage()

func (*DeleteP3PermissionGroupRequest) ProtoReflect

func (*DeleteP3PermissionGroupRequest) Reset

func (x *DeleteP3PermissionGroupRequest) Reset()

func (*DeleteP3PermissionGroupRequest) String

type DeleteP3PermissionGroupResponse

type DeleteP3PermissionGroupResponse struct {
	PermissionGroupId string `protobuf:"bytes,1,opt,name=permission_group_id,json=permissionGroupId,proto3" json:"permission_group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteP3PermissionGroupResponse) Descriptor deprecated

func (*DeleteP3PermissionGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteP3PermissionGroupResponse.ProtoReflect.Descriptor instead.

func (*DeleteP3PermissionGroupResponse) GetPermissionGroupId

func (x *DeleteP3PermissionGroupResponse) GetPermissionGroupId() string

func (*DeleteP3PermissionGroupResponse) ProtoMessage

func (*DeleteP3PermissionGroupResponse) ProtoMessage()

func (*DeleteP3PermissionGroupResponse) ProtoReflect

func (*DeleteP3PermissionGroupResponse) Reset

func (*DeleteP3PermissionGroupResponse) String

type DeletePermissionGroupRequest

type DeletePermissionGroupRequest struct {

	// id of PermissionGroup being deleted.
	PermissionGroupId string `protobuf:"bytes,1,opt,name=permission_group_id,json=permissionGroupId,proto3" json:"permission_group_id,omitempty"`
	// contains filtered or unexported fields
}

The request for api.v0alpha.DeletePermissionGroup.

func (*DeletePermissionGroupRequest) Descriptor deprecated

func (*DeletePermissionGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeletePermissionGroupRequest.ProtoReflect.Descriptor instead.

func (*DeletePermissionGroupRequest) GetPermissionGroupId

func (x *DeletePermissionGroupRequest) GetPermissionGroupId() string

func (*DeletePermissionGroupRequest) ProtoMessage

func (*DeletePermissionGroupRequest) ProtoMessage()

func (*DeletePermissionGroupRequest) ProtoReflect

func (*DeletePermissionGroupRequest) Reset

func (x *DeletePermissionGroupRequest) Reset()

func (*DeletePermissionGroupRequest) String

type DeletePermissionGroupResponse

type DeletePermissionGroupResponse struct {
	// contains filtered or unexported fields
}

The response for api.v0alpha.DeletePermissionGroup.

func (*DeletePermissionGroupResponse) Descriptor deprecated

func (*DeletePermissionGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeletePermissionGroupResponse.ProtoReflect.Descriptor instead.

func (*DeletePermissionGroupResponse) ProtoMessage

func (*DeletePermissionGroupResponse) ProtoMessage()

func (*DeletePermissionGroupResponse) ProtoReflect

func (*DeletePermissionGroupResponse) Reset

func (x *DeletePermissionGroupResponse) Reset()

func (*DeletePermissionGroupResponse) String

type DeleteQueueConfigReq

type DeleteQueueConfigReq struct {

	// config_name is the name of the custom queue config that will be
	// deleted.
	ConfigName string `protobuf:"bytes,1,opt,name=config_name,json=configName,proto3" json:"config_name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteQueueConfigReq) Descriptor deprecated

func (*DeleteQueueConfigReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteQueueConfigReq.ProtoReflect.Descriptor instead.

func (*DeleteQueueConfigReq) GetConfigName

func (x *DeleteQueueConfigReq) GetConfigName() string

func (*DeleteQueueConfigReq) ProtoMessage

func (*DeleteQueueConfigReq) ProtoMessage()

func (*DeleteQueueConfigReq) ProtoReflect

func (x *DeleteQueueConfigReq) ProtoReflect() protoreflect.Message

func (*DeleteQueueConfigReq) Reset

func (x *DeleteQueueConfigReq) Reset()

func (*DeleteQueueConfigReq) String

func (x *DeleteQueueConfigReq) String() string

type DeleteQueueConfigRes

type DeleteQueueConfigRes struct {
	// contains filtered or unexported fields
}

func (*DeleteQueueConfigRes) Descriptor deprecated

func (*DeleteQueueConfigRes) Descriptor() ([]byte, []int)

Deprecated: Use DeleteQueueConfigRes.ProtoReflect.Descriptor instead.

func (*DeleteQueueConfigRes) ProtoMessage

func (*DeleteQueueConfigRes) ProtoMessage()

func (*DeleteQueueConfigRes) ProtoReflect

func (x *DeleteQueueConfigRes) ProtoReflect() protoreflect.Message

func (*DeleteQueueConfigRes) Reset

func (x *DeleteQueueConfigRes) Reset()

func (*DeleteQueueConfigRes) String

func (x *DeleteQueueConfigRes) String() string

type DeleteWebLinkTemplateRequest

type DeleteWebLinkTemplateRequest struct {
	WebLinkTemplateId string `protobuf:"bytes,1,opt,name=web_link_template_id,json=webLinkTemplateId,proto3" json:"web_link_template_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteWebLinkTemplateRequest) Descriptor deprecated

func (*DeleteWebLinkTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteWebLinkTemplateRequest.ProtoReflect.Descriptor instead.

func (*DeleteWebLinkTemplateRequest) GetWebLinkTemplateId

func (x *DeleteWebLinkTemplateRequest) GetWebLinkTemplateId() string

func (*DeleteWebLinkTemplateRequest) ProtoMessage

func (*DeleteWebLinkTemplateRequest) ProtoMessage()

func (*DeleteWebLinkTemplateRequest) ProtoReflect

func (*DeleteWebLinkTemplateRequest) Reset

func (x *DeleteWebLinkTemplateRequest) Reset()

func (*DeleteWebLinkTemplateRequest) String

type DeleteWebLinkTemplateResponse

type DeleteWebLinkTemplateResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteWebLinkTemplateResponse) Descriptor deprecated

func (*DeleteWebLinkTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteWebLinkTemplateResponse.ProtoReflect.Descriptor instead.

func (*DeleteWebLinkTemplateResponse) ProtoMessage

func (*DeleteWebLinkTemplateResponse) ProtoMessage()

func (*DeleteWebLinkTemplateResponse) ProtoReflect

func (*DeleteWebLinkTemplateResponse) Reset

func (x *DeleteWebLinkTemplateResponse) Reset()

func (*DeleteWebLinkTemplateResponse) String

type DialOrder

type DialOrder struct {

	// Types that are assignable to Type:
	//
	//	*DialOrder_StandardOrder
	//	*DialOrder_CustomOrder
	Type isDialOrder_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

Dial Order holds either a type enum, or one or more Contact Field Description fields for custom order.

func (*DialOrder) Descriptor deprecated

func (*DialOrder) Descriptor() ([]byte, []int)

Deprecated: Use DialOrder.ProtoReflect.Descriptor instead.

func (*DialOrder) GetCustomOrder

func (x *DialOrder) GetCustomOrder() *CustomDialOrder

func (*DialOrder) GetStandardOrder

func (x *DialOrder) GetStandardOrder() commons.DialOrderType

func (*DialOrder) GetType

func (m *DialOrder) GetType() isDialOrder_Type

func (*DialOrder) ProtoMessage

func (*DialOrder) ProtoMessage()

func (*DialOrder) ProtoReflect

func (x *DialOrder) ProtoReflect() protoreflect.Message

func (*DialOrder) Reset

func (x *DialOrder) Reset()

func (*DialOrder) String

func (x *DialOrder) String() string

type DialOrderField

type DialOrderField struct {
	CfdSid    int64  `protobuf:"varint,1,opt,name=cfd_sid,json=cfdSid,proto3" json:"cfd_sid,omitempty"`         // contact field description sid
	FieldName string `protobuf:"bytes,2,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` // The field name, for display
	// contains filtered or unexported fields
}

Dial Order Field holds the ID for saving into preferences and the name for display.

func (*DialOrderField) Descriptor deprecated

func (*DialOrderField) Descriptor() ([]byte, []int)

Deprecated: Use DialOrderField.ProtoReflect.Descriptor instead.

func (*DialOrderField) GetCfdSid

func (x *DialOrderField) GetCfdSid() int64

func (*DialOrderField) GetFieldName

func (x *DialOrderField) GetFieldName() string

func (*DialOrderField) ProtoMessage

func (*DialOrderField) ProtoMessage()

func (*DialOrderField) ProtoReflect

func (x *DialOrderField) ProtoReflect() protoreflect.Message

func (*DialOrderField) Reset

func (x *DialOrderField) Reset()

func (*DialOrderField) String

func (x *DialOrderField) String() string

type DialOrder_CustomOrder

type DialOrder_CustomOrder struct {
	CustomOrder *CustomDialOrder `protobuf:"bytes,2,opt,name=custom_order,json=customOrder,proto3,oneof"` // Defines a "Custom Order" using one or more Contact Field Descriptions.
}

type DialOrder_StandardOrder

type DialOrder_StandardOrder struct {
	StandardOrder commons.DialOrderType `protobuf:"varint,1,opt,name=standard_order,json=standardOrder,proto3,enum=api.commons.DialOrderType,oneof"` // FIRST_NUMBER_ONLY, NATURAL_ORDER.  (CUSTOM_DIAL_ORDER should not be set here but indicated by setting a CustomDialOrder below).
}

type DialedNumberFieldStyle

type DialedNumberFieldStyle struct {
	TextColor       *Color `protobuf:"bytes,1,opt,name=text_color,json=textColor,proto3" json:"text_color,omitempty"`
	BackgroundColor *Color `protobuf:"bytes,2,opt,name=background_color,json=backgroundColor,proto3" json:"background_color,omitempty"`
	// contains filtered or unexported fields
}

func (*DialedNumberFieldStyle) Descriptor deprecated

func (*DialedNumberFieldStyle) Descriptor() ([]byte, []int)

Deprecated: Use DialedNumberFieldStyle.ProtoReflect.Descriptor instead.

func (*DialedNumberFieldStyle) GetBackgroundColor

func (x *DialedNumberFieldStyle) GetBackgroundColor() *Color

func (*DialedNumberFieldStyle) GetTextColor

func (x *DialedNumberFieldStyle) GetTextColor() *Color

func (*DialedNumberFieldStyle) ProtoMessage

func (*DialedNumberFieldStyle) ProtoMessage()

func (*DialedNumberFieldStyle) ProtoReflect

func (x *DialedNumberFieldStyle) ProtoReflect() protoreflect.Message

func (*DialedNumberFieldStyle) Reset

func (x *DialedNumberFieldStyle) Reset()

func (*DialedNumberFieldStyle) String

func (x *DialedNumberFieldStyle) String() string

type EditAgentQuickViewPreferencesRequest

type EditAgentQuickViewPreferencesRequest struct {
	AgentStatusDisplayTemplate *AgentStatusDisplayTemplate `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

Edit AGENT QUICK VIEW PREFERENCES

func (*EditAgentQuickViewPreferencesRequest) Descriptor deprecated

func (*EditAgentQuickViewPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use EditAgentQuickViewPreferencesRequest.ProtoReflect.Descriptor instead.

func (*EditAgentQuickViewPreferencesRequest) GetAgentStatusDisplayTemplate

func (x *EditAgentQuickViewPreferencesRequest) GetAgentStatusDisplayTemplate() *AgentStatusDisplayTemplate

func (*EditAgentQuickViewPreferencesRequest) ProtoMessage

func (*EditAgentQuickViewPreferencesRequest) ProtoMessage()

func (*EditAgentQuickViewPreferencesRequest) ProtoReflect

func (*EditAgentQuickViewPreferencesRequest) Reset

func (*EditAgentQuickViewPreferencesRequest) String

type EditAgentQuickViewPreferencesResponse

type EditAgentQuickViewPreferencesResponse struct {
	// contains filtered or unexported fields
}

func (*EditAgentQuickViewPreferencesResponse) Descriptor deprecated

func (*EditAgentQuickViewPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use EditAgentQuickViewPreferencesResponse.ProtoReflect.Descriptor instead.

func (*EditAgentQuickViewPreferencesResponse) ProtoMessage

func (*EditAgentQuickViewPreferencesResponse) ProtoMessage()

func (*EditAgentQuickViewPreferencesResponse) ProtoReflect

func (*EditAgentQuickViewPreferencesResponse) Reset

func (*EditAgentQuickViewPreferencesResponse) String

type EditBackofficeThemePreferenceRequest

type EditBackofficeThemePreferenceRequest struct {
	OrgId           string             `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	BackofficeTheme commons.ClientSkin `` // Backoffice theme enum
	/* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request for EditBackofficeThemePreference

func (*EditBackofficeThemePreferenceRequest) Descriptor deprecated

func (*EditBackofficeThemePreferenceRequest) Descriptor() ([]byte, []int)

Deprecated: Use EditBackofficeThemePreferenceRequest.ProtoReflect.Descriptor instead.

func (*EditBackofficeThemePreferenceRequest) GetBackofficeTheme

func (*EditBackofficeThemePreferenceRequest) GetOrgId

func (*EditBackofficeThemePreferenceRequest) ProtoMessage

func (*EditBackofficeThemePreferenceRequest) ProtoMessage()

func (*EditBackofficeThemePreferenceRequest) ProtoReflect

func (*EditBackofficeThemePreferenceRequest) Reset

func (*EditBackofficeThemePreferenceRequest) String

type EditBackofficeThemePreferenceResponse

type EditBackofficeThemePreferenceResponse struct {
	// contains filtered or unexported fields
}

Response for EditBackofficeThemePreference

func (*EditBackofficeThemePreferenceResponse) Descriptor deprecated

func (*EditBackofficeThemePreferenceResponse) Descriptor() ([]byte, []int)

Deprecated: Use EditBackofficeThemePreferenceResponse.ProtoReflect.Descriptor instead.

func (*EditBackofficeThemePreferenceResponse) ProtoMessage

func (*EditBackofficeThemePreferenceResponse) ProtoMessage()

func (*EditBackofficeThemePreferenceResponse) ProtoReflect

func (*EditBackofficeThemePreferenceResponse) Reset

func (*EditBackofficeThemePreferenceResponse) String

type EmailSmsPreferences

type EmailSmsPreferences struct {
	UseCustomLinks        bool `protobuf:"varint,10,opt,name=use_custom_links,json=useCustomLinks,proto3" json:"use_custom_links,omitempty"` // Default Queue/Hold table view.  'false' for icon view, 'true' for table view.
	ClientAcknowledgement bool ``                                                                                                            // Default Queue/Hold table grouping. 'false' for no grouping, 'true' for group by queue type.
	/* 126-byte string literal not displayed */
	EmailFromAddresses []string `protobuf:"bytes,12,rep,name=email_from_addresses,json=emailFromAddresses,proto3" json:"email_from_addresses,omitempty"` // Choices of emails returned from sending a broadcast
	// contains filtered or unexported fields
}

Wrapper EmailSmsPreferences object for get response and update request

func (*EmailSmsPreferences) Descriptor deprecated

func (*EmailSmsPreferences) Descriptor() ([]byte, []int)

Deprecated: Use EmailSmsPreferences.ProtoReflect.Descriptor instead.

func (*EmailSmsPreferences) GetClientAcknowledgement

func (x *EmailSmsPreferences) GetClientAcknowledgement() bool

func (*EmailSmsPreferences) GetEmailFromAddresses

func (x *EmailSmsPreferences) GetEmailFromAddresses() []string
func (x *EmailSmsPreferences) GetUseCustomLinks() bool

func (*EmailSmsPreferences) ProtoMessage

func (*EmailSmsPreferences) ProtoMessage()

func (*EmailSmsPreferences) ProtoReflect

func (x *EmailSmsPreferences) ProtoReflect() protoreflect.Message

func (*EmailSmsPreferences) Reset

func (x *EmailSmsPreferences) Reset()

func (*EmailSmsPreferences) String

func (x *EmailSmsPreferences) String() string

type EndOfDayPreferences

type EndOfDayPreferences struct {
	EodMonday    int32 `protobuf:"varint,10,opt,name=eod_monday,json=eodMonday,proto3" json:"eod_monday,omitempty"`          // End of day hour for reporting and manual dial scheduling: Monday
	EodTuesday   int32 `protobuf:"varint,11,opt,name=eod_tuesday,json=eodTuesday,proto3" json:"eod_tuesday,omitempty"`       // End of day hour for reporting and manual dial scheduling: Tuesday
	EodWednesday int32 `protobuf:"varint,12,opt,name=eod_wednesday,json=eodWednesday,proto3" json:"eod_wednesday,omitempty"` // End of day hour for reporting and manual dial scheduling: Wednesday
	EodThursday  int32 `protobuf:"varint,13,opt,name=eod_thursday,json=eodThursday,proto3" json:"eod_thursday,omitempty"`    // End of day hour for reporting and manual dial scheduling: Thursday
	EodFriday    int32 `protobuf:"varint,14,opt,name=eod_friday,json=eodFriday,proto3" json:"eod_friday,omitempty"`          // End of day hour for reporting and manual dial scheduling: Friday
	EodSaturday  int32 `protobuf:"varint,15,opt,name=eod_saturday,json=eodSaturday,proto3" json:"eod_saturday,omitempty"`    // End of day hour for reporting and manual dial scheduling: Saturday
	EodSunday    int32 `protobuf:"varint,16,opt,name=eod_sunday,json=eodSunday,proto3" json:"eod_sunday,omitempty"`          // End of day hour for reporting and manual dial scheduling: Sunday
	// contains filtered or unexported fields
}

Wrapper EndOfDayPreferences object for get response and update request

func (*EndOfDayPreferences) Descriptor deprecated

func (*EndOfDayPreferences) Descriptor() ([]byte, []int)

Deprecated: Use EndOfDayPreferences.ProtoReflect.Descriptor instead.

func (*EndOfDayPreferences) GetEodFriday

func (x *EndOfDayPreferences) GetEodFriday() int32

func (*EndOfDayPreferences) GetEodMonday

func (x *EndOfDayPreferences) GetEodMonday() int32

func (*EndOfDayPreferences) GetEodSaturday

func (x *EndOfDayPreferences) GetEodSaturday() int32

func (*EndOfDayPreferences) GetEodSunday

func (x *EndOfDayPreferences) GetEodSunday() int32

func (*EndOfDayPreferences) GetEodThursday

func (x *EndOfDayPreferences) GetEodThursday() int32

func (*EndOfDayPreferences) GetEodTuesday

func (x *EndOfDayPreferences) GetEodTuesday() int32

func (*EndOfDayPreferences) GetEodWednesday

func (x *EndOfDayPreferences) GetEodWednesday() int32

func (*EndOfDayPreferences) ProtoMessage

func (*EndOfDayPreferences) ProtoMessage()

func (*EndOfDayPreferences) ProtoReflect

func (x *EndOfDayPreferences) ProtoReflect() protoreflect.Message

func (*EndOfDayPreferences) Reset

func (x *EndOfDayPreferences) Reset()

func (*EndOfDayPreferences) String

func (x *EndOfDayPreferences) String() string

type FileNameSegment

type FileNameSegment struct {
	SegmentType   string `protobuf:"bytes,1,opt,name=segment_type,json=segmentType,proto3" json:"segment_type,omitempty"`       // Segment type
	FormatPattern string `protobuf:"bytes,2,opt,name=format_pattern,json=formatPattern,proto3" json:"format_pattern,omitempty"` // Format pattern (if applicable)
	TimeZoneId    string `protobuf:"bytes,3,opt,name=time_zone_id,json=timeZoneId,proto3" json:"time_zone_id,omitempty"`        // Time Zone Id (e.g. America/Denver, if applicable)
	// contains filtered or unexported fields
}

File name segment

func (*FileNameSegment) Descriptor deprecated

func (*FileNameSegment) Descriptor() ([]byte, []int)

Deprecated: Use FileNameSegment.ProtoReflect.Descriptor instead.

func (*FileNameSegment) GetFormatPattern

func (x *FileNameSegment) GetFormatPattern() string

func (*FileNameSegment) GetSegmentType

func (x *FileNameSegment) GetSegmentType() string

func (*FileNameSegment) GetTimeZoneId

func (x *FileNameSegment) GetTimeZoneId() string

func (*FileNameSegment) ProtoMessage

func (*FileNameSegment) ProtoMessage()

func (*FileNameSegment) ProtoReflect

func (x *FileNameSegment) ProtoReflect() protoreflect.Message

func (*FileNameSegment) Reset

func (x *FileNameSegment) Reset()

func (*FileNameSegment) String

func (x *FileNameSegment) String() string

type FileNamingConvention

type FileNamingConvention struct {
	Segments []*FileNameSegment `protobuf:"bytes,2,rep,name=segments,proto3" json:"segments,omitempty"` // Convention segments
	// contains filtered or unexported fields
}

File name convention properties

func (*FileNamingConvention) Descriptor deprecated

func (*FileNamingConvention) Descriptor() ([]byte, []int)

Deprecated: Use FileNamingConvention.ProtoReflect.Descriptor instead.

func (*FileNamingConvention) GetSegments

func (x *FileNamingConvention) GetSegments() []*FileNameSegment

func (*FileNamingConvention) ProtoMessage

func (*FileNamingConvention) ProtoMessage()

func (*FileNamingConvention) ProtoReflect

func (x *FileNamingConvention) ProtoReflect() protoreflect.Message

func (*FileNamingConvention) Reset

func (x *FileNamingConvention) Reset()

func (*FileNamingConvention) String

func (x *FileNamingConvention) String() string

type FilterPreferences

type FilterPreferences struct {
	DefaultAutoReportFilter *ReportFilter `` // Automated reports default filtering type (null for no entry)
	/* 135-byte string literal not displayed */
	SendEmptyAutoReports bool `` // Send empty automated reports
	/* 127-byte string literal not displayed */
	DisplayBroadcastResendFilter bool `` // Display broadcast resend filtering option
	/* 151-byte string literal not displayed */
	DefaultBroadcastResendFilter *ReportFilter `` // Broadcast resend report filter
	/* 150-byte string literal not displayed */
	CustomReportFilters []*CustomReportFilter `protobuf:"bytes,14,rep,name=custom_report_filters,json=customReportFilters,proto3" json:"custom_report_filters,omitempty"` // List of custom report filters
	// contains filtered or unexported fields
}

Wrapper FilterPreferences object for get response and update request

func (*FilterPreferences) Descriptor deprecated

func (*FilterPreferences) Descriptor() ([]byte, []int)

Deprecated: Use FilterPreferences.ProtoReflect.Descriptor instead.

func (*FilterPreferences) GetCustomReportFilters

func (x *FilterPreferences) GetCustomReportFilters() []*CustomReportFilter

func (*FilterPreferences) GetDefaultAutoReportFilter

func (x *FilterPreferences) GetDefaultAutoReportFilter() *ReportFilter

func (*FilterPreferences) GetDefaultBroadcastResendFilter

func (x *FilterPreferences) GetDefaultBroadcastResendFilter() *ReportFilter

func (*FilterPreferences) GetDisplayBroadcastResendFilter

func (x *FilterPreferences) GetDisplayBroadcastResendFilter() bool

func (*FilterPreferences) GetSendEmptyAutoReports

func (x *FilterPreferences) GetSendEmptyAutoReports() bool

func (*FilterPreferences) ProtoMessage

func (*FilterPreferences) ProtoMessage()

func (*FilterPreferences) ProtoReflect

func (x *FilterPreferences) ProtoReflect() protoreflect.Message

func (*FilterPreferences) Reset

func (x *FilterPreferences) Reset()

func (*FilterPreferences) String

func (x *FilterPreferences) String() string

type GenericStatisticFormatRule

type GenericStatisticFormatRule struct {

	// Statistic id.
	StatisticId string `protobuf:"bytes,1,opt,name=statistic_id,json=statisticId,proto3" json:"statistic_id,omitempty"`
	// Database field name.
	DatabaseFieldName string `protobuf:"bytes,2,opt,name=database_field_name,json=databaseFieldName,proto3" json:"database_field_name,omitempty"`
	// Header field text.
	HeaderText string `protobuf:"bytes,3,opt,name=header_text,json=headerText,proto3" json:"header_text,omitempty"`
	// Header tool-tip text.
	HeaderTooltipText string `protobuf:"bytes,4,opt,name=header_tooltip_text,json=headerTooltipText,proto3" json:"header_tooltip_text,omitempty"`
	// Date format string.
	SimpleDateFormatString string `` /* 131-byte string literal not displayed */
	// Timezone id.
	TimezoneIdString string `protobuf:"bytes,6,opt,name=timezone_id_string,json=timezoneIdString,proto3" json:"timezone_id_string,omitempty"`
	// Time Zone Enum
	TimeZoneEnum commons.TimeZone `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Generic statistics format rule properties.

func (*GenericStatisticFormatRule) Descriptor deprecated

func (*GenericStatisticFormatRule) Descriptor() ([]byte, []int)

Deprecated: Use GenericStatisticFormatRule.ProtoReflect.Descriptor instead.

func (*GenericStatisticFormatRule) GetDatabaseFieldName

func (x *GenericStatisticFormatRule) GetDatabaseFieldName() string

func (*GenericStatisticFormatRule) GetHeaderText

func (x *GenericStatisticFormatRule) GetHeaderText() string

func (*GenericStatisticFormatRule) GetHeaderTooltipText

func (x *GenericStatisticFormatRule) GetHeaderTooltipText() string

func (*GenericStatisticFormatRule) GetSimpleDateFormatString

func (x *GenericStatisticFormatRule) GetSimpleDateFormatString() string

func (*GenericStatisticFormatRule) GetStatisticId

func (x *GenericStatisticFormatRule) GetStatisticId() string

func (*GenericStatisticFormatRule) GetTimeZoneEnum

func (x *GenericStatisticFormatRule) GetTimeZoneEnum() commons.TimeZone

func (*GenericStatisticFormatRule) GetTimezoneIdString

func (x *GenericStatisticFormatRule) GetTimezoneIdString() string

func (*GenericStatisticFormatRule) ProtoMessage

func (*GenericStatisticFormatRule) ProtoMessage()

func (*GenericStatisticFormatRule) ProtoReflect

func (*GenericStatisticFormatRule) Reset

func (x *GenericStatisticFormatRule) Reset()

func (*GenericStatisticFormatRule) String

func (x *GenericStatisticFormatRule) String() string

type GetAdminClientPreferencesRequest

type GetAdminClientPreferencesRequest struct {
	OrgId     string                 `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`              // OrgId
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for get request
	// contains filtered or unexported fields
}

Request for GetAdminClientPreferences

func (*GetAdminClientPreferencesRequest) Descriptor deprecated

func (*GetAdminClientPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAdminClientPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetAdminClientPreferencesRequest) GetFieldMask

func (*GetAdminClientPreferencesRequest) GetOrgId

func (*GetAdminClientPreferencesRequest) ProtoMessage

func (*GetAdminClientPreferencesRequest) ProtoMessage()

func (*GetAdminClientPreferencesRequest) ProtoReflect

func (*GetAdminClientPreferencesRequest) Reset

func (*GetAdminClientPreferencesRequest) String

type GetAdminClientPreferencesResponse

type GetAdminClientPreferencesResponse struct {
	AdminClientPreferences *AdminClientPreferences `` // Filter preferences object
	/* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response for GetAdminClientPreferences

func (*GetAdminClientPreferencesResponse) Descriptor deprecated

func (*GetAdminClientPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAdminClientPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetAdminClientPreferencesResponse) GetAdminClientPreferences

func (x *GetAdminClientPreferencesResponse) GetAdminClientPreferences() *AdminClientPreferences

func (*GetAdminClientPreferencesResponse) ProtoMessage

func (*GetAdminClientPreferencesResponse) ProtoMessage()

func (*GetAdminClientPreferencesResponse) ProtoReflect

func (*GetAdminClientPreferencesResponse) Reset

func (*GetAdminClientPreferencesResponse) String

type GetAgentPreferencesRequest

type GetAgentPreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for get request
	// contains filtered or unexported fields
}

Request for GetAgentPreferences

func (*GetAgentPreferencesRequest) Descriptor deprecated

func (*GetAgentPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAgentPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetAgentPreferencesRequest) GetFieldMask

func (*GetAgentPreferencesRequest) ProtoMessage

func (*GetAgentPreferencesRequest) ProtoMessage()

func (*GetAgentPreferencesRequest) ProtoReflect

func (*GetAgentPreferencesRequest) Reset

func (x *GetAgentPreferencesRequest) Reset()

func (*GetAgentPreferencesRequest) String

func (x *GetAgentPreferencesRequest) String() string

type GetAgentPreferencesResponse

type GetAgentPreferencesResponse struct {
	AgentPreferences *AgentPreferences `protobuf:"bytes,10,opt,name=agent_preferences,json=agentPreferences,proto3" json:"agent_preferences,omitempty"` // Agent preferences object
	// contains filtered or unexported fields
}

Response for GetAgentPreferences

func (*GetAgentPreferencesResponse) Descriptor deprecated

func (*GetAgentPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAgentPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetAgentPreferencesResponse) GetAgentPreferences

func (x *GetAgentPreferencesResponse) GetAgentPreferences() *AgentPreferences

func (*GetAgentPreferencesResponse) ProtoMessage

func (*GetAgentPreferencesResponse) ProtoMessage()

func (*GetAgentPreferencesResponse) ProtoReflect

func (*GetAgentPreferencesResponse) Reset

func (x *GetAgentPreferencesResponse) Reset()

func (*GetAgentPreferencesResponse) String

func (x *GetAgentPreferencesResponse) String() string

type GetAgentProfileGroupRequest

type GetAgentProfileGroupRequest struct {
	AgentProfileGroupId string `protobuf:"bytes,2,opt,name=agent_profile_group_id,json=agentProfileGroupId,proto3" json:"agent_profile_group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAgentProfileGroupRequest) Descriptor deprecated

func (*GetAgentProfileGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAgentProfileGroupRequest.ProtoReflect.Descriptor instead.

func (*GetAgentProfileGroupRequest) GetAgentProfileGroupId

func (x *GetAgentProfileGroupRequest) GetAgentProfileGroupId() string

func (*GetAgentProfileGroupRequest) ProtoMessage

func (*GetAgentProfileGroupRequest) ProtoMessage()

func (*GetAgentProfileGroupRequest) ProtoReflect

func (*GetAgentProfileGroupRequest) Reset

func (x *GetAgentProfileGroupRequest) Reset()

func (*GetAgentProfileGroupRequest) String

func (x *GetAgentProfileGroupRequest) String() string

type GetAgentProfileGroupResponse

type GetAgentProfileGroupResponse struct {
	AgentProfileGroup *org.AgentProfileGroup `protobuf:"bytes,1,opt,name=agent_profile_group,json=agentProfileGroup,proto3" json:"agent_profile_group,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAgentProfileGroupResponse) Descriptor deprecated

func (*GetAgentProfileGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAgentProfileGroupResponse.ProtoReflect.Descriptor instead.

func (*GetAgentProfileGroupResponse) GetAgentProfileGroup

func (x *GetAgentProfileGroupResponse) GetAgentProfileGroup() *org.AgentProfileGroup

func (*GetAgentProfileGroupResponse) ProtoMessage

func (*GetAgentProfileGroupResponse) ProtoMessage()

func (*GetAgentProfileGroupResponse) ProtoReflect

func (*GetAgentProfileGroupResponse) Reset

func (x *GetAgentProfileGroupResponse) Reset()

func (*GetAgentProfileGroupResponse) String

type GetAgentQuickViewPreferencesRequest

type GetAgentQuickViewPreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

GET AGENT QUICK VIEW PREFERENCES

func (*GetAgentQuickViewPreferencesRequest) Descriptor deprecated

func (*GetAgentQuickViewPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAgentQuickViewPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetAgentQuickViewPreferencesRequest) GetFieldMask

func (*GetAgentQuickViewPreferencesRequest) ProtoMessage

func (*GetAgentQuickViewPreferencesRequest) ProtoMessage()

func (*GetAgentQuickViewPreferencesRequest) ProtoReflect

func (*GetAgentQuickViewPreferencesRequest) Reset

func (*GetAgentQuickViewPreferencesRequest) String

type GetAgentQuickViewPreferencesResponse

type GetAgentQuickViewPreferencesResponse struct {
	AgentStatusDisplayTemplate *AgentStatusDisplayTemplate `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetAgentQuickViewPreferencesResponse) Descriptor deprecated

func (*GetAgentQuickViewPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAgentQuickViewPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetAgentQuickViewPreferencesResponse) GetAgentStatusDisplayTemplate

func (x *GetAgentQuickViewPreferencesResponse) GetAgentStatusDisplayTemplate() *AgentStatusDisplayTemplate

func (*GetAgentQuickViewPreferencesResponse) ProtoMessage

func (*GetAgentQuickViewPreferencesResponse) ProtoMessage()

func (*GetAgentQuickViewPreferencesResponse) ProtoReflect

func (*GetAgentQuickViewPreferencesResponse) Reset

func (*GetAgentQuickViewPreferencesResponse) String

type GetAgentSettingsRequest

type GetAgentSettingsRequest struct {
	// contains filtered or unexported fields
}

Request for GetAgentSettings

func (*GetAgentSettingsRequest) Descriptor deprecated

func (*GetAgentSettingsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAgentSettingsRequest.ProtoReflect.Descriptor instead.

func (*GetAgentSettingsRequest) ProtoMessage

func (*GetAgentSettingsRequest) ProtoMessage()

func (*GetAgentSettingsRequest) ProtoReflect

func (x *GetAgentSettingsRequest) ProtoReflect() protoreflect.Message

func (*GetAgentSettingsRequest) Reset

func (x *GetAgentSettingsRequest) Reset()

func (*GetAgentSettingsRequest) String

func (x *GetAgentSettingsRequest) String() string

type GetAgentSettingsResponse

type GetAgentSettingsResponse struct {
	UserCallerId     string           `protobuf:"bytes,1,opt,name=user_caller_id,json=userCallerId,proto3" json:"user_caller_id,omitempty"`           // User caller ID
	PriorityGroups   []*PriorityGroup `protobuf:"bytes,2,rep,name=priority_groups,json=priorityGroups,proto3" json:"priority_groups,omitempty"`       // List of priority groups.
	ReservedCarriers []string         `protobuf:"bytes,3,rep,name=reserved_carriers,json=reservedCarriers,proto3" json:"reserved_carriers,omitempty"` // List of reserved carrier strings.
	// contains filtered or unexported fields
}

Response for GetAgentSettings

func (*GetAgentSettingsResponse) Descriptor deprecated

func (*GetAgentSettingsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAgentSettingsResponse.ProtoReflect.Descriptor instead.

func (*GetAgentSettingsResponse) GetPriorityGroups

func (x *GetAgentSettingsResponse) GetPriorityGroups() []*PriorityGroup

func (*GetAgentSettingsResponse) GetReservedCarriers

func (x *GetAgentSettingsResponse) GetReservedCarriers() []string

func (*GetAgentSettingsResponse) GetUserCallerId

func (x *GetAgentSettingsResponse) GetUserCallerId() string

func (*GetAgentSettingsResponse) ProtoMessage

func (*GetAgentSettingsResponse) ProtoMessage()

func (*GetAgentSettingsResponse) ProtoReflect

func (x *GetAgentSettingsResponse) ProtoReflect() protoreflect.Message

func (*GetAgentSettingsResponse) Reset

func (x *GetAgentSettingsResponse) Reset()

func (*GetAgentSettingsResponse) String

func (x *GetAgentSettingsResponse) String() string

type GetAgentTriggerTemplateRequest

type GetAgentTriggerTemplateRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAgentTriggerTemplateRequest) Descriptor deprecated

func (*GetAgentTriggerTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAgentTriggerTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetAgentTriggerTemplateRequest) GetId

func (*GetAgentTriggerTemplateRequest) ProtoMessage

func (*GetAgentTriggerTemplateRequest) ProtoMessage()

func (*GetAgentTriggerTemplateRequest) ProtoReflect

func (*GetAgentTriggerTemplateRequest) Reset

func (x *GetAgentTriggerTemplateRequest) Reset()

func (*GetAgentTriggerTemplateRequest) String

type GetAgentTriggerTemplateResponse

type GetAgentTriggerTemplateResponse struct {
	AgentTriggerTemplate *AgentTriggerTemplate `protobuf:"bytes,1,opt,name=agent_trigger_template,json=agentTriggerTemplate,proto3" json:"agent_trigger_template,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAgentTriggerTemplateResponse) Descriptor deprecated

func (*GetAgentTriggerTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAgentTriggerTemplateResponse.ProtoReflect.Descriptor instead.

func (*GetAgentTriggerTemplateResponse) GetAgentTriggerTemplate

func (x *GetAgentTriggerTemplateResponse) GetAgentTriggerTemplate() *AgentTriggerTemplate

func (*GetAgentTriggerTemplateResponse) ProtoMessage

func (*GetAgentTriggerTemplateResponse) ProtoMessage()

func (*GetAgentTriggerTemplateResponse) ProtoReflect

func (*GetAgentTriggerTemplateResponse) Reset

func (*GetAgentTriggerTemplateResponse) String

type GetAgentUsersRequest

type GetAgentUsersRequest struct {
	// contains filtered or unexported fields
}

func (*GetAgentUsersRequest) Descriptor deprecated

func (*GetAgentUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAgentUsersRequest.ProtoReflect.Descriptor instead.

func (*GetAgentUsersRequest) ProtoMessage

func (*GetAgentUsersRequest) ProtoMessage()

func (*GetAgentUsersRequest) ProtoReflect

func (x *GetAgentUsersRequest) ProtoReflect() protoreflect.Message

func (*GetAgentUsersRequest) Reset

func (x *GetAgentUsersRequest) Reset()

func (*GetAgentUsersRequest) String

func (x *GetAgentUsersRequest) String() string

type GetAgentUsersResponse

type GetAgentUsersResponse struct {
	AgentUsers []*AgentUser `protobuf:"bytes,1,rep,name=agent_users,json=agentUsers,proto3" json:"agent_users,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAgentUsersResponse) Descriptor deprecated

func (*GetAgentUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAgentUsersResponse.ProtoReflect.Descriptor instead.

func (*GetAgentUsersResponse) GetAgentUsers

func (x *GetAgentUsersResponse) GetAgentUsers() []*AgentUser

func (*GetAgentUsersResponse) ProtoMessage

func (*GetAgentUsersResponse) ProtoMessage()

func (*GetAgentUsersResponse) ProtoReflect

func (x *GetAgentUsersResponse) ProtoReflect() protoreflect.Message

func (*GetAgentUsersResponse) Reset

func (x *GetAgentUsersResponse) Reset()

func (*GetAgentUsersResponse) String

func (x *GetAgentUsersResponse) String() string

type GetAllQueueConfigSoundsReq

type GetAllQueueConfigSoundsReq struct {
	ConfigName string `protobuf:"bytes,1,opt,name=config_name,json=configName,proto3" json:"config_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllQueueConfigSoundsReq) Descriptor deprecated

func (*GetAllQueueConfigSoundsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetAllQueueConfigSoundsReq.ProtoReflect.Descriptor instead.

func (*GetAllQueueConfigSoundsReq) GetConfigName

func (x *GetAllQueueConfigSoundsReq) GetConfigName() string

func (*GetAllQueueConfigSoundsReq) ProtoMessage

func (*GetAllQueueConfigSoundsReq) ProtoMessage()

func (*GetAllQueueConfigSoundsReq) ProtoReflect

func (*GetAllQueueConfigSoundsReq) Reset

func (x *GetAllQueueConfigSoundsReq) Reset()

func (*GetAllQueueConfigSoundsReq) String

func (x *GetAllQueueConfigSoundsReq) String() string

type GetAllQueueConfigSoundsRes

type GetAllQueueConfigSoundsRes struct {
	Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllQueueConfigSoundsRes) Descriptor deprecated

func (*GetAllQueueConfigSoundsRes) Descriptor() ([]byte, []int)

Deprecated: Use GetAllQueueConfigSoundsRes.ProtoReflect.Descriptor instead.

func (*GetAllQueueConfigSoundsRes) GetUrl

func (x *GetAllQueueConfigSoundsRes) GetUrl() string

func (*GetAllQueueConfigSoundsRes) ProtoMessage

func (*GetAllQueueConfigSoundsRes) ProtoMessage()

func (*GetAllQueueConfigSoundsRes) ProtoReflect

func (*GetAllQueueConfigSoundsRes) Reset

func (x *GetAllQueueConfigSoundsRes) Reset()

func (*GetAllQueueConfigSoundsRes) String

func (x *GetAllQueueConfigSoundsRes) String() string

type GetAuthConnectionSettingsRequest

type GetAuthConnectionSettingsRequest struct {
	// contains filtered or unexported fields
}

Request message for the GetAuthConnectionSettings rpc.

func (*GetAuthConnectionSettingsRequest) Descriptor deprecated

func (*GetAuthConnectionSettingsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAuthConnectionSettingsRequest.ProtoReflect.Descriptor instead.

func (*GetAuthConnectionSettingsRequest) ProtoMessage

func (*GetAuthConnectionSettingsRequest) ProtoMessage()

func (*GetAuthConnectionSettingsRequest) ProtoReflect

func (*GetAuthConnectionSettingsRequest) Reset

func (*GetAuthConnectionSettingsRequest) String

type GetAuthConnectionSettingsResponse

type GetAuthConnectionSettingsResponse struct {
	Settings *AuthConnectionSettings `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

Response message for the GetConnectionSettings rpc.

func (*GetAuthConnectionSettingsResponse) Descriptor deprecated

func (*GetAuthConnectionSettingsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAuthConnectionSettingsResponse.ProtoReflect.Descriptor instead.

func (*GetAuthConnectionSettingsResponse) GetSettings

func (*GetAuthConnectionSettingsResponse) ProtoMessage

func (*GetAuthConnectionSettingsResponse) ProtoMessage()

func (*GetAuthConnectionSettingsResponse) ProtoReflect

func (*GetAuthConnectionSettingsResponse) Reset

func (*GetAuthConnectionSettingsResponse) String

type GetAuthenticationPreferencesRequest

type GetAuthenticationPreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for get request
	// contains filtered or unexported fields
}

Request for GetAuthenticationPreferences

func (*GetAuthenticationPreferencesRequest) Descriptor deprecated

func (*GetAuthenticationPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAuthenticationPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetAuthenticationPreferencesRequest) GetFieldMask

func (*GetAuthenticationPreferencesRequest) ProtoMessage

func (*GetAuthenticationPreferencesRequest) ProtoMessage()

func (*GetAuthenticationPreferencesRequest) ProtoReflect

func (*GetAuthenticationPreferencesRequest) Reset

func (*GetAuthenticationPreferencesRequest) String

type GetAuthenticationPreferencesResponse

type GetAuthenticationPreferencesResponse struct {
	AuthenticationPreferences *AuthenticationPreferences `` // Authentication preferences object
	/* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response for GetAuthenticationPreferences

func (*GetAuthenticationPreferencesResponse) Descriptor deprecated

func (*GetAuthenticationPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAuthenticationPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetAuthenticationPreferencesResponse) GetAuthenticationPreferences

func (x *GetAuthenticationPreferencesResponse) GetAuthenticationPreferences() *AuthenticationPreferences

func (*GetAuthenticationPreferencesResponse) ProtoMessage

func (*GetAuthenticationPreferencesResponse) ProtoMessage()

func (*GetAuthenticationPreferencesResponse) ProtoReflect

func (*GetAuthenticationPreferencesResponse) Reset

func (*GetAuthenticationPreferencesResponse) String

type GetBackofficeThemePreferenceRequest

type GetBackofficeThemePreferenceRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

Request for GetBackofficeThemePreference

func (*GetBackofficeThemePreferenceRequest) Descriptor deprecated

func (*GetBackofficeThemePreferenceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBackofficeThemePreferenceRequest.ProtoReflect.Descriptor instead.

func (*GetBackofficeThemePreferenceRequest) GetOrgId

func (*GetBackofficeThemePreferenceRequest) ProtoMessage

func (*GetBackofficeThemePreferenceRequest) ProtoMessage()

func (*GetBackofficeThemePreferenceRequest) ProtoReflect

func (*GetBackofficeThemePreferenceRequest) Reset

func (*GetBackofficeThemePreferenceRequest) String

type GetBackofficeThemePreferenceResponse

type GetBackofficeThemePreferenceResponse struct {
	BackofficeTheme commons.ClientSkin `` // Backoffice theme enum
	/* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response for GetBackofficeThemePreference

func (*GetBackofficeThemePreferenceResponse) Descriptor deprecated

func (*GetBackofficeThemePreferenceResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetBackofficeThemePreferenceResponse.ProtoReflect.Descriptor instead.

func (*GetBackofficeThemePreferenceResponse) GetBackofficeTheme

func (*GetBackofficeThemePreferenceResponse) ProtoMessage

func (*GetBackofficeThemePreferenceResponse) ProtoMessage()

func (*GetBackofficeThemePreferenceResponse) ProtoReflect

func (*GetBackofficeThemePreferenceResponse) Reset

func (*GetBackofficeThemePreferenceResponse) String

type GetBroadcastPreferencesRequest

type GetBroadcastPreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for get request
	// contains filtered or unexported fields
}

Request for GetBroadcastPreferences

func (*GetBroadcastPreferencesRequest) Descriptor deprecated

func (*GetBroadcastPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBroadcastPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetBroadcastPreferencesRequest) GetFieldMask

func (*GetBroadcastPreferencesRequest) ProtoMessage

func (*GetBroadcastPreferencesRequest) ProtoMessage()

func (*GetBroadcastPreferencesRequest) ProtoReflect

func (*GetBroadcastPreferencesRequest) Reset

func (x *GetBroadcastPreferencesRequest) Reset()

func (*GetBroadcastPreferencesRequest) String

type GetBroadcastPreferencesResponse

type GetBroadcastPreferencesResponse struct {
	BroadcastPreferences *BroadcastPreferences `protobuf:"bytes,10,opt,name=broadcast_preferences,json=broadcastPreferences,proto3" json:"broadcast_preferences,omitempty"` // Broadcast preferences object
	// contains filtered or unexported fields
}

Response for GetBroadcastPreferences

func (*GetBroadcastPreferencesResponse) Descriptor deprecated

func (*GetBroadcastPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetBroadcastPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetBroadcastPreferencesResponse) GetBroadcastPreferences

func (x *GetBroadcastPreferencesResponse) GetBroadcastPreferences() *BroadcastPreferences

func (*GetBroadcastPreferencesResponse) ProtoMessage

func (*GetBroadcastPreferencesResponse) ProtoMessage()

func (*GetBroadcastPreferencesResponse) ProtoReflect

func (*GetBroadcastPreferencesResponse) Reset

func (*GetBroadcastPreferencesResponse) String

type GetBusinessPreferencesRequest

type GetBusinessPreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for get request
	// contains filtered or unexported fields
}

Request for GetBusinessPreferences

func (*GetBusinessPreferencesRequest) Descriptor deprecated

func (*GetBusinessPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBusinessPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetBusinessPreferencesRequest) GetFieldMask

func (*GetBusinessPreferencesRequest) ProtoMessage

func (*GetBusinessPreferencesRequest) ProtoMessage()

func (*GetBusinessPreferencesRequest) ProtoReflect

func (*GetBusinessPreferencesRequest) Reset

func (x *GetBusinessPreferencesRequest) Reset()

func (*GetBusinessPreferencesRequest) String

type GetBusinessPreferencesResponse

type GetBusinessPreferencesResponse struct {
	BusinessPreferences *BusinessPreferences `protobuf:"bytes,1,opt,name=business_preferences,json=businessPreferences,proto3" json:"business_preferences,omitempty"` // Business preferences object
	// contains filtered or unexported fields
}

Response for GetBusinessPreferences

func (*GetBusinessPreferencesResponse) Descriptor deprecated

func (*GetBusinessPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetBusinessPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetBusinessPreferencesResponse) GetBusinessPreferences

func (x *GetBusinessPreferencesResponse) GetBusinessPreferences() *BusinessPreferences

func (*GetBusinessPreferencesResponse) ProtoMessage

func (*GetBusinessPreferencesResponse) ProtoMessage()

func (*GetBusinessPreferencesResponse) ProtoReflect

func (*GetBusinessPreferencesResponse) Reset

func (x *GetBusinessPreferencesResponse) Reset()

func (*GetBusinessPreferencesResponse) String

type GetClientInfoDisplayTemplateRequest

type GetClientInfoDisplayTemplateRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetClientInfoDisplayTemplateRequest) Descriptor deprecated

func (*GetClientInfoDisplayTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetClientInfoDisplayTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetClientInfoDisplayTemplateRequest) GetId

func (*GetClientInfoDisplayTemplateRequest) ProtoMessage

func (*GetClientInfoDisplayTemplateRequest) ProtoMessage()

func (*GetClientInfoDisplayTemplateRequest) ProtoReflect

func (*GetClientInfoDisplayTemplateRequest) Reset

func (*GetClientInfoDisplayTemplateRequest) String

type GetClientInfoDisplayTemplateResponse

type GetClientInfoDisplayTemplateResponse struct {
	ClientInfoDisplayTemplate *ClientInfoDisplayTemplate `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetClientInfoDisplayTemplateResponse) Descriptor deprecated

func (*GetClientInfoDisplayTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetClientInfoDisplayTemplateResponse.ProtoReflect.Descriptor instead.

func (*GetClientInfoDisplayTemplateResponse) GetClientInfoDisplayTemplate

func (x *GetClientInfoDisplayTemplateResponse) GetClientInfoDisplayTemplate() *ClientInfoDisplayTemplate

func (*GetClientInfoDisplayTemplateResponse) ProtoMessage

func (*GetClientInfoDisplayTemplateResponse) ProtoMessage()

func (*GetClientInfoDisplayTemplateResponse) ProtoReflect

func (*GetClientInfoDisplayTemplateResponse) Reset

func (*GetClientInfoDisplayTemplateResponse) String

type GetCompliancePreferencesRequest

type GetCompliancePreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for get request
	// contains filtered or unexported fields
}

Request for GetCompliancePreferences

func (*GetCompliancePreferencesRequest) Descriptor deprecated

func (*GetCompliancePreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCompliancePreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetCompliancePreferencesRequest) GetFieldMask

func (*GetCompliancePreferencesRequest) ProtoMessage

func (*GetCompliancePreferencesRequest) ProtoMessage()

func (*GetCompliancePreferencesRequest) ProtoReflect

func (*GetCompliancePreferencesRequest) Reset

func (*GetCompliancePreferencesRequest) String

type GetCompliancePreferencesResponse

type GetCompliancePreferencesResponse struct {
	CompliancePreferences *CompliancePreferences `` // Compliance preferences object
	/* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response for GetCompliancePreferences

func (*GetCompliancePreferencesResponse) Descriptor deprecated

func (*GetCompliancePreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCompliancePreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetCompliancePreferencesResponse) GetCompliancePreferences

func (x *GetCompliancePreferencesResponse) GetCompliancePreferences() *CompliancePreferences

func (*GetCompliancePreferencesResponse) ProtoMessage

func (*GetCompliancePreferencesResponse) ProtoMessage()

func (*GetCompliancePreferencesResponse) ProtoReflect

func (*GetCompliancePreferencesResponse) Reset

func (*GetCompliancePreferencesResponse) String

type GetContactPreferencesRequest

type GetContactPreferencesRequest struct {

	// field mask to select which fields to update
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for the GetContactPreferences rpc.

func (*GetContactPreferencesRequest) Descriptor deprecated

func (*GetContactPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetContactPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetContactPreferencesRequest) GetFieldMask

func (*GetContactPreferencesRequest) ProtoMessage

func (*GetContactPreferencesRequest) ProtoMessage()

func (*GetContactPreferencesRequest) ProtoReflect

func (*GetContactPreferencesRequest) Reset

func (x *GetContactPreferencesRequest) Reset()

func (*GetContactPreferencesRequest) String

type GetContactPreferencesResponse

type GetContactPreferencesResponse struct {

	// Contact preferences object
	ContactPreferences *ContactPreferences `protobuf:"bytes,1,opt,name=contact_preferences,json=contactPreferences,proto3" json:"contact_preferences,omitempty"`
	// contains filtered or unexported fields
}

Response message for the GetContactPreferences rpc.

func (*GetContactPreferencesResponse) Descriptor deprecated

func (*GetContactPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetContactPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetContactPreferencesResponse) GetContactPreferences

func (x *GetContactPreferencesResponse) GetContactPreferences() *ContactPreferences

func (*GetContactPreferencesResponse) ProtoMessage

func (*GetContactPreferencesResponse) ProtoMessage()

func (*GetContactPreferencesResponse) ProtoReflect

func (*GetContactPreferencesResponse) Reset

func (x *GetContactPreferencesResponse) Reset()

func (*GetContactPreferencesResponse) String

type GetCountriesListRequest

type GetCountriesListRequest struct {
	// contains filtered or unexported fields
}

func (*GetCountriesListRequest) Descriptor deprecated

func (*GetCountriesListRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCountriesListRequest.ProtoReflect.Descriptor instead.

func (*GetCountriesListRequest) ProtoMessage

func (*GetCountriesListRequest) ProtoMessage()

func (*GetCountriesListRequest) ProtoReflect

func (x *GetCountriesListRequest) ProtoReflect() protoreflect.Message

func (*GetCountriesListRequest) Reset

func (x *GetCountriesListRequest) Reset()

func (*GetCountriesListRequest) String

func (x *GetCountriesListRequest) String() string

type GetCountriesListResponse

type GetCountriesListResponse struct {
	Countries []*Country `protobuf:"bytes,10,rep,name=countries,proto3" json:"countries,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCountriesListResponse) Descriptor deprecated

func (*GetCountriesListResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCountriesListResponse.ProtoReflect.Descriptor instead.

func (*GetCountriesListResponse) GetCountries

func (x *GetCountriesListResponse) GetCountries() []*Country

func (*GetCountriesListResponse) ProtoMessage

func (*GetCountriesListResponse) ProtoMessage()

func (*GetCountriesListResponse) ProtoReflect

func (x *GetCountriesListResponse) ProtoReflect() protoreflect.Message

func (*GetCountriesListResponse) Reset

func (x *GetCountriesListResponse) Reset()

func (*GetCountriesListResponse) String

func (x *GetCountriesListResponse) String() string

type GetCustomReportFilterRequest

type GetCustomReportFilterRequest struct {
	XmlClientPropertySid int64 `` // sid associated with xml client property
	/* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for GetCustomReportFilter

func (*GetCustomReportFilterRequest) Descriptor deprecated

func (*GetCustomReportFilterRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCustomReportFilterRequest.ProtoReflect.Descriptor instead.

func (*GetCustomReportFilterRequest) GetXmlClientPropertySid

func (x *GetCustomReportFilterRequest) GetXmlClientPropertySid() int64

func (*GetCustomReportFilterRequest) ProtoMessage

func (*GetCustomReportFilterRequest) ProtoMessage()

func (*GetCustomReportFilterRequest) ProtoReflect

func (*GetCustomReportFilterRequest) Reset

func (x *GetCustomReportFilterRequest) Reset()

func (*GetCustomReportFilterRequest) String

type GetCustomReportFilterResponse

type GetCustomReportFilterResponse struct {
	Filter *CustomReportFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` // Custom report filter
	// contains filtered or unexported fields
}

Response message for GetCustomReportFilter

func (*GetCustomReportFilterResponse) Descriptor deprecated

func (*GetCustomReportFilterResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCustomReportFilterResponse.ProtoReflect.Descriptor instead.

func (*GetCustomReportFilterResponse) GetFilter

func (*GetCustomReportFilterResponse) ProtoMessage

func (*GetCustomReportFilterResponse) ProtoMessage()

func (*GetCustomReportFilterResponse) ProtoReflect

func (*GetCustomReportFilterResponse) Reset

func (x *GetCustomReportFilterResponse) Reset()

func (*GetCustomReportFilterResponse) String

type GetDashboardGeneralPreferencesRequest

type GetDashboardGeneralPreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for get request
	// contains filtered or unexported fields
}

Request for GetDashboardGeneralPreferences

func (*GetDashboardGeneralPreferencesRequest) Descriptor deprecated

func (*GetDashboardGeneralPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDashboardGeneralPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetDashboardGeneralPreferencesRequest) GetFieldMask

func (*GetDashboardGeneralPreferencesRequest) ProtoMessage

func (*GetDashboardGeneralPreferencesRequest) ProtoMessage()

func (*GetDashboardGeneralPreferencesRequest) ProtoReflect

func (*GetDashboardGeneralPreferencesRequest) Reset

func (*GetDashboardGeneralPreferencesRequest) String

type GetDashboardGeneralPreferencesResponse

type GetDashboardGeneralPreferencesResponse struct {
	DashboardPreferences *DashboardPreferences `protobuf:"bytes,1,opt,name=dashboard_preferences,json=dashboardPreferences,proto3" json:"dashboard_preferences,omitempty"` // Dashboard general preferences object
	// contains filtered or unexported fields
}

Response for GetDashboardGeneralPreferences

func (*GetDashboardGeneralPreferencesResponse) Descriptor deprecated

func (*GetDashboardGeneralPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDashboardGeneralPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetDashboardGeneralPreferencesResponse) GetDashboardPreferences

func (x *GetDashboardGeneralPreferencesResponse) GetDashboardPreferences() *DashboardPreferences

func (*GetDashboardGeneralPreferencesResponse) ProtoMessage

func (*GetDashboardGeneralPreferencesResponse) ProtoReflect

func (*GetDashboardGeneralPreferencesResponse) Reset

func (*GetDashboardGeneralPreferencesResponse) String

type GetDashboardQueuePreferencesRequest

type GetDashboardQueuePreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Mask containing list of desired fields.
	// contains filtered or unexported fields
}

Request for GetDashboardQueuePreferences

func (*GetDashboardQueuePreferencesRequest) Descriptor deprecated

func (*GetDashboardQueuePreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDashboardQueuePreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetDashboardQueuePreferencesRequest) GetFieldMask

func (*GetDashboardQueuePreferencesRequest) ProtoMessage

func (*GetDashboardQueuePreferencesRequest) ProtoMessage()

func (*GetDashboardQueuePreferencesRequest) ProtoReflect

func (*GetDashboardQueuePreferencesRequest) Reset

func (*GetDashboardQueuePreferencesRequest) String

type GetDashboardQueuePreferencesResponse

type GetDashboardQueuePreferencesResponse struct {
	DashboardQueuePreferences *DashboardQueuePreferences `` // The requested preferences.
	/* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response for GetDashboardQueuePreferences

func (*GetDashboardQueuePreferencesResponse) Descriptor deprecated

func (*GetDashboardQueuePreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDashboardQueuePreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetDashboardQueuePreferencesResponse) GetDashboardQueuePreferences

func (x *GetDashboardQueuePreferencesResponse) GetDashboardQueuePreferences() *DashboardQueuePreferences

func (*GetDashboardQueuePreferencesResponse) ProtoMessage

func (*GetDashboardQueuePreferencesResponse) ProtoMessage()

func (*GetDashboardQueuePreferencesResponse) ProtoReflect

func (*GetDashboardQueuePreferencesResponse) Reset

func (*GetDashboardQueuePreferencesResponse) String

type GetEmailSmsPreferencesRequest

type GetEmailSmsPreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Mask containing list of desired fields.
	// contains filtered or unexported fields
}

Request for GetEmailSmsPreferences

func (*GetEmailSmsPreferencesRequest) Descriptor deprecated

func (*GetEmailSmsPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetEmailSmsPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetEmailSmsPreferencesRequest) GetFieldMask

func (*GetEmailSmsPreferencesRequest) ProtoMessage

func (*GetEmailSmsPreferencesRequest) ProtoMessage()

func (*GetEmailSmsPreferencesRequest) ProtoReflect

func (*GetEmailSmsPreferencesRequest) Reset

func (x *GetEmailSmsPreferencesRequest) Reset()

func (*GetEmailSmsPreferencesRequest) String

type GetEmailSmsPreferencesResponse

type GetEmailSmsPreferencesResponse struct {
	EmailSmsPreferences *EmailSmsPreferences `protobuf:"bytes,1,opt,name=email_sms_preferences,json=emailSmsPreferences,proto3" json:"email_sms_preferences,omitempty"` // The requested preferences.
	// contains filtered or unexported fields
}

Response for GetEmailSmsPreferences

func (*GetEmailSmsPreferencesResponse) Descriptor deprecated

func (*GetEmailSmsPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetEmailSmsPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetEmailSmsPreferencesResponse) GetEmailSmsPreferences

func (x *GetEmailSmsPreferencesResponse) GetEmailSmsPreferences() *EmailSmsPreferences

func (*GetEmailSmsPreferencesResponse) ProtoMessage

func (*GetEmailSmsPreferencesResponse) ProtoMessage()

func (*GetEmailSmsPreferencesResponse) ProtoReflect

func (*GetEmailSmsPreferencesResponse) Reset

func (x *GetEmailSmsPreferencesResponse) Reset()

func (*GetEmailSmsPreferencesResponse) String

type GetEndOfDayPreferencesRequest

type GetEndOfDayPreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for get request
	// contains filtered or unexported fields
}

Request for GetEndOfDayPreferences

func (*GetEndOfDayPreferencesRequest) Descriptor deprecated

func (*GetEndOfDayPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetEndOfDayPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetEndOfDayPreferencesRequest) GetFieldMask

func (*GetEndOfDayPreferencesRequest) ProtoMessage

func (*GetEndOfDayPreferencesRequest) ProtoMessage()

func (*GetEndOfDayPreferencesRequest) ProtoReflect

func (*GetEndOfDayPreferencesRequest) Reset

func (x *GetEndOfDayPreferencesRequest) Reset()

func (*GetEndOfDayPreferencesRequest) String

type GetEndOfDayPreferencesResponse

type GetEndOfDayPreferencesResponse struct {
	EndOfDayPreferences *EndOfDayPreferences `protobuf:"bytes,1,opt,name=end_of_day_preferences,json=endOfDayPreferences,proto3" json:"end_of_day_preferences,omitempty"` // EndOfDay preferences object
	// contains filtered or unexported fields
}

Response for GetEndOfDayPreferences

func (*GetEndOfDayPreferencesResponse) Descriptor deprecated

func (*GetEndOfDayPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetEndOfDayPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetEndOfDayPreferencesResponse) GetEndOfDayPreferences

func (x *GetEndOfDayPreferencesResponse) GetEndOfDayPreferences() *EndOfDayPreferences

func (*GetEndOfDayPreferencesResponse) ProtoMessage

func (*GetEndOfDayPreferencesResponse) ProtoMessage()

func (*GetEndOfDayPreferencesResponse) ProtoReflect

func (*GetEndOfDayPreferencesResponse) Reset

func (x *GetEndOfDayPreferencesResponse) Reset()

func (*GetEndOfDayPreferencesResponse) String

type GetFilterPreferencesRequest

type GetFilterPreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for get request
	// contains filtered or unexported fields
}

Request for GetFilterPreferences

func (*GetFilterPreferencesRequest) Descriptor deprecated

func (*GetFilterPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFilterPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetFilterPreferencesRequest) GetFieldMask

func (*GetFilterPreferencesRequest) ProtoMessage

func (*GetFilterPreferencesRequest) ProtoMessage()

func (*GetFilterPreferencesRequest) ProtoReflect

func (*GetFilterPreferencesRequest) Reset

func (x *GetFilterPreferencesRequest) Reset()

func (*GetFilterPreferencesRequest) String

func (x *GetFilterPreferencesRequest) String() string

type GetFilterPreferencesResponse

type GetFilterPreferencesResponse struct {
	FilterPreferences *FilterPreferences `protobuf:"bytes,10,opt,name=filter_preferences,json=filterPreferences,proto3" json:"filter_preferences,omitempty"` // Filter preferences object
	// contains filtered or unexported fields
}

Response for GetFilterPreferences

func (*GetFilterPreferencesResponse) Descriptor deprecated

func (*GetFilterPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFilterPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetFilterPreferencesResponse) GetFilterPreferences

func (x *GetFilterPreferencesResponse) GetFilterPreferences() *FilterPreferences

func (*GetFilterPreferencesResponse) ProtoMessage

func (*GetFilterPreferencesResponse) ProtoMessage()

func (*GetFilterPreferencesResponse) ProtoReflect

func (*GetFilterPreferencesResponse) Reset

func (x *GetFilterPreferencesResponse) Reset()

func (*GetFilterPreferencesResponse) String

type GetOrgBillingSettingsRequest

type GetOrgBillingSettingsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for the GetOrgBillingSettings rpc.

func (*GetOrgBillingSettingsRequest) Descriptor deprecated

func (*GetOrgBillingSettingsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrgBillingSettingsRequest.ProtoReflect.Descriptor instead.

func (*GetOrgBillingSettingsRequest) GetOrgId

func (x *GetOrgBillingSettingsRequest) GetOrgId() string

func (*GetOrgBillingSettingsRequest) ProtoMessage

func (*GetOrgBillingSettingsRequest) ProtoMessage()

func (*GetOrgBillingSettingsRequest) ProtoReflect

func (*GetOrgBillingSettingsRequest) Reset

func (x *GetOrgBillingSettingsRequest) Reset()

func (*GetOrgBillingSettingsRequest) String

type GetOrgBillingSettingsResponse

type GetOrgBillingSettingsResponse struct {
	Settings *OrgBillingSettings `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings,omitempty"`
	// country_default_regions contains the billing data for regions
	// that belong to the orgs allowed countries that don't
	// have custom overrides.
	// Key: api.commons.Country as int32
	CountryDefaultRegions map[int32]*BillingRegionMap `` /* 215-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for the GetOrgBillingSettings rpc.

func (*GetOrgBillingSettingsResponse) Descriptor deprecated

func (*GetOrgBillingSettingsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrgBillingSettingsResponse.ProtoReflect.Descriptor instead.

func (*GetOrgBillingSettingsResponse) GetCountryDefaultRegions

func (x *GetOrgBillingSettingsResponse) GetCountryDefaultRegions() map[int32]*BillingRegionMap

func (*GetOrgBillingSettingsResponse) GetSettings

func (*GetOrgBillingSettingsResponse) ProtoMessage

func (*GetOrgBillingSettingsResponse) ProtoMessage()

func (*GetOrgBillingSettingsResponse) ProtoReflect

func (*GetOrgBillingSettingsResponse) Reset

func (x *GetOrgBillingSettingsResponse) Reset()

func (*GetOrgBillingSettingsResponse) String

type GetOrgDefaultSuperUserGroupRequest

type GetOrgDefaultSuperUserGroupRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

The request message for org.Org.GetOrgDefaultSuperUserGroup

func (*GetOrgDefaultSuperUserGroupRequest) Descriptor deprecated

func (*GetOrgDefaultSuperUserGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrgDefaultSuperUserGroupRequest.ProtoReflect.Descriptor instead.

func (*GetOrgDefaultSuperUserGroupRequest) GetOrgId

func (*GetOrgDefaultSuperUserGroupRequest) ProtoMessage

func (*GetOrgDefaultSuperUserGroupRequest) ProtoMessage()

func (*GetOrgDefaultSuperUserGroupRequest) ProtoReflect

func (*GetOrgDefaultSuperUserGroupRequest) Reset

func (*GetOrgDefaultSuperUserGroupRequest) String

type GetOrgDefaultSuperUserGroupResponse

type GetOrgDefaultSuperUserGroupResponse struct {
	DefaultPermissionGroup *PermissionGroup `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

The response essage for org.Org.GetOrgDefaultSuperUserGroup

func (*GetOrgDefaultSuperUserGroupResponse) Descriptor deprecated

func (*GetOrgDefaultSuperUserGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrgDefaultSuperUserGroupResponse.ProtoReflect.Descriptor instead.

func (*GetOrgDefaultSuperUserGroupResponse) GetDefaultPermissionGroup

func (x *GetOrgDefaultSuperUserGroupResponse) GetDefaultPermissionGroup() *PermissionGroup

func (*GetOrgDefaultSuperUserGroupResponse) ProtoMessage

func (*GetOrgDefaultSuperUserGroupResponse) ProtoMessage()

func (*GetOrgDefaultSuperUserGroupResponse) ProtoReflect

func (*GetOrgDefaultSuperUserGroupResponse) Reset

func (*GetOrgDefaultSuperUserGroupResponse) String

type GetOrganizationPreferencesRequest

type GetOrganizationPreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for get request
	// contains filtered or unexported fields
}

Request for GetOrganizationPreferences

func (*GetOrganizationPreferencesRequest) Descriptor deprecated

func (*GetOrganizationPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationPreferencesRequest) GetFieldMask

func (*GetOrganizationPreferencesRequest) ProtoMessage

func (*GetOrganizationPreferencesRequest) ProtoMessage()

func (*GetOrganizationPreferencesRequest) ProtoReflect

func (*GetOrganizationPreferencesRequest) Reset

func (*GetOrganizationPreferencesRequest) String

type GetOrganizationPreferencesResponse

type GetOrganizationPreferencesResponse struct {
	OrganizationPreferences *OrganizationPreferences `` // Organization preferences object
	/* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response for GetOrganizationPreferences

func (*GetOrganizationPreferencesResponse) Descriptor deprecated

func (*GetOrganizationPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationPreferencesResponse) GetOrganizationPreferences

func (x *GetOrganizationPreferencesResponse) GetOrganizationPreferences() *OrganizationPreferences

func (*GetOrganizationPreferencesResponse) ProtoMessage

func (*GetOrganizationPreferencesResponse) ProtoMessage()

func (*GetOrganizationPreferencesResponse) ProtoReflect

func (*GetOrganizationPreferencesResponse) Reset

func (*GetOrganizationPreferencesResponse) String

type GetOrganizationProfileByIdRequest

type GetOrganizationProfileByIdRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationProfileByIdRequest) Descriptor deprecated

func (*GetOrganizationProfileByIdRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationProfileByIdRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationProfileByIdRequest) GetOrgId

func (*GetOrganizationProfileByIdRequest) ProtoMessage

func (*GetOrganizationProfileByIdRequest) ProtoMessage()

func (*GetOrganizationProfileByIdRequest) ProtoReflect

func (*GetOrganizationProfileByIdRequest) Reset

func (*GetOrganizationProfileByIdRequest) String

type GetOrganizationProfileRequest

type GetOrganizationProfileRequest struct {
	// contains filtered or unexported fields
}

func (*GetOrganizationProfileRequest) Descriptor deprecated

func (*GetOrganizationProfileRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationProfileRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationProfileRequest) ProtoMessage

func (*GetOrganizationProfileRequest) ProtoMessage()

func (*GetOrganizationProfileRequest) ProtoReflect

func (*GetOrganizationProfileRequest) Reset

func (x *GetOrganizationProfileRequest) Reset()

func (*GetOrganizationProfileRequest) String

type GetOrganizationProfileResponse

type GetOrganizationProfileResponse struct {
	OrgId               string                 `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Name                string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	IsManualOnlyAccount bool                   `protobuf:"varint,4,opt,name=is_manual_only_account,json=isManualOnlyAccount,proto3" json:"is_manual_only_account,omitempty"`
	RegionId            string                 `protobuf:"bytes,5,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty"`
	CrmId               string                 `protobuf:"bytes,6,opt,name=crm_id,json=crmId,proto3" json:"crm_id,omitempty"`
	BillingId           string                 `protobuf:"bytes,8,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	Timezone            commons.TimeZone       `protobuf:"varint,10,opt,name=timezone,proto3,enum=api.commons.TimeZone" json:"timezone,omitempty"`
	AddDate             *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=add_date,json=addDate,proto3" json:"add_date,omitempty"`
	// map of region_id to array of api_endpoints
	AllowedRegions map[string]*RegionUrls `` /* 192-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetOrganizationProfileResponse) Descriptor deprecated

func (*GetOrganizationProfileResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationProfileResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationProfileResponse) GetAddDate

func (*GetOrganizationProfileResponse) GetAllowedRegions

func (x *GetOrganizationProfileResponse) GetAllowedRegions() map[string]*RegionUrls

func (*GetOrganizationProfileResponse) GetBillingId

func (x *GetOrganizationProfileResponse) GetBillingId() string

func (*GetOrganizationProfileResponse) GetCrmId

func (x *GetOrganizationProfileResponse) GetCrmId() string

func (*GetOrganizationProfileResponse) GetIsManualOnlyAccount

func (x *GetOrganizationProfileResponse) GetIsManualOnlyAccount() bool

func (*GetOrganizationProfileResponse) GetName

func (*GetOrganizationProfileResponse) GetOrgId

func (x *GetOrganizationProfileResponse) GetOrgId() string

func (*GetOrganizationProfileResponse) GetRegionId

func (x *GetOrganizationProfileResponse) GetRegionId() string

func (*GetOrganizationProfileResponse) GetTimezone

func (*GetOrganizationProfileResponse) ProtoMessage

func (*GetOrganizationProfileResponse) ProtoMessage()

func (*GetOrganizationProfileResponse) ProtoReflect

func (*GetOrganizationProfileResponse) Reset

func (x *GetOrganizationProfileResponse) Reset()

func (*GetOrganizationProfileResponse) String

type GetP3OwningOrgRequest

type GetP3OwningOrgRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetP3OwningOrgRequest) Descriptor deprecated

func (*GetP3OwningOrgRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetP3OwningOrgRequest.ProtoReflect.Descriptor instead.

func (*GetP3OwningOrgRequest) GetOrgId

func (x *GetP3OwningOrgRequest) GetOrgId() string

func (*GetP3OwningOrgRequest) ProtoMessage

func (*GetP3OwningOrgRequest) ProtoMessage()

func (*GetP3OwningOrgRequest) ProtoReflect

func (x *GetP3OwningOrgRequest) ProtoReflect() protoreflect.Message

func (*GetP3OwningOrgRequest) Reset

func (x *GetP3OwningOrgRequest) Reset()

func (*GetP3OwningOrgRequest) String

func (x *GetP3OwningOrgRequest) String() string

type GetP3OwningOrgResponse

type GetP3OwningOrgResponse struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetP3OwningOrgResponse) Descriptor deprecated

func (*GetP3OwningOrgResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetP3OwningOrgResponse.ProtoReflect.Descriptor instead.

func (*GetP3OwningOrgResponse) GetId

func (x *GetP3OwningOrgResponse) GetId() string

func (*GetP3OwningOrgResponse) ProtoMessage

func (*GetP3OwningOrgResponse) ProtoMessage()

func (*GetP3OwningOrgResponse) ProtoReflect

func (x *GetP3OwningOrgResponse) ProtoReflect() protoreflect.Message

func (*GetP3OwningOrgResponse) Reset

func (x *GetP3OwningOrgResponse) Reset()

func (*GetP3OwningOrgResponse) String

func (x *GetP3OwningOrgResponse) String() string

type GetPermissionsRequest

type GetPermissionsRequest struct {
	// contains filtered or unexported fields
}

Request for GetPermissions

func (*GetPermissionsRequest) Descriptor deprecated

func (*GetPermissionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPermissionsRequest.ProtoReflect.Descriptor instead.

func (*GetPermissionsRequest) ProtoMessage

func (*GetPermissionsRequest) ProtoMessage()

func (*GetPermissionsRequest) ProtoReflect

func (x *GetPermissionsRequest) ProtoReflect() protoreflect.Message

func (*GetPermissionsRequest) Reset

func (x *GetPermissionsRequest) Reset()

func (*GetPermissionsRequest) String

func (x *GetPermissionsRequest) String() string

type GetPermissionsResponse

type GetPermissionsResponse struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// List of permissions this user has.
	Permissions []auth.Permission `protobuf:"varint,2,rep,packed,name=permissions,proto3,enum=api.commons.auth.Permission" json:"permissions,omitempty"`
	UiLogLevel  string            `protobuf:"bytes,4,opt,name=ui_log_level,json=uiLogLevel,proto3" json:"ui_log_level,omitempty"`
	OrgName     string            `protobuf:"bytes,5,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`
	LogLevel    commons.Level     `protobuf:"varint,6,opt,name=log_level,json=logLevel,proto3,enum=api.commons.Level" json:"log_level,omitempty"`
	// List of legacy permissions.
	P3Permissions      []commons.Permission `` /* 136-byte string literal not displayed */
	OrgDefaultRegionId string               `protobuf:"bytes,8,opt,name=org_default_region_id,json=orgDefaultRegionId,proto3" json:"org_default_region_id,omitempty"`
	// Default app the user starts on
	DefaultApp commons.OperatorApplications `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

Reponse for GetPermissions

func (*GetPermissionsResponse) Descriptor deprecated

func (*GetPermissionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPermissionsResponse.ProtoReflect.Descriptor instead.

func (*GetPermissionsResponse) GetDefaultApp

func (*GetPermissionsResponse) GetLogLevel

func (x *GetPermissionsResponse) GetLogLevel() commons.Level

func (*GetPermissionsResponse) GetOrgDefaultRegionId

func (x *GetPermissionsResponse) GetOrgDefaultRegionId() string

func (*GetPermissionsResponse) GetOrgName

func (x *GetPermissionsResponse) GetOrgName() string

func (*GetPermissionsResponse) GetP3Permissions

func (x *GetPermissionsResponse) GetP3Permissions() []commons.Permission

func (*GetPermissionsResponse) GetPermissions

func (x *GetPermissionsResponse) GetPermissions() []auth.Permission

func (*GetPermissionsResponse) GetUiLogLevel

func (x *GetPermissionsResponse) GetUiLogLevel() string

func (*GetPermissionsResponse) GetUser

func (x *GetPermissionsResponse) GetUser() *User

func (*GetPermissionsResponse) ProtoMessage

func (*GetPermissionsResponse) ProtoMessage()

func (*GetPermissionsResponse) ProtoReflect

func (x *GetPermissionsResponse) ProtoReflect() protoreflect.Message

func (*GetPermissionsResponse) Reset

func (x *GetPermissionsResponse) Reset()

func (*GetPermissionsResponse) String

func (x *GetPermissionsResponse) String() string

type GetPhonePreferencesRequest

type GetPhonePreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for get request
	// contains filtered or unexported fields
}

Request for GetPhonePreferences

func (*GetPhonePreferencesRequest) Descriptor deprecated

func (*GetPhonePreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPhonePreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetPhonePreferencesRequest) GetFieldMask

func (*GetPhonePreferencesRequest) ProtoMessage

func (*GetPhonePreferencesRequest) ProtoMessage()

func (*GetPhonePreferencesRequest) ProtoReflect

func (*GetPhonePreferencesRequest) Reset

func (x *GetPhonePreferencesRequest) Reset()

func (*GetPhonePreferencesRequest) String

func (x *GetPhonePreferencesRequest) String() string

type GetPhonePreferencesResponse

type GetPhonePreferencesResponse struct {
	PhonePreferences *PhonePreferences `protobuf:"bytes,11,opt,name=phone_preferences,json=phonePreferences,proto3" json:"phone_preferences,omitempty"` // Phone Preferences
	// contains filtered or unexported fields
}

Response for GetPhonePreferences

func (*GetPhonePreferencesResponse) Descriptor deprecated

func (*GetPhonePreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPhonePreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetPhonePreferencesResponse) GetPhonePreferences

func (x *GetPhonePreferencesResponse) GetPhonePreferences() *PhonePreferences

func (*GetPhonePreferencesResponse) ProtoMessage

func (*GetPhonePreferencesResponse) ProtoMessage()

func (*GetPhonePreferencesResponse) ProtoReflect

func (*GetPhonePreferencesResponse) Reset

func (x *GetPhonePreferencesResponse) Reset()

func (*GetPhonePreferencesResponse) String

func (x *GetPhonePreferencesResponse) String() string

type GetQueueConfigReq

type GetQueueConfigReq struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// if merge is true, default config values will
	// be merged with the custom config data.
	Merge bool `protobuf:"varint,2,opt,name=merge,proto3" json:"merge,omitempty"`
	// contains filtered or unexported fields
}

func (*GetQueueConfigReq) Descriptor deprecated

func (*GetQueueConfigReq) Descriptor() ([]byte, []int)

Deprecated: Use GetQueueConfigReq.ProtoReflect.Descriptor instead.

func (*GetQueueConfigReq) GetMerge

func (x *GetQueueConfigReq) GetMerge() bool

func (*GetQueueConfigReq) GetName

func (x *GetQueueConfigReq) GetName() string

func (*GetQueueConfigReq) ProtoMessage

func (*GetQueueConfigReq) ProtoMessage()

func (*GetQueueConfigReq) ProtoReflect

func (x *GetQueueConfigReq) ProtoReflect() protoreflect.Message

func (*GetQueueConfigReq) Reset

func (x *GetQueueConfigReq) Reset()

func (*GetQueueConfigReq) String

func (x *GetQueueConfigReq) String() string

type GetQueueConfigRes

type GetQueueConfigRes struct {
	Config *QueueConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*GetQueueConfigRes) Descriptor deprecated

func (*GetQueueConfigRes) Descriptor() ([]byte, []int)

Deprecated: Use GetQueueConfigRes.ProtoReflect.Descriptor instead.

func (*GetQueueConfigRes) GetConfig

func (x *GetQueueConfigRes) GetConfig() *QueueConfig

func (*GetQueueConfigRes) ProtoMessage

func (*GetQueueConfigRes) ProtoMessage()

func (*GetQueueConfigRes) ProtoReflect

func (x *GetQueueConfigRes) ProtoReflect() protoreflect.Message

func (*GetQueueConfigRes) Reset

func (x *GetQueueConfigRes) Reset()

func (*GetQueueConfigRes) String

func (x *GetQueueConfigRes) String() string

type GetQueueConfigSoundReq

type GetQueueConfigSoundReq struct {
	Config string              `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	Sound  commons.ConfigSound `protobuf:"varint,2,opt,name=sound,proto3,enum=api.commons.ConfigSound" json:"sound,omitempty"`
	// contains filtered or unexported fields
}

func (*GetQueueConfigSoundReq) Descriptor deprecated

func (*GetQueueConfigSoundReq) Descriptor() ([]byte, []int)

Deprecated: Use GetQueueConfigSoundReq.ProtoReflect.Descriptor instead.

func (*GetQueueConfigSoundReq) GetConfig

func (x *GetQueueConfigSoundReq) GetConfig() string

func (*GetQueueConfigSoundReq) GetSound

func (*GetQueueConfigSoundReq) ProtoMessage

func (*GetQueueConfigSoundReq) ProtoMessage()

func (*GetQueueConfigSoundReq) ProtoReflect

func (x *GetQueueConfigSoundReq) ProtoReflect() protoreflect.Message

func (*GetQueueConfigSoundReq) Reset

func (x *GetQueueConfigSoundReq) Reset()

func (*GetQueueConfigSoundReq) String

func (x *GetQueueConfigSoundReq) String() string

type GetQueueConfigSoundRes

type GetQueueConfigSoundRes struct {
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*GetQueueConfigSoundRes) Descriptor deprecated

func (*GetQueueConfigSoundRes) Descriptor() ([]byte, []int)

Deprecated: Use GetQueueConfigSoundRes.ProtoReflect.Descriptor instead.

func (*GetQueueConfigSoundRes) GetUrl

func (x *GetQueueConfigSoundRes) GetUrl() string

func (*GetQueueConfigSoundRes) ProtoMessage

func (*GetQueueConfigSoundRes) ProtoMessage()

func (*GetQueueConfigSoundRes) ProtoReflect

func (x *GetQueueConfigSoundRes) ProtoReflect() protoreflect.Message

func (*GetQueueConfigSoundRes) Reset

func (x *GetQueueConfigSoundRes) Reset()

func (*GetQueueConfigSoundRes) String

func (x *GetQueueConfigSoundRes) String() string

type GetRecordingPreferencesRequest

type GetRecordingPreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for get request
	// contains filtered or unexported fields
}

Request for GetRecordingPreferences

func (*GetRecordingPreferencesRequest) Descriptor deprecated

func (*GetRecordingPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRecordingPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetRecordingPreferencesRequest) GetFieldMask

func (*GetRecordingPreferencesRequest) ProtoMessage

func (*GetRecordingPreferencesRequest) ProtoMessage()

func (*GetRecordingPreferencesRequest) ProtoReflect

func (*GetRecordingPreferencesRequest) Reset

func (x *GetRecordingPreferencesRequest) Reset()

func (*GetRecordingPreferencesRequest) String

type GetRecordingPreferencesResponse

type GetRecordingPreferencesResponse struct {
	RecordingPreferences   *RecordingPreferences `protobuf:"bytes,10,opt,name=recording_preferences,json=recordingPreferences,proto3" json:"recording_preferences,omitempty"` // Recording preferences object
	CallRecordingRedaction bool                  ``                                                                                                                           // LocalMixerOptions
	/* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response for GetRecordingPreferences

func (*GetRecordingPreferencesResponse) Descriptor deprecated

func (*GetRecordingPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRecordingPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetRecordingPreferencesResponse) GetCallRecordingRedaction

func (x *GetRecordingPreferencesResponse) GetCallRecordingRedaction() bool

func (*GetRecordingPreferencesResponse) GetRecordingPreferences

func (x *GetRecordingPreferencesResponse) GetRecordingPreferences() *RecordingPreferences

func (*GetRecordingPreferencesResponse) ProtoMessage

func (*GetRecordingPreferencesResponse) ProtoMessage()

func (*GetRecordingPreferencesResponse) ProtoReflect

func (*GetRecordingPreferencesResponse) Reset

func (*GetRecordingPreferencesResponse) String

type GetRegionsRequest

type GetRegionsRequest struct {
	// contains filtered or unexported fields
}

func (*GetRegionsRequest) Descriptor deprecated

func (*GetRegionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionsRequest.ProtoReflect.Descriptor instead.

func (*GetRegionsRequest) ProtoMessage

func (*GetRegionsRequest) ProtoMessage()

func (*GetRegionsRequest) ProtoReflect

func (x *GetRegionsRequest) ProtoReflect() protoreflect.Message

func (*GetRegionsRequest) Reset

func (x *GetRegionsRequest) Reset()

func (*GetRegionsRequest) String

func (x *GetRegionsRequest) String() string

type GetRegionsResponse

type GetRegionsResponse struct {
	RegionNames []string `protobuf:"bytes,1,rep,name=region_names,json=regionNames,proto3" json:"region_names,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRegionsResponse) Descriptor deprecated

func (*GetRegionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionsResponse.ProtoReflect.Descriptor instead.

func (*GetRegionsResponse) GetRegionNames

func (x *GetRegionsResponse) GetRegionNames() []string

func (*GetRegionsResponse) ProtoMessage

func (*GetRegionsResponse) ProtoMessage()

func (*GetRegionsResponse) ProtoReflect

func (x *GetRegionsResponse) ProtoReflect() protoreflect.Message

func (*GetRegionsResponse) Reset

func (x *GetRegionsResponse) Reset()

func (*GetRegionsResponse) String

func (x *GetRegionsResponse) String() string

type GetSchedulePreferencesRequest

type GetSchedulePreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for get request
	// contains filtered or unexported fields
}

Request for GetSchedulePreferences

func (*GetSchedulePreferencesRequest) Descriptor deprecated

func (*GetSchedulePreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSchedulePreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetSchedulePreferencesRequest) GetFieldMask

func (*GetSchedulePreferencesRequest) ProtoMessage

func (*GetSchedulePreferencesRequest) ProtoMessage()

func (*GetSchedulePreferencesRequest) ProtoReflect

func (*GetSchedulePreferencesRequest) Reset

func (x *GetSchedulePreferencesRequest) Reset()

func (*GetSchedulePreferencesRequest) String

type GetSchedulePreferencesResponse

type GetSchedulePreferencesResponse struct {
	SchedulePreferences *SchedulePreferences `protobuf:"bytes,1,opt,name=schedule_preferences,json=schedulePreferences,proto3" json:"schedule_preferences,omitempty"` // Schedule preferences object
	// contains filtered or unexported fields
}

Response for GetSchedulePreferences

func (*GetSchedulePreferencesResponse) Descriptor deprecated

func (*GetSchedulePreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSchedulePreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetSchedulePreferencesResponse) GetSchedulePreferences

func (x *GetSchedulePreferencesResponse) GetSchedulePreferences() *SchedulePreferences

func (*GetSchedulePreferencesResponse) ProtoMessage

func (*GetSchedulePreferencesResponse) ProtoMessage()

func (*GetSchedulePreferencesResponse) ProtoReflect

func (*GetSchedulePreferencesResponse) Reset

func (x *GetSchedulePreferencesResponse) Reset()

func (*GetSchedulePreferencesResponse) String

type GetScorecardsPreferencesRequest

type GetScorecardsPreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for get request
	// contains filtered or unexported fields
}

Request for GetScorecardsPreferences

func (*GetScorecardsPreferencesRequest) Descriptor deprecated

func (*GetScorecardsPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetScorecardsPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetScorecardsPreferencesRequest) GetFieldMask

func (*GetScorecardsPreferencesRequest) ProtoMessage

func (*GetScorecardsPreferencesRequest) ProtoMessage()

func (*GetScorecardsPreferencesRequest) ProtoReflect

func (*GetScorecardsPreferencesRequest) Reset

func (*GetScorecardsPreferencesRequest) String

type GetScorecardsPreferencesResponse

type GetScorecardsPreferencesResponse struct {
	ScorecardsPreferences *ScorecardsPreferences `protobuf:"bytes,1,opt,name=scorecards_preferences,json=scorecardsPreferences,proto3" json:"scorecards_preferences,omitempty"` // Scorecards preferences object
	// contains filtered or unexported fields
}

Response for GetScorecardsPreferences

func (*GetScorecardsPreferencesResponse) Descriptor deprecated

func (*GetScorecardsPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetScorecardsPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetScorecardsPreferencesResponse) GetScorecardsPreferences

func (x *GetScorecardsPreferencesResponse) GetScorecardsPreferences() *ScorecardsPreferences

func (*GetScorecardsPreferencesResponse) ProtoMessage

func (*GetScorecardsPreferencesResponse) ProtoMessage()

func (*GetScorecardsPreferencesResponse) ProtoReflect

func (*GetScorecardsPreferencesResponse) Reset

func (*GetScorecardsPreferencesResponse) String

type GetSystemDefaultBillingRatesRequest

type GetSystemDefaultBillingRatesRequest struct {
	// contains filtered or unexported fields
}

Request message for the GetSystemDefaultBillingRates RPC.

func (*GetSystemDefaultBillingRatesRequest) Descriptor deprecated

func (*GetSystemDefaultBillingRatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSystemDefaultBillingRatesRequest.ProtoReflect.Descriptor instead.

func (*GetSystemDefaultBillingRatesRequest) ProtoMessage

func (*GetSystemDefaultBillingRatesRequest) ProtoMessage()

func (*GetSystemDefaultBillingRatesRequest) ProtoReflect

func (*GetSystemDefaultBillingRatesRequest) Reset

func (*GetSystemDefaultBillingRatesRequest) String

type GetSystemDefaultBillingRatesResponse

type GetSystemDefaultBillingRatesResponse struct {

	// default email rate
	EmailPricePerMessage float32 `` /* 127-byte string literal not displayed */
	// default phone rates
	PhoneRates *PhoneBillingRates `protobuf:"bytes,2,opt,name=phone_rates,json=phoneRates,proto3" json:"phone_rates,omitempty"`
	// default agent rates
	AgentRates *AgentBillingRates `protobuf:"bytes,3,opt,name=agent_rates,json=agentRates,proto3" json:"agent_rates,omitempty"`
	// contains filtered or unexported fields
}

Response message for the GetSystemDefaultRatesSettings RPC.

func (*GetSystemDefaultBillingRatesResponse) Descriptor deprecated

func (*GetSystemDefaultBillingRatesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSystemDefaultBillingRatesResponse.ProtoReflect.Descriptor instead.

func (*GetSystemDefaultBillingRatesResponse) GetAgentRates

func (*GetSystemDefaultBillingRatesResponse) GetEmailPricePerMessage

func (x *GetSystemDefaultBillingRatesResponse) GetEmailPricePerMessage() float32

func (*GetSystemDefaultBillingRatesResponse) GetPhoneRates

func (*GetSystemDefaultBillingRatesResponse) ProtoMessage

func (*GetSystemDefaultBillingRatesResponse) ProtoMessage()

func (*GetSystemDefaultBillingRatesResponse) ProtoReflect

func (*GetSystemDefaultBillingRatesResponse) Reset

func (*GetSystemDefaultBillingRatesResponse) String

type GetSystemEnvironmentDetailsRequest

type GetSystemEnvironmentDetailsRequest struct {
	// contains filtered or unexported fields
}

Request used to get system environment details

func (*GetSystemEnvironmentDetailsRequest) Descriptor deprecated

func (*GetSystemEnvironmentDetailsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSystemEnvironmentDetailsRequest.ProtoReflect.Descriptor instead.

func (*GetSystemEnvironmentDetailsRequest) ProtoMessage

func (*GetSystemEnvironmentDetailsRequest) ProtoMessage()

func (*GetSystemEnvironmentDetailsRequest) ProtoReflect

func (*GetSystemEnvironmentDetailsRequest) Reset

func (*GetSystemEnvironmentDetailsRequest) String

type GetSystemEnvironmentDetailsResponse

type GetSystemEnvironmentDetailsResponse struct {

	// the region id for the backend that answered this request
	RegionId string `protobuf:"bytes,1,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty"`
	// the cluster id for the backend that answered this request
	ClusterId string `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// contains filtered or unexported fields
}

Response used to return system environment details

func (*GetSystemEnvironmentDetailsResponse) Descriptor deprecated

func (*GetSystemEnvironmentDetailsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSystemEnvironmentDetailsResponse.ProtoReflect.Descriptor instead.

func (*GetSystemEnvironmentDetailsResponse) GetClusterId

func (x *GetSystemEnvironmentDetailsResponse) GetClusterId() string

func (*GetSystemEnvironmentDetailsResponse) GetRegionId

func (*GetSystemEnvironmentDetailsResponse) ProtoMessage

func (*GetSystemEnvironmentDetailsResponse) ProtoMessage()

func (*GetSystemEnvironmentDetailsResponse) ProtoReflect

func (*GetSystemEnvironmentDetailsResponse) Reset

func (*GetSystemEnvironmentDetailsResponse) String

type GetTempUserTokenReq

type GetTempUserTokenReq struct {

	// UserId that token is being created for
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTempUserTokenReq) Descriptor deprecated

func (*GetTempUserTokenReq) Descriptor() ([]byte, []int)

Deprecated: Use GetTempUserTokenReq.ProtoReflect.Descriptor instead.

func (*GetTempUserTokenReq) GetUserId

func (x *GetTempUserTokenReq) GetUserId() string

func (*GetTempUserTokenReq) ProtoMessage

func (*GetTempUserTokenReq) ProtoMessage()

func (*GetTempUserTokenReq) ProtoReflect

func (x *GetTempUserTokenReq) ProtoReflect() protoreflect.Message

func (*GetTempUserTokenReq) Reset

func (x *GetTempUserTokenReq) Reset()

func (*GetTempUserTokenReq) String

func (x *GetTempUserTokenReq) String() string

type GetTempUserTokenRes

type GetTempUserTokenRes struct {
	RegionId string `protobuf:"bytes,1,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty"`
	// Temporary token generated for user
	Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTempUserTokenRes) Descriptor deprecated

func (*GetTempUserTokenRes) Descriptor() ([]byte, []int)

Deprecated: Use GetTempUserTokenRes.ProtoReflect.Descriptor instead.

func (*GetTempUserTokenRes) GetRegionId

func (x *GetTempUserTokenRes) GetRegionId() string

func (*GetTempUserTokenRes) GetToken

func (x *GetTempUserTokenRes) GetToken() string

func (*GetTempUserTokenRes) ProtoMessage

func (*GetTempUserTokenRes) ProtoMessage()

func (*GetTempUserTokenRes) ProtoReflect

func (x *GetTempUserTokenRes) ProtoReflect() protoreflect.Message

func (*GetTempUserTokenRes) Reset

func (x *GetTempUserTokenRes) Reset()

func (*GetTempUserTokenRes) String

func (x *GetTempUserTokenRes) String() string

type GetUserBlockedRequest

type GetUserBlockedRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserBlockedRequest) Descriptor deprecated

func (*GetUserBlockedRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserBlockedRequest.ProtoReflect.Descriptor instead.

func (*GetUserBlockedRequest) GetUserId

func (x *GetUserBlockedRequest) GetUserId() string

func (*GetUserBlockedRequest) ProtoMessage

func (*GetUserBlockedRequest) ProtoMessage()

func (*GetUserBlockedRequest) ProtoReflect

func (x *GetUserBlockedRequest) ProtoReflect() protoreflect.Message

func (*GetUserBlockedRequest) Reset

func (x *GetUserBlockedRequest) Reset()

func (*GetUserBlockedRequest) String

func (x *GetUserBlockedRequest) String() string

type GetUserBlockedResponse

type GetUserBlockedResponse struct {
	Blocked           bool                   `protobuf:"varint,1,opt,name=blocked,proto3" json:"blocked,omitempty"`
	LastIp            string                 `protobuf:"bytes,2,opt,name=last_ip,json=lastIp,proto3" json:"last_ip,omitempty"`
	LastLogin         *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=last_login,json=lastLogin,proto3" json:"last_login,omitempty"`
	LastPasswordReset *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=last_password_reset,json=lastPasswordReset,proto3" json:"last_password_reset,omitempty"`
	LoginsCount       int64                  `protobuf:"varint,5,opt,name=logins_count,json=loginsCount,proto3" json:"logins_count,omitempty"`
	CreatedAt         *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt         *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	HasBlockedIps     bool                   `protobuf:"varint,8,opt,name=has_blocked_ips,json=hasBlockedIps,proto3" json:"has_blocked_ips,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserBlockedResponse) Descriptor deprecated

func (*GetUserBlockedResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserBlockedResponse.ProtoReflect.Descriptor instead.

func (*GetUserBlockedResponse) GetBlocked

func (x *GetUserBlockedResponse) GetBlocked() bool

func (*GetUserBlockedResponse) GetCreatedAt

func (x *GetUserBlockedResponse) GetCreatedAt() *timestamppb.Timestamp

func (*GetUserBlockedResponse) GetHasBlockedIps

func (x *GetUserBlockedResponse) GetHasBlockedIps() bool

func (*GetUserBlockedResponse) GetLastIp

func (x *GetUserBlockedResponse) GetLastIp() string

func (*GetUserBlockedResponse) GetLastLogin

func (x *GetUserBlockedResponse) GetLastLogin() *timestamppb.Timestamp

func (*GetUserBlockedResponse) GetLastPasswordReset

func (x *GetUserBlockedResponse) GetLastPasswordReset() *timestamppb.Timestamp

func (*GetUserBlockedResponse) GetLoginsCount

func (x *GetUserBlockedResponse) GetLoginsCount() int64

func (*GetUserBlockedResponse) GetUpdatedAt

func (x *GetUserBlockedResponse) GetUpdatedAt() *timestamppb.Timestamp

func (*GetUserBlockedResponse) ProtoMessage

func (*GetUserBlockedResponse) ProtoMessage()

func (*GetUserBlockedResponse) ProtoReflect

func (x *GetUserBlockedResponse) ProtoReflect() protoreflect.Message

func (*GetUserBlockedResponse) Reset

func (x *GetUserBlockedResponse) Reset()

func (*GetUserBlockedResponse) String

func (x *GetUserBlockedResponse) String() string

type GetUserDetailsRequest

type GetUserDetailsRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserDetailsRequest) Descriptor deprecated

func (*GetUserDetailsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserDetailsRequest.ProtoReflect.Descriptor instead.

func (*GetUserDetailsRequest) GetUserId

func (x *GetUserDetailsRequest) GetUserId() string

func (*GetUserDetailsRequest) ProtoMessage

func (*GetUserDetailsRequest) ProtoMessage()

func (*GetUserDetailsRequest) ProtoReflect

func (x *GetUserDetailsRequest) ProtoReflect() protoreflect.Message

func (*GetUserDetailsRequest) Reset

func (x *GetUserDetailsRequest) Reset()

func (*GetUserDetailsRequest) String

func (x *GetUserDetailsRequest) String() string

type GetUserDirectoryRequest

type GetUserDirectoryRequest struct {
	AgentsOnly bool `protobuf:"varint,1,opt,name=agents_only,json=agentsOnly,proto3" json:"agents_only,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserDirectoryRequest) Descriptor deprecated

func (*GetUserDirectoryRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserDirectoryRequest.ProtoReflect.Descriptor instead.

func (*GetUserDirectoryRequest) GetAgentsOnly

func (x *GetUserDirectoryRequest) GetAgentsOnly() bool

func (*GetUserDirectoryRequest) ProtoMessage

func (*GetUserDirectoryRequest) ProtoMessage()

func (*GetUserDirectoryRequest) ProtoReflect

func (x *GetUserDirectoryRequest) ProtoReflect() protoreflect.Message

func (*GetUserDirectoryRequest) Reset

func (x *GetUserDirectoryRequest) Reset()

func (*GetUserDirectoryRequest) String

func (x *GetUserDirectoryRequest) String() string

type GetUserDirectoryResponse

type GetUserDirectoryResponse struct {
	UserDirectory []*UserDirectoryEntry `protobuf:"bytes,1,rep,name=user_directory,json=userDirectory,proto3" json:"user_directory,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserDirectoryResponse) Descriptor deprecated

func (*GetUserDirectoryResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserDirectoryResponse.ProtoReflect.Descriptor instead.

func (*GetUserDirectoryResponse) GetUserDirectory

func (x *GetUserDirectoryResponse) GetUserDirectory() []*UserDirectoryEntry

func (*GetUserDirectoryResponse) ProtoMessage

func (*GetUserDirectoryResponse) ProtoMessage()

func (*GetUserDirectoryResponse) ProtoReflect

func (x *GetUserDirectoryResponse) ProtoReflect() protoreflect.Message

func (*GetUserDirectoryResponse) Reset

func (x *GetUserDirectoryResponse) Reset()

func (*GetUserDirectoryResponse) String

func (x *GetUserDirectoryResponse) String() string

type GetUserEmailVerifiedRequest

type GetUserEmailVerifiedRequest struct {

	// Required. The ID of the user.
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// Optional. The ID of the org the user belongs to.
	// If this is set the rpc will require the support permission.
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

Request for the GetUserEmailVerified RPC.

func (*GetUserEmailVerifiedRequest) Descriptor deprecated

func (*GetUserEmailVerifiedRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserEmailVerifiedRequest.ProtoReflect.Descriptor instead.

func (*GetUserEmailVerifiedRequest) GetOrgId

func (x *GetUserEmailVerifiedRequest) GetOrgId() string

func (*GetUserEmailVerifiedRequest) GetUserId

func (x *GetUserEmailVerifiedRequest) GetUserId() string

func (*GetUserEmailVerifiedRequest) ProtoMessage

func (*GetUserEmailVerifiedRequest) ProtoMessage()

func (*GetUserEmailVerifiedRequest) ProtoReflect

func (*GetUserEmailVerifiedRequest) Reset

func (x *GetUserEmailVerifiedRequest) Reset()

func (*GetUserEmailVerifiedRequest) String

func (x *GetUserEmailVerifiedRequest) String() string

type GetUserEmailVerifiedResponse

type GetUserEmailVerifiedResponse struct {

	// Whether or not the user's email is verified.
	Verified bool `protobuf:"varint,1,opt,name=verified,proto3" json:"verified,omitempty"`
	// contains filtered or unexported fields
}

Response for GetUserEmailVerified RPC.

func (*GetUserEmailVerifiedResponse) Descriptor deprecated

func (*GetUserEmailVerifiedResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserEmailVerifiedResponse.ProtoReflect.Descriptor instead.

func (*GetUserEmailVerifiedResponse) GetVerified

func (x *GetUserEmailVerifiedResponse) GetVerified() bool

func (*GetUserEmailVerifiedResponse) ProtoMessage

func (*GetUserEmailVerifiedResponse) ProtoMessage()

func (*GetUserEmailVerifiedResponse) ProtoReflect

func (*GetUserEmailVerifiedResponse) Reset

func (x *GetUserEmailVerifiedResponse) Reset()

func (*GetUserEmailVerifiedResponse) String

type GetUserPasswordResetLinkRequest

type GetUserPasswordResetLinkRequest struct {

	// The ID of the user
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// The Org ID of the user
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// The time to live (in seconds) of the generated link. This will default to 180 if set to 0.
	Ttl int64 `protobuf:"varint,3,opt,name=ttl,proto3" json:"ttl,omitempty"`
	// contains filtered or unexported fields
}

Request message for the GetUserPasswordReset rpc.

func (*GetUserPasswordResetLinkRequest) Descriptor deprecated

func (*GetUserPasswordResetLinkRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserPasswordResetLinkRequest.ProtoReflect.Descriptor instead.

func (*GetUserPasswordResetLinkRequest) GetOrgId

func (*GetUserPasswordResetLinkRequest) GetTtl

func (*GetUserPasswordResetLinkRequest) GetUserId

func (x *GetUserPasswordResetLinkRequest) GetUserId() string

func (*GetUserPasswordResetLinkRequest) ProtoMessage

func (*GetUserPasswordResetLinkRequest) ProtoMessage()

func (*GetUserPasswordResetLinkRequest) ProtoReflect

func (*GetUserPasswordResetLinkRequest) Reset

func (*GetUserPasswordResetLinkRequest) String

type GetUserPasswordResetLinkResponse

type GetUserPasswordResetLinkResponse struct {

	// the generated link url.
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

Response message for the GetUserPasswordReset rpc.

func (*GetUserPasswordResetLinkResponse) Descriptor deprecated

func (*GetUserPasswordResetLinkResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserPasswordResetLinkResponse.ProtoReflect.Descriptor instead.

func (*GetUserPasswordResetLinkResponse) GetUrl

func (*GetUserPasswordResetLinkResponse) ProtoMessage

func (*GetUserPasswordResetLinkResponse) ProtoMessage()

func (*GetUserPasswordResetLinkResponse) ProtoReflect

func (*GetUserPasswordResetLinkResponse) Reset

func (*GetUserPasswordResetLinkResponse) String

type GetUserSubscriptionRequest

type GetUserSubscriptionRequest struct {

	// Required.
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// Required.
	SubscriptionId string `protobuf:"bytes,2,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,omitempty"`
	// contains filtered or unexported fields
}

Request for getting a user subscription.

func (*GetUserSubscriptionRequest) Descriptor deprecated

func (*GetUserSubscriptionRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*GetUserSubscriptionRequest) GetSubscriptionId

func (x *GetUserSubscriptionRequest) GetSubscriptionId() string

func (*GetUserSubscriptionRequest) GetUserId

func (x *GetUserSubscriptionRequest) GetUserId() string

func (*GetUserSubscriptionRequest) ProtoMessage

func (*GetUserSubscriptionRequest) ProtoMessage()

func (*GetUserSubscriptionRequest) ProtoReflect

func (*GetUserSubscriptionRequest) Reset

func (x *GetUserSubscriptionRequest) Reset()

func (*GetUserSubscriptionRequest) String

func (x *GetUserSubscriptionRequest) String() string

type GetUserSubscriptionResponse

type GetUserSubscriptionResponse struct {
	Subscription *UserSubscription `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"`
	// contains filtered or unexported fields
}

Response for getting a user subscription. Contains a single user subscription.

func (*GetUserSubscriptionResponse) Descriptor deprecated

func (*GetUserSubscriptionResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*GetUserSubscriptionResponse) GetSubscription

func (x *GetUserSubscriptionResponse) GetSubscription() *UserSubscription

func (*GetUserSubscriptionResponse) ProtoMessage

func (*GetUserSubscriptionResponse) ProtoMessage()

func (*GetUserSubscriptionResponse) ProtoReflect

func (*GetUserSubscriptionResponse) Reset

func (x *GetUserSubscriptionResponse) Reset()

func (*GetUserSubscriptionResponse) String

func (x *GetUserSubscriptionResponse) String() string

type GetVoiceAnalyticsPreferencesRequest

type GetVoiceAnalyticsPreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for get request
	// contains filtered or unexported fields
}

Request for GetVoiceAnalyticsPreferences

func (*GetVoiceAnalyticsPreferencesRequest) Descriptor deprecated

func (*GetVoiceAnalyticsPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetVoiceAnalyticsPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetVoiceAnalyticsPreferencesRequest) GetFieldMask

func (*GetVoiceAnalyticsPreferencesRequest) ProtoMessage

func (*GetVoiceAnalyticsPreferencesRequest) ProtoMessage()

func (*GetVoiceAnalyticsPreferencesRequest) ProtoReflect

func (*GetVoiceAnalyticsPreferencesRequest) Reset

func (*GetVoiceAnalyticsPreferencesRequest) String

type GetVoiceAnalyticsPreferencesResponse

type GetVoiceAnalyticsPreferencesResponse struct {
	VoiceAnalyticsPreferences *VoiceAnalyticsPreferences `` // Voice analytics preferences object
	/* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response for GetVoiceAnalyticsPreferences

func (*GetVoiceAnalyticsPreferencesResponse) Descriptor deprecated

func (*GetVoiceAnalyticsPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetVoiceAnalyticsPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetVoiceAnalyticsPreferencesResponse) GetVoiceAnalyticsPreferences

func (x *GetVoiceAnalyticsPreferencesResponse) GetVoiceAnalyticsPreferences() *VoiceAnalyticsPreferences

func (*GetVoiceAnalyticsPreferencesResponse) ProtoMessage

func (*GetVoiceAnalyticsPreferencesResponse) ProtoMessage()

func (*GetVoiceAnalyticsPreferencesResponse) ProtoReflect

func (*GetVoiceAnalyticsPreferencesResponse) Reset

func (*GetVoiceAnalyticsPreferencesResponse) String

type GetWebLinkTemplateRequest

type GetWebLinkTemplateRequest struct {
	WebLinkTemplateId string `protobuf:"bytes,1,opt,name=web_link_template_id,json=webLinkTemplateId,proto3" json:"web_link_template_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWebLinkTemplateRequest) Descriptor deprecated

func (*GetWebLinkTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWebLinkTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetWebLinkTemplateRequest) GetWebLinkTemplateId

func (x *GetWebLinkTemplateRequest) GetWebLinkTemplateId() string

func (*GetWebLinkTemplateRequest) ProtoMessage

func (*GetWebLinkTemplateRequest) ProtoMessage()

func (*GetWebLinkTemplateRequest) ProtoReflect

func (*GetWebLinkTemplateRequest) Reset

func (x *GetWebLinkTemplateRequest) Reset()

func (*GetWebLinkTemplateRequest) String

func (x *GetWebLinkTemplateRequest) String() string

type GetWebLinkTemplateResponse

type GetWebLinkTemplateResponse struct {
	WebLinkTemplate *WebLinkTemplate `protobuf:"bytes,1,opt,name=web_link_template,json=webLinkTemplate,proto3" json:"web_link_template,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWebLinkTemplateResponse) Descriptor deprecated

func (*GetWebLinkTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWebLinkTemplateResponse.ProtoReflect.Descriptor instead.

func (*GetWebLinkTemplateResponse) GetWebLinkTemplate

func (x *GetWebLinkTemplateResponse) GetWebLinkTemplate() *WebLinkTemplate

func (*GetWebLinkTemplateResponse) ProtoMessage

func (*GetWebLinkTemplateResponse) ProtoMessage()

func (*GetWebLinkTemplateResponse) ProtoReflect

func (*GetWebLinkTemplateResponse) Reset

func (x *GetWebLinkTemplateResponse) Reset()

func (*GetWebLinkTemplateResponse) String

func (x *GetWebLinkTemplateResponse) String() string

type GetWebhookPreferencesRequest

type GetWebhookPreferencesRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for get request
	// contains filtered or unexported fields
}

Request for GetWebhookPreferences

func (*GetWebhookPreferencesRequest) Descriptor deprecated

func (*GetWebhookPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWebhookPreferencesRequest.ProtoReflect.Descriptor instead.

func (*GetWebhookPreferencesRequest) GetFieldMask

func (*GetWebhookPreferencesRequest) ProtoMessage

func (*GetWebhookPreferencesRequest) ProtoMessage()

func (*GetWebhookPreferencesRequest) ProtoReflect

func (*GetWebhookPreferencesRequest) Reset

func (x *GetWebhookPreferencesRequest) Reset()

func (*GetWebhookPreferencesRequest) String

type GetWebhookPreferencesResponse

type GetWebhookPreferencesResponse struct {
	WebhookPreferences *WebhookPreferences `protobuf:"bytes,10,opt,name=webhook_preferences,json=webhookPreferences,proto3" json:"webhook_preferences,omitempty"` // Authentication preferences objecte
	// contains filtered or unexported fields
}

Response for GetWebhookPreferences

func (*GetWebhookPreferencesResponse) Descriptor deprecated

func (*GetWebhookPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWebhookPreferencesResponse.ProtoReflect.Descriptor instead.

func (*GetWebhookPreferencesResponse) GetWebhookPreferences

func (x *GetWebhookPreferencesResponse) GetWebhookPreferences() *WebhookPreferences

func (*GetWebhookPreferencesResponse) ProtoMessage

func (*GetWebhookPreferencesResponse) ProtoMessage()

func (*GetWebhookPreferencesResponse) ProtoReflect

func (*GetWebhookPreferencesResponse) Reset

func (x *GetWebhookPreferencesResponse) Reset()

func (*GetWebhookPreferencesResponse) String

type GroupItem

type GroupItem struct {

	// name of the group.
	GroupName string `protobuf:"bytes,1,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	// hunt group sid for the group.
	HuntGroupSid int64 `protobuf:"varint,2,opt,name=hunt_group_sid,json=huntGroupSid,proto3" json:"hunt_group_sid,omitempty"`
	// agent profile group for the group.
	AgentProfileGroupId string `protobuf:"bytes,3,opt,name=agent_profile_group_id,json=agentProfileGroupId,proto3" json:"agent_profile_group_id,omitempty"`
	// p3 permission group id for the group.
	P3PermissionGroupId string `protobuf:"bytes,4,opt,name=p3_permission_group_id,json=p3PermissionGroupId,proto3" json:"p3_permission_group_id,omitempty"`
	// list of permission group ids for the group. If a user belongs to multiple
	// groups the list of permission group ids will be appended to the existing
	// permissions the user contains. All other group settings will be overridden
	// by the highest priority group.
	PermissionGroupIds []string `protobuf:"bytes,5,rep,name=permission_group_ids,json=permissionGroupIds,proto3" json:"permission_group_ids,omitempty"`
	// contains filtered or unexported fields
}

GroupItem defines settings mapped to a single group.

func (*GroupItem) Descriptor deprecated

func (*GroupItem) Descriptor() ([]byte, []int)

Deprecated: Use GroupItem.ProtoReflect.Descriptor instead.

func (*GroupItem) GetAgentProfileGroupId

func (x *GroupItem) GetAgentProfileGroupId() string

func (*GroupItem) GetGroupName

func (x *GroupItem) GetGroupName() string

func (*GroupItem) GetHuntGroupSid

func (x *GroupItem) GetHuntGroupSid() int64

func (*GroupItem) GetP3PermissionGroupId

func (x *GroupItem) GetP3PermissionGroupId() string

func (*GroupItem) GetPermissionGroupIds

func (x *GroupItem) GetPermissionGroupIds() []string

func (*GroupItem) ProtoMessage

func (*GroupItem) ProtoMessage()

func (*GroupItem) ProtoReflect

func (x *GroupItem) ProtoReflect() protoreflect.Message

func (*GroupItem) Reset

func (x *GroupItem) Reset()

func (*GroupItem) String

func (x *GroupItem) String() string

type ImportFormat

type ImportFormat struct {

	// Types that are assignable to Format:
	//
	//	*ImportFormat_Custom
	//	*ImportFormat_Standard
	Format isImportFormat_Format `protobuf_oneof:"format"`
	// contains filtered or unexported fields
}

Contact Import Template type used for default_contact_import_format preference

func (*ImportFormat) Descriptor deprecated

func (*ImportFormat) Descriptor() ([]byte, []int)

Deprecated: Use ImportFormat.ProtoReflect.Descriptor instead.

func (*ImportFormat) GetCustom

func (x *ImportFormat) GetCustom() *CustomImportFormat

func (*ImportFormat) GetFormat

func (m *ImportFormat) GetFormat() isImportFormat_Format

func (*ImportFormat) GetStandard

func (x *ImportFormat) GetStandard() commons.StandardImportFormat

func (*ImportFormat) ProtoMessage

func (*ImportFormat) ProtoMessage()

func (*ImportFormat) ProtoReflect

func (x *ImportFormat) ProtoReflect() protoreflect.Message

func (*ImportFormat) Reset

func (x *ImportFormat) Reset()

func (*ImportFormat) String

func (x *ImportFormat) String() string

type ImportFormat_Custom

type ImportFormat_Custom struct {
	Custom *CustomImportFormat `protobuf:"bytes,1,opt,name=custom,proto3,oneof"` // Client-defined import format
}

type ImportFormat_Standard

type ImportFormat_Standard struct {
	Standard commons.StandardImportFormat `protobuf:"varint,2,opt,name=standard,proto3,enum=api.commons.StandardImportFormat,oneof"` // Standard import format enum
}

type IncludedCallTypes

type IncludedCallTypes struct {
	Outbound    bool `protobuf:"varint,1,opt,name=outbound,proto3" json:"outbound,omitempty"`                          // Outbound calls
	Inbound     bool `protobuf:"varint,2,opt,name=inbound,proto3" json:"inbound,omitempty"`                            // Inbound calls
	ManualDial  bool `protobuf:"varint,3,opt,name=manual_dial,json=manualDial,proto3" json:"manual_dial,omitempty"`    // Manual-dial calls
	PreviewDial bool `protobuf:"varint,4,opt,name=preview_dial,json=previewDial,proto3" json:"preview_dial,omitempty"` // Preview-dial calls
	// contains filtered or unexported fields
}

Possible included call types, for agent included call types

func (*IncludedCallTypes) Descriptor deprecated

func (*IncludedCallTypes) Descriptor() ([]byte, []int)

Deprecated: Use IncludedCallTypes.ProtoReflect.Descriptor instead.

func (*IncludedCallTypes) GetInbound

func (x *IncludedCallTypes) GetInbound() bool

func (*IncludedCallTypes) GetManualDial

func (x *IncludedCallTypes) GetManualDial() bool

func (*IncludedCallTypes) GetOutbound

func (x *IncludedCallTypes) GetOutbound() bool

func (*IncludedCallTypes) GetPreviewDial

func (x *IncludedCallTypes) GetPreviewDial() bool

func (*IncludedCallTypes) ProtoMessage

func (*IncludedCallTypes) ProtoMessage()

func (*IncludedCallTypes) ProtoReflect

func (x *IncludedCallTypes) ProtoReflect() protoreflect.Message

func (*IncludedCallTypes) Reset

func (x *IncludedCallTypes) Reset()

func (*IncludedCallTypes) String

func (x *IncludedCallTypes) String() string

type InitDefaultPermissionGroupsRequest

type InitDefaultPermissionGroupsRequest struct {

	// id of the organization to initialize
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

The request for api.v0alpha.InitDefaultPermissionGroups.

func (*InitDefaultPermissionGroupsRequest) Descriptor deprecated

func (*InitDefaultPermissionGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use InitDefaultPermissionGroupsRequest.ProtoReflect.Descriptor instead.

func (*InitDefaultPermissionGroupsRequest) GetOrgId

func (*InitDefaultPermissionGroupsRequest) ProtoMessage

func (*InitDefaultPermissionGroupsRequest) ProtoMessage()

func (*InitDefaultPermissionGroupsRequest) ProtoReflect

func (*InitDefaultPermissionGroupsRequest) Reset

func (*InitDefaultPermissionGroupsRequest) String

type InitDefaultPermissionGroupsResponse

type InitDefaultPermissionGroupsResponse struct {

	// The list of default permission groups.
	DefaultPermissionGroups []*PermissionGroup `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

The response for api.v0alpha.InitDefaultPermissionGroups.

func (*InitDefaultPermissionGroupsResponse) Descriptor deprecated

func (*InitDefaultPermissionGroupsResponse) Descriptor() ([]byte, []int)

Deprecated: Use InitDefaultPermissionGroupsResponse.ProtoReflect.Descriptor instead.

func (*InitDefaultPermissionGroupsResponse) GetDefaultPermissionGroups

func (x *InitDefaultPermissionGroupsResponse) GetDefaultPermissionGroups() []*PermissionGroup

func (*InitDefaultPermissionGroupsResponse) ProtoMessage

func (*InitDefaultPermissionGroupsResponse) ProtoMessage()

func (*InitDefaultPermissionGroupsResponse) ProtoReflect

func (*InitDefaultPermissionGroupsResponse) Reset

func (*InitDefaultPermissionGroupsResponse) String

type Label

type Label struct {

	// simply the name of the label.
	// 'Team A', 'Medical', etc
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// the description of the label.
	Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	// Hex color code of the label.
	Color string `protobuf:"bytes,7,opt,name=color,proto3" json:"color,omitempty"`
	// Id of the label.
	LabelId string `protobuf:"bytes,8,opt,name=label_id,json=labelId,proto3" json:"label_id,omitempty"`
	// whether or not the label is deleted.
	Deleted bool `protobuf:"varint,9,opt,name=deleted,proto3" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

Label is an entity message.

func (*Label) Descriptor deprecated

func (*Label) Descriptor() ([]byte, []int)

Deprecated: Use Label.ProtoReflect.Descriptor instead.

func (*Label) GetColor

func (x *Label) GetColor() string

func (*Label) GetDeleted

func (x *Label) GetDeleted() bool

func (*Label) GetDescription

func (x *Label) GetDescription() string

func (*Label) GetLabelId

func (x *Label) GetLabelId() string

func (*Label) GetName

func (x *Label) GetName() string

func (*Label) ProtoMessage

func (*Label) ProtoMessage()

func (*Label) ProtoReflect

func (x *Label) ProtoReflect() protoreflect.Message

func (*Label) Reset

func (x *Label) Reset()

func (*Label) String

func (x *Label) String() string

type LinkbackUpdateBroadcastTemplatesRequest

type LinkbackUpdateBroadcastTemplatesRequest struct {
	Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Request for updating broadcast template properties

func (*LinkbackUpdateBroadcastTemplatesRequest) Descriptor deprecated

func (*LinkbackUpdateBroadcastTemplatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use LinkbackUpdateBroadcastTemplatesRequest.ProtoReflect.Descriptor instead.

func (*LinkbackUpdateBroadcastTemplatesRequest) GetValue

func (*LinkbackUpdateBroadcastTemplatesRequest) ProtoMessage

func (*LinkbackUpdateBroadcastTemplatesRequest) ProtoReflect

func (*LinkbackUpdateBroadcastTemplatesRequest) Reset

func (*LinkbackUpdateBroadcastTemplatesRequest) String

type LinkbackUpdateBroadcastTemplatesResponse

type LinkbackUpdateBroadcastTemplatesResponse struct {
	// contains filtered or unexported fields
}

Response for updating broadcast template properties

func (*LinkbackUpdateBroadcastTemplatesResponse) Descriptor deprecated

func (*LinkbackUpdateBroadcastTemplatesResponse) Descriptor() ([]byte, []int)

Deprecated: Use LinkbackUpdateBroadcastTemplatesResponse.ProtoReflect.Descriptor instead.

func (*LinkbackUpdateBroadcastTemplatesResponse) ProtoMessage

func (*LinkbackUpdateBroadcastTemplatesResponse) ProtoReflect

func (*LinkbackUpdateBroadcastTemplatesResponse) Reset

func (*LinkbackUpdateBroadcastTemplatesResponse) String

type ListAgentPauseCodesRequest

type ListAgentPauseCodesRequest struct {
	// contains filtered or unexported fields
}

Request message for the ListAgentPauseCodes RPC.

func (*ListAgentPauseCodesRequest) Descriptor deprecated

func (*ListAgentPauseCodesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAgentPauseCodesRequest.ProtoReflect.Descriptor instead.

func (*ListAgentPauseCodesRequest) ProtoMessage

func (*ListAgentPauseCodesRequest) ProtoMessage()

func (*ListAgentPauseCodesRequest) ProtoReflect

func (*ListAgentPauseCodesRequest) Reset

func (x *ListAgentPauseCodesRequest) Reset()

func (*ListAgentPauseCodesRequest) String

func (x *ListAgentPauseCodesRequest) String() string

type ListAgentPauseCodesResponse

type ListAgentPauseCodesResponse struct {
	PauseCodes []*PauseCode `protobuf:"bytes,1,rep,name=pause_codes,json=pauseCodes,proto3" json:"pause_codes,omitempty"`
	// contains filtered or unexported fields
}

Response message for the ListAgentPauseCodes RPC.

func (*ListAgentPauseCodesResponse) Descriptor deprecated

func (*ListAgentPauseCodesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAgentPauseCodesResponse.ProtoReflect.Descriptor instead.

func (*ListAgentPauseCodesResponse) GetPauseCodes

func (x *ListAgentPauseCodesResponse) GetPauseCodes() []*PauseCode

func (*ListAgentPauseCodesResponse) ProtoMessage

func (*ListAgentPauseCodesResponse) ProtoMessage()

func (*ListAgentPauseCodesResponse) ProtoReflect

func (*ListAgentPauseCodesResponse) Reset

func (x *ListAgentPauseCodesResponse) Reset()

func (*ListAgentPauseCodesResponse) String

func (x *ListAgentPauseCodesResponse) String() string

type ListAgentProfileGroupsRequest

type ListAgentProfileGroupsRequest struct {
	// contains filtered or unexported fields
}

func (*ListAgentProfileGroupsRequest) Descriptor deprecated

func (*ListAgentProfileGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAgentProfileGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListAgentProfileGroupsRequest) ProtoMessage

func (*ListAgentProfileGroupsRequest) ProtoMessage()

func (*ListAgentProfileGroupsRequest) ProtoReflect

func (*ListAgentProfileGroupsRequest) Reset

func (x *ListAgentProfileGroupsRequest) Reset()

func (*ListAgentProfileGroupsRequest) String

type ListAgentProfileGroupsResponse

type ListAgentProfileGroupsResponse struct {
	AgentProfileGroups []*org.AgentProfileGroup `protobuf:"bytes,1,rep,name=agent_profile_groups,json=agentProfileGroups,proto3" json:"agent_profile_groups,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAgentProfileGroupsResponse) Descriptor deprecated

func (*ListAgentProfileGroupsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAgentProfileGroupsResponse.ProtoReflect.Descriptor instead.

func (*ListAgentProfileGroupsResponse) GetAgentProfileGroups

func (x *ListAgentProfileGroupsResponse) GetAgentProfileGroups() []*org.AgentProfileGroup

func (*ListAgentProfileGroupsResponse) ProtoMessage

func (*ListAgentProfileGroupsResponse) ProtoMessage()

func (*ListAgentProfileGroupsResponse) ProtoReflect

func (*ListAgentProfileGroupsResponse) Reset

func (x *ListAgentProfileGroupsResponse) Reset()

func (*ListAgentProfileGroupsResponse) String

type ListAgentResponseGroupsRequest

type ListAgentResponseGroupsRequest struct {
	// contains filtered or unexported fields
}

Request message for ListAgentResponseGroups

func (*ListAgentResponseGroupsRequest) Descriptor deprecated

func (*ListAgentResponseGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAgentResponseGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListAgentResponseGroupsRequest) ProtoMessage

func (*ListAgentResponseGroupsRequest) ProtoMessage()

func (*ListAgentResponseGroupsRequest) ProtoReflect

func (*ListAgentResponseGroupsRequest) Reset

func (x *ListAgentResponseGroupsRequest) Reset()

func (*ListAgentResponseGroupsRequest) String

type ListAgentResponseGroupsResponse

type ListAgentResponseGroupsResponse struct {
	AgentResponses []string `protobuf:"bytes,1,rep,name=agent_responses,json=agentResponses,proto3" json:"agent_responses,omitempty"` // List of possible agent response groups.
	// contains filtered or unexported fields
}

Response message for ListAgentResponseGroups

func (*ListAgentResponseGroupsResponse) Descriptor deprecated

func (*ListAgentResponseGroupsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAgentResponseGroupsResponse.ProtoReflect.Descriptor instead.

func (*ListAgentResponseGroupsResponse) GetAgentResponses

func (x *ListAgentResponseGroupsResponse) GetAgentResponses() []string

func (*ListAgentResponseGroupsResponse) ProtoMessage

func (*ListAgentResponseGroupsResponse) ProtoMessage()

func (*ListAgentResponseGroupsResponse) ProtoReflect

func (*ListAgentResponseGroupsResponse) Reset

func (*ListAgentResponseGroupsResponse) String

type ListAgentStatisticsTemplatesRequest

type ListAgentStatisticsTemplatesRequest struct {
	// contains filtered or unexported fields
}

Request message for the ListAgentStatisticsTemplates RPC.

func (*ListAgentStatisticsTemplatesRequest) Descriptor deprecated

func (*ListAgentStatisticsTemplatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAgentStatisticsTemplatesRequest.ProtoReflect.Descriptor instead.

func (*ListAgentStatisticsTemplatesRequest) ProtoMessage

func (*ListAgentStatisticsTemplatesRequest) ProtoMessage()

func (*ListAgentStatisticsTemplatesRequest) ProtoReflect

func (*ListAgentStatisticsTemplatesRequest) Reset

func (*ListAgentStatisticsTemplatesRequest) String

type ListAgentStatisticsTemplatesResponse

type ListAgentStatisticsTemplatesResponse struct {

	// List of agent statistics templates.
	Templates []*AgentLoginGuiStatisticsTemplate `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"`
	// contains filtered or unexported fields
}

Response message for the ListAgentStatisticsTemplates RPC.

func (*ListAgentStatisticsTemplatesResponse) Descriptor deprecated

func (*ListAgentStatisticsTemplatesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAgentStatisticsTemplatesResponse.ProtoReflect.Descriptor instead.

func (*ListAgentStatisticsTemplatesResponse) GetTemplates

func (*ListAgentStatisticsTemplatesResponse) ProtoMessage

func (*ListAgentStatisticsTemplatesResponse) ProtoMessage()

func (*ListAgentStatisticsTemplatesResponse) ProtoReflect

func (*ListAgentStatisticsTemplatesResponse) Reset

func (*ListAgentStatisticsTemplatesResponse) String

type ListAgentTriggerTemplatesRequest

type ListAgentTriggerTemplatesRequest struct {
	// contains filtered or unexported fields
}

func (*ListAgentTriggerTemplatesRequest) Descriptor deprecated

func (*ListAgentTriggerTemplatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAgentTriggerTemplatesRequest.ProtoReflect.Descriptor instead.

func (*ListAgentTriggerTemplatesRequest) ProtoMessage

func (*ListAgentTriggerTemplatesRequest) ProtoMessage()

func (*ListAgentTriggerTemplatesRequest) ProtoReflect

func (*ListAgentTriggerTemplatesRequest) Reset

func (*ListAgentTriggerTemplatesRequest) String

type ListAgentTriggerTemplatesResponse

type ListAgentTriggerTemplatesResponse struct {
	AgentTriggerTemplates []*AgentTriggerTemplate `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListAgentTriggerTemplatesResponse) Descriptor deprecated

func (*ListAgentTriggerTemplatesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAgentTriggerTemplatesResponse.ProtoReflect.Descriptor instead.

func (*ListAgentTriggerTemplatesResponse) GetAgentTriggerTemplates

func (x *ListAgentTriggerTemplatesResponse) GetAgentTriggerTemplates() []*AgentTriggerTemplate

func (*ListAgentTriggerTemplatesResponse) ProtoMessage

func (*ListAgentTriggerTemplatesResponse) ProtoMessage()

func (*ListAgentTriggerTemplatesResponse) ProtoReflect

func (*ListAgentTriggerTemplatesResponse) Reset

func (*ListAgentTriggerTemplatesResponse) String

type ListArchivedOrganizationsRequest

type ListArchivedOrganizationsRequest struct {
	// contains filtered or unexported fields
}

The request for api.v0alpha.ListArchivedOrganizations

func (*ListArchivedOrganizationsRequest) Descriptor deprecated

func (*ListArchivedOrganizationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListArchivedOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ListArchivedOrganizationsRequest) ProtoMessage

func (*ListArchivedOrganizationsRequest) ProtoMessage()

func (*ListArchivedOrganizationsRequest) ProtoReflect

func (*ListArchivedOrganizationsRequest) Reset

func (*ListArchivedOrganizationsRequest) String

type ListArchivedOrganizationsResponse

type ListArchivedOrganizationsResponse struct {

	// List of organizations currently in archived state.
	ArchivedOrganizationDescriptions []*OrganizationDescription `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

The response for api.v0alpha.ListArchivedOrganizations

func (*ListArchivedOrganizationsResponse) Descriptor deprecated

func (*ListArchivedOrganizationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListArchivedOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*ListArchivedOrganizationsResponse) GetArchivedOrganizationDescriptions

func (x *ListArchivedOrganizationsResponse) GetArchivedOrganizationDescriptions() []*OrganizationDescription

func (*ListArchivedOrganizationsResponse) ProtoMessage

func (*ListArchivedOrganizationsResponse) ProtoMessage()

func (*ListArchivedOrganizationsResponse) ProtoReflect

func (*ListArchivedOrganizationsResponse) Reset

func (*ListArchivedOrganizationsResponse) String

type ListBillingRegionsRequest

type ListBillingRegionsRequest struct {
	// contains filtered or unexported fields
}

func (*ListBillingRegionsRequest) Descriptor deprecated

func (*ListBillingRegionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListBillingRegionsRequest.ProtoReflect.Descriptor instead.

func (*ListBillingRegionsRequest) ProtoMessage

func (*ListBillingRegionsRequest) ProtoMessage()

func (*ListBillingRegionsRequest) ProtoReflect

func (*ListBillingRegionsRequest) Reset

func (x *ListBillingRegionsRequest) Reset()

func (*ListBillingRegionsRequest) String

func (x *ListBillingRegionsRequest) String() string

type ListBillingRegionsResponse

type ListBillingRegionsResponse struct {
	BillingRegionRates []*BillingRegionRate `protobuf:"bytes,1,rep,name=billing_region_rates,json=billingRegionRates,proto3" json:"billing_region_rates,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBillingRegionsResponse) Descriptor deprecated

func (*ListBillingRegionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListBillingRegionsResponse.ProtoReflect.Descriptor instead.

func (*ListBillingRegionsResponse) GetBillingRegionRates

func (x *ListBillingRegionsResponse) GetBillingRegionRates() []*BillingRegionRate

func (*ListBillingRegionsResponse) ProtoMessage

func (*ListBillingRegionsResponse) ProtoMessage()

func (*ListBillingRegionsResponse) ProtoReflect

func (*ListBillingRegionsResponse) Reset

func (x *ListBillingRegionsResponse) Reset()

func (*ListBillingRegionsResponse) String

func (x *ListBillingRegionsResponse) String() string

type ListClientInfoDisplayTemplatesRequest

type ListClientInfoDisplayTemplatesRequest struct {
	// contains filtered or unexported fields
}

func (*ListClientInfoDisplayTemplatesRequest) Descriptor deprecated

func (*ListClientInfoDisplayTemplatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListClientInfoDisplayTemplatesRequest.ProtoReflect.Descriptor instead.

func (*ListClientInfoDisplayTemplatesRequest) ProtoMessage

func (*ListClientInfoDisplayTemplatesRequest) ProtoMessage()

func (*ListClientInfoDisplayTemplatesRequest) ProtoReflect

func (*ListClientInfoDisplayTemplatesRequest) Reset

func (*ListClientInfoDisplayTemplatesRequest) String

type ListClientInfoDisplayTemplatesResponse

type ListClientInfoDisplayTemplatesResponse struct {
	ClientInfoDisplayTemplates []*ClientInfoDisplayTemplate `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListClientInfoDisplayTemplatesResponse) Descriptor deprecated

func (*ListClientInfoDisplayTemplatesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListClientInfoDisplayTemplatesResponse.ProtoReflect.Descriptor instead.

func (*ListClientInfoDisplayTemplatesResponse) GetClientInfoDisplayTemplates

func (x *ListClientInfoDisplayTemplatesResponse) GetClientInfoDisplayTemplates() []*ClientInfoDisplayTemplate

func (*ListClientInfoDisplayTemplatesResponse) ProtoMessage

func (*ListClientInfoDisplayTemplatesResponse) ProtoReflect

func (*ListClientInfoDisplayTemplatesResponse) Reset

func (*ListClientInfoDisplayTemplatesResponse) String

type ListCustomReportFiltersRequest

type ListCustomReportFiltersRequest struct {
	// contains filtered or unexported fields
}

Request message for ListCustomReportFilters

func (*ListCustomReportFiltersRequest) Descriptor deprecated

func (*ListCustomReportFiltersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListCustomReportFiltersRequest.ProtoReflect.Descriptor instead.

func (*ListCustomReportFiltersRequest) ProtoMessage

func (*ListCustomReportFiltersRequest) ProtoMessage()

func (*ListCustomReportFiltersRequest) ProtoReflect

func (*ListCustomReportFiltersRequest) Reset

func (x *ListCustomReportFiltersRequest) Reset()

func (*ListCustomReportFiltersRequest) String

type ListCustomReportFiltersResponse

type ListCustomReportFiltersResponse struct {
	Filters []*CustomReportFilter `protobuf:"bytes,1,rep,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

Response message for ListCustomReportFilters

func (*ListCustomReportFiltersResponse) Descriptor deprecated

func (*ListCustomReportFiltersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListCustomReportFiltersResponse.ProtoReflect.Descriptor instead.

func (*ListCustomReportFiltersResponse) GetFilters

func (*ListCustomReportFiltersResponse) ProtoMessage

func (*ListCustomReportFiltersResponse) ProtoMessage()

func (*ListCustomReportFiltersResponse) ProtoReflect

func (*ListCustomReportFiltersResponse) Reset

func (*ListCustomReportFiltersResponse) String

type ListLastTemplateElementsRequest

type ListLastTemplateElementsRequest struct {
	// contains filtered or unexported fields
}

Request message for ListLastTemplateElements

func (*ListLastTemplateElementsRequest) Descriptor deprecated

func (*ListLastTemplateElementsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListLastTemplateElementsRequest.ProtoReflect.Descriptor instead.

func (*ListLastTemplateElementsRequest) ProtoMessage

func (*ListLastTemplateElementsRequest) ProtoMessage()

func (*ListLastTemplateElementsRequest) ProtoReflect

func (*ListLastTemplateElementsRequest) Reset

func (*ListLastTemplateElementsRequest) String

type ListLastTemplateElementsResponse

type ListLastTemplateElementsResponse struct {
	TemplateElements []string `protobuf:"bytes,1,rep,name=template_elements,json=templateElements,proto3" json:"template_elements,omitempty"` // List of distinct template script elements.
	// contains filtered or unexported fields
}

Response message for ListLastTemplateElements

func (*ListLastTemplateElementsResponse) Descriptor deprecated

func (*ListLastTemplateElementsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListLastTemplateElementsResponse.ProtoReflect.Descriptor instead.

func (*ListLastTemplateElementsResponse) GetTemplateElements

func (x *ListLastTemplateElementsResponse) GetTemplateElements() []string

func (*ListLastTemplateElementsResponse) ProtoMessage

func (*ListLastTemplateElementsResponse) ProtoMessage()

func (*ListLastTemplateElementsResponse) ProtoReflect

func (*ListLastTemplateElementsResponse) Reset

func (*ListLastTemplateElementsResponse) String

type ListLoginHistoryRequest

type ListLoginHistoryRequest struct {

	// Types that are assignable to FilterType:
	//
	//	*ListLoginHistoryRequest_UserId
	//	*ListLoginHistoryRequest_OriginationIp
	FilterType  isListLoginHistoryRequest_FilterType `protobuf_oneof:"filter_type"`
	Duration    int64                                `protobuf:"varint,3,opt,name=duration,proto3" json:"duration,omitempty"` // Number of days to grab login events from
	StrikesOnly bool                                 `protobuf:"varint,4,opt,name=strikes_only,json=strikesOnly,proto3" json:"strikes_only,omitempty"`
	// contains filtered or unexported fields
}

func (*ListLoginHistoryRequest) Descriptor deprecated

func (*ListLoginHistoryRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListLoginHistoryRequest.ProtoReflect.Descriptor instead.

func (*ListLoginHistoryRequest) GetDuration

func (x *ListLoginHistoryRequest) GetDuration() int64

func (*ListLoginHistoryRequest) GetFilterType

func (m *ListLoginHistoryRequest) GetFilterType() isListLoginHistoryRequest_FilterType

func (*ListLoginHistoryRequest) GetOriginationIp

func (x *ListLoginHistoryRequest) GetOriginationIp() string

func (*ListLoginHistoryRequest) GetStrikesOnly

func (x *ListLoginHistoryRequest) GetStrikesOnly() bool

func (*ListLoginHistoryRequest) GetUserId

func (x *ListLoginHistoryRequest) GetUserId() string

func (*ListLoginHistoryRequest) ProtoMessage

func (*ListLoginHistoryRequest) ProtoMessage()

func (*ListLoginHistoryRequest) ProtoReflect

func (x *ListLoginHistoryRequest) ProtoReflect() protoreflect.Message

func (*ListLoginHistoryRequest) Reset

func (x *ListLoginHistoryRequest) Reset()

func (*ListLoginHistoryRequest) String

func (x *ListLoginHistoryRequest) String() string

type ListLoginHistoryRequest_OriginationIp

type ListLoginHistoryRequest_OriginationIp struct {
	OriginationIp string `protobuf:"bytes,2,opt,name=origination_ip,json=originationIp,proto3,oneof"`
}

type ListLoginHistoryRequest_UserId

type ListLoginHistoryRequest_UserId struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3,oneof"`
}

type ListLoginHistoryResponse

type ListLoginHistoryResponse struct {
	LoginEvents []*LoginEvent `protobuf:"bytes,1,rep,name=login_events,json=loginEvents,proto3" json:"login_events,omitempty"`
	// contains filtered or unexported fields
}

func (*ListLoginHistoryResponse) Descriptor deprecated

func (*ListLoginHistoryResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListLoginHistoryResponse.ProtoReflect.Descriptor instead.

func (*ListLoginHistoryResponse) GetLoginEvents

func (x *ListLoginHistoryResponse) GetLoginEvents() []*LoginEvent

func (*ListLoginHistoryResponse) ProtoMessage

func (*ListLoginHistoryResponse) ProtoMessage()

func (*ListLoginHistoryResponse) ProtoReflect

func (x *ListLoginHistoryResponse) ProtoReflect() protoreflect.Message

func (*ListLoginHistoryResponse) Reset

func (x *ListLoginHistoryResponse) Reset()

func (*ListLoginHistoryResponse) String

func (x *ListLoginHistoryResponse) String() string

type ListOrgSubscriptionsRequest

type ListOrgSubscriptionsRequest struct {

	// Required.
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// Optional.
	// Used by matrix-notify to get settings in bulk for a particular event type.
	EventType audit.EventType `protobuf:"varint,2,opt,name=event_type,json=eventType,proto3,enum=api.commons.audit.EventType" json:"event_type,omitempty"`
	// contains filtered or unexported fields
}

Request for listing subscriptions (for many users) for an org.

func (*ListOrgSubscriptionsRequest) Descriptor deprecated

func (*ListOrgSubscriptionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrgSubscriptionsRequest.ProtoReflect.Descriptor instead.

func (*ListOrgSubscriptionsRequest) GetEventType

func (x *ListOrgSubscriptionsRequest) GetEventType() audit.EventType

func (*ListOrgSubscriptionsRequest) GetOrgId

func (x *ListOrgSubscriptionsRequest) GetOrgId() string

func (*ListOrgSubscriptionsRequest) ProtoMessage

func (*ListOrgSubscriptionsRequest) ProtoMessage()

func (*ListOrgSubscriptionsRequest) ProtoReflect

func (*ListOrgSubscriptionsRequest) Reset

func (x *ListOrgSubscriptionsRequest) Reset()

func (*ListOrgSubscriptionsRequest) String

func (x *ListOrgSubscriptionsRequest) String() string

type ListOrgSubscriptionsResponse

type ListOrgSubscriptionsResponse struct {
	Subscriptions []*UserSubscription `protobuf:"bytes,1,rep,name=subscriptions,proto3" json:"subscriptions,omitempty"`
	// contains filtered or unexported fields
}

Response for listing subscriptions for multiple users.

func (*ListOrgSubscriptionsResponse) Descriptor deprecated

func (*ListOrgSubscriptionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrgSubscriptionsResponse.ProtoReflect.Descriptor instead.

func (*ListOrgSubscriptionsResponse) GetSubscriptions

func (x *ListOrgSubscriptionsResponse) GetSubscriptions() []*UserSubscription

func (*ListOrgSubscriptionsResponse) ProtoMessage

func (*ListOrgSubscriptionsResponse) ProtoMessage()

func (*ListOrgSubscriptionsResponse) ProtoReflect

func (*ListOrgSubscriptionsResponse) Reset

func (x *ListOrgSubscriptionsResponse) Reset()

func (*ListOrgSubscriptionsResponse) String

type ListOrganizationDescriptionsRequest

type ListOrganizationDescriptionsRequest struct {
	// contains filtered or unexported fields
}

func (*ListOrganizationDescriptionsRequest) Descriptor deprecated

func (*ListOrganizationDescriptionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationDescriptionsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationDescriptionsRequest) ProtoMessage

func (*ListOrganizationDescriptionsRequest) ProtoMessage()

func (*ListOrganizationDescriptionsRequest) ProtoReflect

func (*ListOrganizationDescriptionsRequest) Reset

func (*ListOrganizationDescriptionsRequest) String

type ListOrganizationDescriptionsResponse

type ListOrganizationDescriptionsResponse struct {
	OrganizationDescriptions []*OrganizationDescription `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListOrganizationDescriptionsResponse) Descriptor deprecated

func (*ListOrganizationDescriptionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationDescriptionsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationDescriptionsResponse) GetOrganizationDescriptions

func (x *ListOrganizationDescriptionsResponse) GetOrganizationDescriptions() []*OrganizationDescription

func (*ListOrganizationDescriptionsResponse) ProtoMessage

func (*ListOrganizationDescriptionsResponse) ProtoMessage()

func (*ListOrganizationDescriptionsResponse) ProtoReflect

func (*ListOrganizationDescriptionsResponse) Reset

func (*ListOrganizationDescriptionsResponse) String

type ListOrganizationUserDescriptionsRequest

type ListOrganizationUserDescriptionsRequest struct {
	// contains filtered or unexported fields
}

func (*ListOrganizationUserDescriptionsRequest) Descriptor deprecated

func (*ListOrganizationUserDescriptionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationUserDescriptionsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationUserDescriptionsRequest) ProtoMessage

func (*ListOrganizationUserDescriptionsRequest) ProtoReflect

func (*ListOrganizationUserDescriptionsRequest) Reset

func (*ListOrganizationUserDescriptionsRequest) String

type ListOrganizationUserDescriptionsResponse

type ListOrganizationUserDescriptionsResponse struct {
	UserDescriptions []*UserDescription `protobuf:"bytes,1,rep,name=user_descriptions,json=userDescriptions,proto3" json:"user_descriptions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationUserDescriptionsResponse) Descriptor deprecated

func (*ListOrganizationUserDescriptionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationUserDescriptionsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationUserDescriptionsResponse) GetUserDescriptions

func (x *ListOrganizationUserDescriptionsResponse) GetUserDescriptions() []*UserDescription

func (*ListOrganizationUserDescriptionsResponse) ProtoMessage

func (*ListOrganizationUserDescriptionsResponse) ProtoReflect

func (*ListOrganizationUserDescriptionsResponse) Reset

func (*ListOrganizationUserDescriptionsResponse) String

type ListOwnedOrgsRequest

type ListOwnedOrgsRequest struct {

	// organization id passed in by customer support
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for the ListOwnedOrgs rpc.

func (*ListOwnedOrgsRequest) Descriptor deprecated

func (*ListOwnedOrgsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOwnedOrgsRequest.ProtoReflect.Descriptor instead.

func (*ListOwnedOrgsRequest) GetOrgId

func (x *ListOwnedOrgsRequest) GetOrgId() string

func (*ListOwnedOrgsRequest) ProtoMessage

func (*ListOwnedOrgsRequest) ProtoMessage()

func (*ListOwnedOrgsRequest) ProtoReflect

func (x *ListOwnedOrgsRequest) ProtoReflect() protoreflect.Message

func (*ListOwnedOrgsRequest) Reset

func (x *ListOwnedOrgsRequest) Reset()

func (*ListOwnedOrgsRequest) String

func (x *ListOwnedOrgsRequest) String() string

type ListOwnedOrgsResponse

type ListOwnedOrgsResponse struct {
	OrganizationDescriptions []*OrganizationDescription `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListOwnedOrgsResponse) Descriptor deprecated

func (*ListOwnedOrgsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOwnedOrgsResponse.ProtoReflect.Descriptor instead.

func (*ListOwnedOrgsResponse) GetOrganizationDescriptions

func (x *ListOwnedOrgsResponse) GetOrganizationDescriptions() []*OrganizationDescription

func (*ListOwnedOrgsResponse) ProtoMessage

func (*ListOwnedOrgsResponse) ProtoMessage()

func (*ListOwnedOrgsResponse) ProtoReflect

func (x *ListOwnedOrgsResponse) ProtoReflect() protoreflect.Message

func (*ListOwnedOrgsResponse) Reset

func (x *ListOwnedOrgsResponse) Reset()

func (*ListOwnedOrgsResponse) String

func (x *ListOwnedOrgsResponse) String() string

type ListOwnedUsersRequest

type ListOwnedUsersRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOwnedUsersRequest) Descriptor deprecated

func (*ListOwnedUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOwnedUsersRequest.ProtoReflect.Descriptor instead.

func (*ListOwnedUsersRequest) GetOrgId

func (x *ListOwnedUsersRequest) GetOrgId() string

func (*ListOwnedUsersRequest) ProtoMessage

func (*ListOwnedUsersRequest) ProtoMessage()

func (*ListOwnedUsersRequest) ProtoReflect

func (x *ListOwnedUsersRequest) ProtoReflect() protoreflect.Message

func (*ListOwnedUsersRequest) Reset

func (x *ListOwnedUsersRequest) Reset()

func (*ListOwnedUsersRequest) String

func (x *ListOwnedUsersRequest) String() string

type ListOwnedUsersResponse

type ListOwnedUsersResponse struct {
	UserDescriptions []*UserDescription `protobuf:"bytes,1,rep,name=user_descriptions,json=userDescriptions,proto3" json:"user_descriptions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOwnedUsersResponse) Descriptor deprecated

func (*ListOwnedUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOwnedUsersResponse.ProtoReflect.Descriptor instead.

func (*ListOwnedUsersResponse) GetUserDescriptions

func (x *ListOwnedUsersResponse) GetUserDescriptions() []*UserDescription

func (*ListOwnedUsersResponse) ProtoMessage

func (*ListOwnedUsersResponse) ProtoMessage()

func (*ListOwnedUsersResponse) ProtoReflect

func (x *ListOwnedUsersResponse) ProtoReflect() protoreflect.Message

func (*ListOwnedUsersResponse) Reset

func (x *ListOwnedUsersResponse) Reset()

func (*ListOwnedUsersResponse) String

func (x *ListOwnedUsersResponse) String() string

type ListP3PermissionGroupsRequest

type ListP3PermissionGroupsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListP3PermissionGroupsRequest) Descriptor deprecated

func (*ListP3PermissionGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListP3PermissionGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListP3PermissionGroupsRequest) GetOrgId

func (x *ListP3PermissionGroupsRequest) GetOrgId() string

func (*ListP3PermissionGroupsRequest) ProtoMessage

func (*ListP3PermissionGroupsRequest) ProtoMessage()

func (*ListP3PermissionGroupsRequest) ProtoReflect

func (*ListP3PermissionGroupsRequest) Reset

func (x *ListP3PermissionGroupsRequest) Reset()

func (*ListP3PermissionGroupsRequest) String

type ListP3PermissionGroupsResponse

type ListP3PermissionGroupsResponse struct {
	PermissionGroups []*P3PermissionGroup `protobuf:"bytes,1,rep,name=permission_groups,json=permissionGroups,proto3" json:"permission_groups,omitempty"`
	// contains filtered or unexported fields
}

func (*ListP3PermissionGroupsResponse) Descriptor deprecated

func (*ListP3PermissionGroupsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListP3PermissionGroupsResponse.ProtoReflect.Descriptor instead.

func (*ListP3PermissionGroupsResponse) GetPermissionGroups

func (x *ListP3PermissionGroupsResponse) GetPermissionGroups() []*P3PermissionGroup

func (*ListP3PermissionGroupsResponse) ProtoMessage

func (*ListP3PermissionGroupsResponse) ProtoMessage()

func (*ListP3PermissionGroupsResponse) ProtoReflect

func (*ListP3PermissionGroupsResponse) Reset

func (x *ListP3PermissionGroupsResponse) Reset()

func (*ListP3PermissionGroupsResponse) String

type ListP3UnMigratedUsersRequest

type ListP3UnMigratedUsersRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListP3UnMigratedUsersRequest) Descriptor deprecated

func (*ListP3UnMigratedUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListP3UnMigratedUsersRequest.ProtoReflect.Descriptor instead.

func (*ListP3UnMigratedUsersRequest) GetOrgId

func (x *ListP3UnMigratedUsersRequest) GetOrgId() string

func (*ListP3UnMigratedUsersRequest) ProtoMessage

func (*ListP3UnMigratedUsersRequest) ProtoMessage()

func (*ListP3UnMigratedUsersRequest) ProtoReflect

func (*ListP3UnMigratedUsersRequest) Reset

func (x *ListP3UnMigratedUsersRequest) Reset()

func (*ListP3UnMigratedUsersRequest) String

type ListP3UnMigratedUsersResponse

type ListP3UnMigratedUsersResponse struct {
	Users []*UnMigratedUser `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*ListP3UnMigratedUsersResponse) Descriptor deprecated

func (*ListP3UnMigratedUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListP3UnMigratedUsersResponse.ProtoReflect.Descriptor instead.

func (*ListP3UnMigratedUsersResponse) GetUsers

func (*ListP3UnMigratedUsersResponse) ProtoMessage

func (*ListP3UnMigratedUsersResponse) ProtoMessage()

func (*ListP3UnMigratedUsersResponse) ProtoReflect

func (*ListP3UnMigratedUsersResponse) Reset

func (x *ListP3UnMigratedUsersResponse) Reset()

func (*ListP3UnMigratedUsersResponse) String

type ListPermissionGroupsRequest

type ListPermissionGroupsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPermissionGroupsRequest) Descriptor deprecated

func (*ListPermissionGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListPermissionGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListPermissionGroupsRequest) GetOrgId

func (x *ListPermissionGroupsRequest) GetOrgId() string

func (*ListPermissionGroupsRequest) ProtoMessage

func (*ListPermissionGroupsRequest) ProtoMessage()

func (*ListPermissionGroupsRequest) ProtoReflect

func (*ListPermissionGroupsRequest) Reset

func (x *ListPermissionGroupsRequest) Reset()

func (*ListPermissionGroupsRequest) String

func (x *ListPermissionGroupsRequest) String() string

type ListPermissionGroupsResponse

type ListPermissionGroupsResponse struct {
	PermissionGroups []*PermissionGroup `protobuf:"bytes,1,rep,name=permission_groups,json=permissionGroups,proto3" json:"permission_groups,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPermissionGroupsResponse) Descriptor deprecated

func (*ListPermissionGroupsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListPermissionGroupsResponse.ProtoReflect.Descriptor instead.

func (*ListPermissionGroupsResponse) GetPermissionGroups

func (x *ListPermissionGroupsResponse) GetPermissionGroups() []*PermissionGroup

func (*ListPermissionGroupsResponse) ProtoMessage

func (*ListPermissionGroupsResponse) ProtoMessage()

func (*ListPermissionGroupsResponse) ProtoReflect

func (*ListPermissionGroupsResponse) Reset

func (x *ListPermissionGroupsResponse) Reset()

func (*ListPermissionGroupsResponse) String

type ListQueueConfigsReq

type ListQueueConfigsReq struct {

	// If org_id is left empty, the org_id will be
	// retreived from the users token.
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListQueueConfigsReq) Descriptor deprecated

func (*ListQueueConfigsReq) Descriptor() ([]byte, []int)

Deprecated: Use ListQueueConfigsReq.ProtoReflect.Descriptor instead.

func (*ListQueueConfigsReq) GetOrgId

func (x *ListQueueConfigsReq) GetOrgId() string

func (*ListQueueConfigsReq) ProtoMessage

func (*ListQueueConfigsReq) ProtoMessage()

func (*ListQueueConfigsReq) ProtoReflect

func (x *ListQueueConfigsReq) ProtoReflect() protoreflect.Message

func (*ListQueueConfigsReq) Reset

func (x *ListQueueConfigsReq) Reset()

func (*ListQueueConfigsReq) String

func (x *ListQueueConfigsReq) String() string

type ListQueueConfigsRes

type ListQueueConfigsRes struct {

	// configs is a list of a clients custom queue configurations.
	Configs []*QueueConfig `protobuf:"bytes,1,rep,name=configs,proto3" json:"configs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListQueueConfigsRes) Descriptor deprecated

func (*ListQueueConfigsRes) Descriptor() ([]byte, []int)

Deprecated: Use ListQueueConfigsRes.ProtoReflect.Descriptor instead.

func (*ListQueueConfigsRes) GetConfigs

func (x *ListQueueConfigsRes) GetConfigs() []*QueueConfig

func (*ListQueueConfigsRes) ProtoMessage

func (*ListQueueConfigsRes) ProtoMessage()

func (*ListQueueConfigsRes) ProtoReflect

func (x *ListQueueConfigsRes) ProtoReflect() protoreflect.Message

func (*ListQueueConfigsRes) Reset

func (x *ListQueueConfigsRes) Reset()

func (*ListQueueConfigsRes) String

func (x *ListQueueConfigsRes) String() string

type ListRegionalOrganizationsRequest

type ListRegionalOrganizationsRequest struct {
	// contains filtered or unexported fields
}

func (*ListRegionalOrganizationsRequest) Descriptor deprecated

func (*ListRegionalOrganizationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionalOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ListRegionalOrganizationsRequest) ProtoMessage

func (*ListRegionalOrganizationsRequest) ProtoMessage()

func (*ListRegionalOrganizationsRequest) ProtoReflect

func (*ListRegionalOrganizationsRequest) Reset

func (*ListRegionalOrganizationsRequest) String

type ListRegionalOrganizationsResponse

type ListRegionalOrganizationsResponse struct {
	OrganizationDescriptions []*OrganizationDescription `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListRegionalOrganizationsResponse) Descriptor deprecated

func (*ListRegionalOrganizationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionalOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*ListRegionalOrganizationsResponse) GetOrganizationDescriptions

func (x *ListRegionalOrganizationsResponse) GetOrganizationDescriptions() []*OrganizationDescription

func (*ListRegionalOrganizationsResponse) ProtoMessage

func (*ListRegionalOrganizationsResponse) ProtoMessage()

func (*ListRegionalOrganizationsResponse) ProtoReflect

func (*ListRegionalOrganizationsResponse) Reset

func (*ListRegionalOrganizationsResponse) String

type ListUserDescriptionsRequest

type ListUserDescriptionsRequest struct {

	// Optional. RegionId to filter by.
	RegionId string `protobuf:"bytes,1,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty"`
	// Optional. OrgId to filter by.
	OrgIdFilter string `protobuf:"bytes,2,opt,name=org_id_filter,json=orgIdFilter,proto3" json:"org_id_filter,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserDescriptionsRequest) Descriptor deprecated

func (*ListUserDescriptionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUserDescriptionsRequest.ProtoReflect.Descriptor instead.

func (*ListUserDescriptionsRequest) GetOrgIdFilter

func (x *ListUserDescriptionsRequest) GetOrgIdFilter() string

func (*ListUserDescriptionsRequest) GetRegionId

func (x *ListUserDescriptionsRequest) GetRegionId() string

func (*ListUserDescriptionsRequest) ProtoMessage

func (*ListUserDescriptionsRequest) ProtoMessage()

func (*ListUserDescriptionsRequest) ProtoReflect

func (*ListUserDescriptionsRequest) Reset

func (x *ListUserDescriptionsRequest) Reset()

func (*ListUserDescriptionsRequest) String

func (x *ListUserDescriptionsRequest) String() string

type ListUserDescriptionsResponse

type ListUserDescriptionsResponse struct {
	UserDescriptions []*UserDescription `protobuf:"bytes,1,rep,name=user_descriptions,json=userDescriptions,proto3" json:"user_descriptions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserDescriptionsResponse) Descriptor deprecated

func (*ListUserDescriptionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUserDescriptionsResponse.ProtoReflect.Descriptor instead.

func (*ListUserDescriptionsResponse) GetUserDescriptions

func (x *ListUserDescriptionsResponse) GetUserDescriptions() []*UserDescription

func (*ListUserDescriptionsResponse) ProtoMessage

func (*ListUserDescriptionsResponse) ProtoMessage()

func (*ListUserDescriptionsResponse) ProtoReflect

func (*ListUserDescriptionsResponse) Reset

func (x *ListUserDescriptionsResponse) Reset()

func (*ListUserDescriptionsResponse) String

type ListUserSubscriptionsRequest

type ListUserSubscriptionsRequest struct {

	// Required.
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

Request for listing subscriptions for a user.

func (*ListUserSubscriptionsRequest) Descriptor deprecated

func (*ListUserSubscriptionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUserSubscriptionsRequest.ProtoReflect.Descriptor instead.

func (*ListUserSubscriptionsRequest) GetUserId

func (x *ListUserSubscriptionsRequest) GetUserId() string

func (*ListUserSubscriptionsRequest) ProtoMessage

func (*ListUserSubscriptionsRequest) ProtoMessage()

func (*ListUserSubscriptionsRequest) ProtoReflect

func (*ListUserSubscriptionsRequest) Reset

func (x *ListUserSubscriptionsRequest) Reset()

func (*ListUserSubscriptionsRequest) String

type ListUserSubscriptionsResponse

type ListUserSubscriptionsResponse struct {
	Subscriptions []*UserSubscription `protobuf:"bytes,1,rep,name=subscriptions,proto3" json:"subscriptions,omitempty"`
	// contains filtered or unexported fields
}

Response for listing subscriptions for a user. Contains a user subscriptions (plural) object.

func (*ListUserSubscriptionsResponse) Descriptor deprecated

func (*ListUserSubscriptionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUserSubscriptionsResponse.ProtoReflect.Descriptor instead.

func (*ListUserSubscriptionsResponse) GetSubscriptions

func (x *ListUserSubscriptionsResponse) GetSubscriptions() []*UserSubscription

func (*ListUserSubscriptionsResponse) ProtoMessage

func (*ListUserSubscriptionsResponse) ProtoMessage()

func (*ListUserSubscriptionsResponse) ProtoReflect

func (*ListUserSubscriptionsResponse) Reset

func (x *ListUserSubscriptionsResponse) Reset()

func (*ListUserSubscriptionsResponse) String

type ListWebLinkTemplatesRequest

type ListWebLinkTemplatesRequest struct {
	// contains filtered or unexported fields
}

func (*ListWebLinkTemplatesRequest) Descriptor deprecated

func (*ListWebLinkTemplatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListWebLinkTemplatesRequest.ProtoReflect.Descriptor instead.

func (*ListWebLinkTemplatesRequest) ProtoMessage

func (*ListWebLinkTemplatesRequest) ProtoMessage()

func (*ListWebLinkTemplatesRequest) ProtoReflect

func (*ListWebLinkTemplatesRequest) Reset

func (x *ListWebLinkTemplatesRequest) Reset()

func (*ListWebLinkTemplatesRequest) String

func (x *ListWebLinkTemplatesRequest) String() string

type ListWebLinkTemplatesResponse

type ListWebLinkTemplatesResponse struct {
	WebLinkTemplates []*WebLinkTemplate `protobuf:"bytes,1,rep,name=web_link_templates,json=webLinkTemplates,proto3" json:"web_link_templates,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWebLinkTemplatesResponse) Descriptor deprecated

func (*ListWebLinkTemplatesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListWebLinkTemplatesResponse.ProtoReflect.Descriptor instead.

func (*ListWebLinkTemplatesResponse) GetWebLinkTemplates

func (x *ListWebLinkTemplatesResponse) GetWebLinkTemplates() []*WebLinkTemplate

func (*ListWebLinkTemplatesResponse) ProtoMessage

func (*ListWebLinkTemplatesResponse) ProtoMessage()

func (*ListWebLinkTemplatesResponse) ProtoReflect

func (*ListWebLinkTemplatesResponse) Reset

func (x *ListWebLinkTemplatesResponse) Reset()

func (*ListWebLinkTemplatesResponse) String

type LocationDescription

type LocationDescription struct {
	LocationName     string `protobuf:"bytes,1,opt,name=location_name,json=locationName,proto3" json:"location_name,omitempty"`
	Address          string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Zip              string `protobuf:"bytes,3,opt,name=zip,proto3" json:"zip,omitempty"`
	State            string `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	Phone            string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone,omitempty"`
	Fax              string `protobuf:"bytes,6,opt,name=fax,proto3" json:"fax,omitempty"`
	Email            string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
	ContactFirstName string `protobuf:"bytes,8,opt,name=contact_first_name,json=contactFirstName,proto3" json:"contact_first_name,omitempty"`
	ContactLastName  string `protobuf:"bytes,9,opt,name=contact_last_name,json=contactLastName,proto3" json:"contact_last_name,omitempty"`
	CompanyName      string `protobuf:"bytes,10,opt,name=company_name,json=companyName,proto3" json:"company_name,omitempty"`
	City             string `protobuf:"bytes,11,opt,name=city,proto3" json:"city,omitempty"`
	Country          string `protobuf:"bytes,12,opt,name=country,proto3" json:"country,omitempty"`
	// contains filtered or unexported fields
}

func (*LocationDescription) Descriptor deprecated

func (*LocationDescription) Descriptor() ([]byte, []int)

Deprecated: Use LocationDescription.ProtoReflect.Descriptor instead.

func (*LocationDescription) GetAddress

func (x *LocationDescription) GetAddress() string

func (*LocationDescription) GetCity

func (x *LocationDescription) GetCity() string

func (*LocationDescription) GetCompanyName

func (x *LocationDescription) GetCompanyName() string

func (*LocationDescription) GetContactFirstName

func (x *LocationDescription) GetContactFirstName() string

func (*LocationDescription) GetContactLastName

func (x *LocationDescription) GetContactLastName() string

func (*LocationDescription) GetCountry

func (x *LocationDescription) GetCountry() string

func (*LocationDescription) GetEmail

func (x *LocationDescription) GetEmail() string

func (*LocationDescription) GetFax

func (x *LocationDescription) GetFax() string

func (*LocationDescription) GetLocationName

func (x *LocationDescription) GetLocationName() string

func (*LocationDescription) GetPhone

func (x *LocationDescription) GetPhone() string

func (*LocationDescription) GetState

func (x *LocationDescription) GetState() string

func (*LocationDescription) GetZip

func (x *LocationDescription) GetZip() string

func (*LocationDescription) ProtoMessage

func (*LocationDescription) ProtoMessage()

func (*LocationDescription) ProtoReflect

func (x *LocationDescription) ProtoReflect() protoreflect.Message

func (*LocationDescription) Reset

func (x *LocationDescription) Reset()

func (*LocationDescription) String

func (x *LocationDescription) String() string

type LoginEvent

type LoginEvent struct {
	LoginLogSid   int64                  `protobuf:"varint,1,opt,name=login_log_sid,json=loginLogSid,proto3" json:"login_log_sid,omitempty"`
	UserName      string                 `protobuf:"bytes,2,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	OriginationIp string                 `protobuf:"bytes,3,opt,name=origination_ip,json=originationIp,proto3" json:"origination_ip,omitempty"`
	LoginSuccess  bool                   `protobuf:"varint,4,opt,name=login_success,json=loginSuccess,proto3" json:"login_success,omitempty"`
	Strike        bool                   `protobuf:"varint,5,opt,name=strike,proto3" json:"strike,omitempty"`
	Notes         string                 `protobuf:"bytes,6,opt,name=notes,proto3" json:"notes,omitempty"`
	DateAttempted *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=date_attempted,json=dateAttempted,proto3" json:"date_attempted,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginEvent) Descriptor deprecated

func (*LoginEvent) Descriptor() ([]byte, []int)

Deprecated: Use LoginEvent.ProtoReflect.Descriptor instead.

func (*LoginEvent) GetDateAttempted

func (x *LoginEvent) GetDateAttempted() *timestamppb.Timestamp

func (*LoginEvent) GetLoginLogSid

func (x *LoginEvent) GetLoginLogSid() int64

func (*LoginEvent) GetLoginSuccess

func (x *LoginEvent) GetLoginSuccess() bool

func (*LoginEvent) GetNotes

func (x *LoginEvent) GetNotes() string

func (*LoginEvent) GetOriginationIp

func (x *LoginEvent) GetOriginationIp() string

func (*LoginEvent) GetStrike

func (x *LoginEvent) GetStrike() bool

func (*LoginEvent) GetUserName

func (x *LoginEvent) GetUserName() string

func (*LoginEvent) ProtoMessage

func (*LoginEvent) ProtoMessage()

func (*LoginEvent) ProtoReflect

func (x *LoginEvent) ProtoReflect() protoreflect.Message

func (*LoginEvent) Reset

func (x *LoginEvent) Reset()

func (*LoginEvent) String

func (x *LoginEvent) String() string

type ManualUserEmailVerificationRequest

type ManualUserEmailVerificationRequest struct {

	// Required. The ID of the user.
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// Optional. The ID of the org the user belongs to.
	// If this is set the rpc will require the support permission.
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

Request for the ManualUserEmailVerification RPC.

func (*ManualUserEmailVerificationRequest) Descriptor deprecated

func (*ManualUserEmailVerificationRequest) Descriptor() ([]byte, []int)

Deprecated: Use ManualUserEmailVerificationRequest.ProtoReflect.Descriptor instead.

func (*ManualUserEmailVerificationRequest) GetOrgId

func (*ManualUserEmailVerificationRequest) GetUserId

func (*ManualUserEmailVerificationRequest) ProtoMessage

func (*ManualUserEmailVerificationRequest) ProtoMessage()

func (*ManualUserEmailVerificationRequest) ProtoReflect

func (*ManualUserEmailVerificationRequest) Reset

func (*ManualUserEmailVerificationRequest) String

type ManualUserEmailVerificationResponse

type ManualUserEmailVerificationResponse struct {
	// contains filtered or unexported fields
}

Response for the ManualUserEmailVerification RPC.

func (*ManualUserEmailVerificationResponse) Descriptor deprecated

func (*ManualUserEmailVerificationResponse) Descriptor() ([]byte, []int)

Deprecated: Use ManualUserEmailVerificationResponse.ProtoReflect.Descriptor instead.

func (*ManualUserEmailVerificationResponse) ProtoMessage

func (*ManualUserEmailVerificationResponse) ProtoMessage()

func (*ManualUserEmailVerificationResponse) ProtoReflect

func (*ManualUserEmailVerificationResponse) Reset

func (*ManualUserEmailVerificationResponse) String

type MigrateP3UserRequest

type MigrateP3UserRequest struct {

	// Optional agent_sid or login_sid (must have one)
	AgentSid  int64 `protobuf:"varint,1,opt,name=agent_sid,json=agentSid,proto3" json:"agent_sid,omitempty"`
	LoginSid  int64 `protobuf:"varint,2,opt,name=login_sid,json=loginSid,proto3" json:"login_sid,omitempty"`
	ClientSid int64 `protobuf:"varint,3,opt,name=client_sid,json=clientSid,proto3" json:"client_sid,omitempty"`
	// New password for migrated user
	Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*MigrateP3UserRequest) Descriptor deprecated

func (*MigrateP3UserRequest) Descriptor() ([]byte, []int)

Deprecated: Use MigrateP3UserRequest.ProtoReflect.Descriptor instead.

func (*MigrateP3UserRequest) GetAgentSid

func (x *MigrateP3UserRequest) GetAgentSid() int64

func (*MigrateP3UserRequest) GetClientSid

func (x *MigrateP3UserRequest) GetClientSid() int64

func (*MigrateP3UserRequest) GetLoginSid

func (x *MigrateP3UserRequest) GetLoginSid() int64

func (*MigrateP3UserRequest) GetPassword

func (x *MigrateP3UserRequest) GetPassword() string

func (*MigrateP3UserRequest) ProtoMessage

func (*MigrateP3UserRequest) ProtoMessage()

func (*MigrateP3UserRequest) ProtoReflect

func (x *MigrateP3UserRequest) ProtoReflect() protoreflect.Message

func (*MigrateP3UserRequest) Reset

func (x *MigrateP3UserRequest) Reset()

func (*MigrateP3UserRequest) String

func (x *MigrateP3UserRequest) String() string

type MigrateP3UserResponse

type MigrateP3UserResponse struct {
	// contains filtered or unexported fields
}

func (*MigrateP3UserResponse) Descriptor deprecated

func (*MigrateP3UserResponse) Descriptor() ([]byte, []int)

Deprecated: Use MigrateP3UserResponse.ProtoReflect.Descriptor instead.

func (*MigrateP3UserResponse) ProtoMessage

func (*MigrateP3UserResponse) ProtoMessage()

func (*MigrateP3UserResponse) ProtoReflect

func (x *MigrateP3UserResponse) ProtoReflect() protoreflect.Message

func (*MigrateP3UserResponse) Reset

func (x *MigrateP3UserResponse) Reset()

func (*MigrateP3UserResponse) String

func (x *MigrateP3UserResponse) String() string

type OrgBillingSettings

type OrgBillingSettings struct {
	OrgId                      string  `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	VoiceAnalyticsPricePerHour float32 `` /* 147-byte string literal not displayed */
	AnalyticsPricePerDoc       float32 `` /* 127-byte string literal not displayed */
	// If default is not nil it will be used for any region
	// that is not presesnt in the region_overrides map.
	// otherwise the system defaults will be used for missing
	// regions in the override map.
	Default *PhoneBillingRates `protobuf:"bytes,4,opt,name=default,proto3" json:"default,omitempty"`
	// The given billing rates will be used for the region instead
	// of the system defaults (or the org default if default is not nil).
	// Key: api.commons.Country as int32
	CountryRegionOverrides map[int32]*BillingRegionMap `` /* 218-byte string literal not displayed */
	// If agent_rates is nil the AgentBillingRates fields from
	// the system default will be used.
	AgentRates *AgentBillingRates `protobuf:"bytes,6,opt,name=agent_rates,json=agentRates,proto3" json:"agent_rates,omitempty"`
	// If email_price_per_message is nil the system default value
	// will be used.
	EmailPricePerMessage *wrapperspb.FloatValue `protobuf:"bytes,7,opt,name=email_price_per_message,json=emailPricePerMessage,proto3" json:"email_price_per_message,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgBillingSettings) Descriptor deprecated

func (*OrgBillingSettings) Descriptor() ([]byte, []int)

Deprecated: Use OrgBillingSettings.ProtoReflect.Descriptor instead.

func (*OrgBillingSettings) GetAgentRates

func (x *OrgBillingSettings) GetAgentRates() *AgentBillingRates

func (*OrgBillingSettings) GetAnalyticsPricePerDoc

func (x *OrgBillingSettings) GetAnalyticsPricePerDoc() float32

func (*OrgBillingSettings) GetCountryRegionOverrides

func (x *OrgBillingSettings) GetCountryRegionOverrides() map[int32]*BillingRegionMap

func (*OrgBillingSettings) GetDefault

func (x *OrgBillingSettings) GetDefault() *PhoneBillingRates

func (*OrgBillingSettings) GetEmailPricePerMessage

func (x *OrgBillingSettings) GetEmailPricePerMessage() *wrapperspb.FloatValue

func (*OrgBillingSettings) GetOrgId

func (x *OrgBillingSettings) GetOrgId() string

func (*OrgBillingSettings) GetVoiceAnalyticsPricePerHour

func (x *OrgBillingSettings) GetVoiceAnalyticsPricePerHour() float32

func (*OrgBillingSettings) ProtoMessage

func (*OrgBillingSettings) ProtoMessage()

func (*OrgBillingSettings) ProtoReflect

func (x *OrgBillingSettings) ProtoReflect() protoreflect.Message

func (*OrgBillingSettings) Reset

func (x *OrgBillingSettings) Reset()

func (*OrgBillingSettings) String

func (x *OrgBillingSettings) String() string

type OrgLegacyClient

type OrgLegacyClient interface {
	// Registers a new organization
	RegisterOrganization(ctx context.Context, in *RegisterOrganizationRequest, opts ...grpc.CallOption) (*RegisterOrganizationResponse, error)
}

OrgLegacyClient is the client API for OrgLegacy service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewOrgLegacyClient

func NewOrgLegacyClient(cc grpc.ClientConnInterface) OrgLegacyClient

type OrgLegacyServer

type OrgLegacyServer interface {
	// Registers a new organization
	RegisterOrganization(context.Context, *RegisterOrganizationRequest) (*RegisterOrganizationResponse, error)
	// contains filtered or unexported methods
}

OrgLegacyServer is the server API for OrgLegacy service. All implementations must embed UnimplementedOrgLegacyServer for forward compatibility

type Organization

type Organization struct {
	IsManualOnlyAccount bool `protobuf:"varint,3,opt,name=is_manual_only_account,json=isManualOnlyAccount,proto3" json:"is_manual_only_account,omitempty"`
	// Requried. Must match one of the timezones returned by
	// api.v0alpha.GetTimezones.
	BackofficeTheme commons.ClientSkin ``                                                                                                         /* 136-byte string literal not displayed */
	ContractNumber  string             `protobuf:"bytes,17,opt,name=contract_number,json=contractNumber,proto3" json:"contract_number,omitempty"` // DEPRECATED. Use CRM_ID.
	CrmId           string             `protobuf:"bytes,18,opt,name=crm_id,json=crmId,proto3" json:"crm_id,omitempty"`
	TimeZoneEnum    commons.TimeZone   `` /* 127-byte string literal not displayed */
	// Required
	Name string `protobuf:"bytes,20,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The message that serves as a datastore entity for the Organization table.

func (*Organization) Descriptor deprecated

func (*Organization) Descriptor() ([]byte, []int)

Deprecated: Use Organization.ProtoReflect.Descriptor instead.

func (*Organization) GetBackofficeTheme

func (x *Organization) GetBackofficeTheme() commons.ClientSkin

func (*Organization) GetContractNumber

func (x *Organization) GetContractNumber() string

func (*Organization) GetCrmId

func (x *Organization) GetCrmId() string

func (*Organization) GetIsManualOnlyAccount

func (x *Organization) GetIsManualOnlyAccount() bool

func (*Organization) GetName

func (x *Organization) GetName() string

func (*Organization) GetTimeZoneEnum

func (x *Organization) GetTimeZoneEnum() commons.TimeZone

func (*Organization) ProtoMessage

func (*Organization) ProtoMessage()

func (*Organization) ProtoReflect

func (x *Organization) ProtoReflect() protoreflect.Message

func (*Organization) Reset

func (x *Organization) Reset()

func (*Organization) String

func (x *Organization) String() string

type OrganizationDescription

type OrganizationDescription struct {
	BillingId string                 `protobuf:"bytes,1,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	AddDate   *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=add_date,json=addDate,proto3" json:"add_date,omitempty"`
	ClientSid int64                  `protobuf:"varint,7,opt,name=client_sid,json=clientSid,proto3" json:"client_sid,omitempty"`
	Name      string                 `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"`
	OrgId     string                 `protobuf:"bytes,9,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	RegionId  string                 `protobuf:"bytes,10,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty"`
	// last_scheduled_date has three different states.
	//  1. the field is a valid timestamp
	//  2. the field is a zero value timestamp. This
	//     means the organization is in the current region
	//     but does not have a last scheduled date.
	//  3. the field is nil. This means the organization
	//     does not belong to the current region.
	LastScheduledDate *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=last_scheduled_date,json=lastScheduledDate,proto3" json:"last_scheduled_date,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganizationDescription) Descriptor deprecated

func (*OrganizationDescription) Descriptor() ([]byte, []int)

Deprecated: Use OrganizationDescription.ProtoReflect.Descriptor instead.

func (*OrganizationDescription) GetAddDate

func (*OrganizationDescription) GetBillingId

func (x *OrganizationDescription) GetBillingId() string

func (*OrganizationDescription) GetClientSid

func (x *OrganizationDescription) GetClientSid() int64

func (*OrganizationDescription) GetLastScheduledDate

func (x *OrganizationDescription) GetLastScheduledDate() *timestamppb.Timestamp

func (*OrganizationDescription) GetName

func (x *OrganizationDescription) GetName() string

func (*OrganizationDescription) GetOrgId

func (x *OrganizationDescription) GetOrgId() string

func (*OrganizationDescription) GetRegionId

func (x *OrganizationDescription) GetRegionId() string

func (*OrganizationDescription) ProtoMessage

func (*OrganizationDescription) ProtoMessage()

func (*OrganizationDescription) ProtoReflect

func (x *OrganizationDescription) ProtoReflect() protoreflect.Message

func (*OrganizationDescription) Reset

func (x *OrganizationDescription) Reset()

func (*OrganizationDescription) String

func (x *OrganizationDescription) String() string

type OrganizationPreferences

type OrganizationPreferences struct {
	AllowedCountries []commons.Country `` // List of country enums that the organization uses.
	/* 143-byte string literal not displayed */
	DefaultCountry commons.Country `` // Default country for organization
	/* 130-byte string literal not displayed */
	TimeZone        commons.TimeZone        `protobuf:"varint,12,opt,name=time_zone,json=timeZone,proto3,enum=api.commons.TimeZone" json:"time_zone,omitempty"` // Organization's time zone
	DisplayLanguage commons.DisplayLanguage ``                                                                                                                  // Default organization display language
	/* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

Wrapper OrganizationPreferences object for get response and update request

func (*OrganizationPreferences) Descriptor deprecated

func (*OrganizationPreferences) Descriptor() ([]byte, []int)

Deprecated: Use OrganizationPreferences.ProtoReflect.Descriptor instead.

func (*OrganizationPreferences) GetAllowedCountries

func (x *OrganizationPreferences) GetAllowedCountries() []commons.Country

func (*OrganizationPreferences) GetDefaultCountry

func (x *OrganizationPreferences) GetDefaultCountry() commons.Country

func (*OrganizationPreferences) GetDisplayLanguage

func (x *OrganizationPreferences) GetDisplayLanguage() commons.DisplayLanguage

func (*OrganizationPreferences) GetTimeZone

func (x *OrganizationPreferences) GetTimeZone() commons.TimeZone

func (*OrganizationPreferences) ProtoMessage

func (*OrganizationPreferences) ProtoMessage()

func (*OrganizationPreferences) ProtoReflect

func (x *OrganizationPreferences) ProtoReflect() protoreflect.Message

func (*OrganizationPreferences) Reset

func (x *OrganizationPreferences) Reset()

func (*OrganizationPreferences) String

func (x *OrganizationPreferences) String() string

type P3PermissionGroup

type P3PermissionGroup struct {
	PermissionGroupId string               `protobuf:"bytes,1,opt,name=permission_group_id,json=permissionGroupId,proto3" json:"permission_group_id,omitempty"`
	Name              string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description       string               `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Permissions       []commons.Permission `protobuf:"varint,4,rep,packed,name=permissions,proto3,enum=api.commons.Permission" json:"permissions,omitempty"`
	// return sid for visibility on skunk permission group
	PermissionGroupSid int64 `protobuf:"varint,6,opt,name=permission_group_sid,json=permissionGroupSid,proto3" json:"permission_group_sid,omitempty"`
	// contains filtered or unexported fields
}

func (*P3PermissionGroup) Descriptor deprecated

func (*P3PermissionGroup) Descriptor() ([]byte, []int)

Deprecated: Use P3PermissionGroup.ProtoReflect.Descriptor instead.

func (*P3PermissionGroup) GetDescription

func (x *P3PermissionGroup) GetDescription() string

func (*P3PermissionGroup) GetName

func (x *P3PermissionGroup) GetName() string

func (*P3PermissionGroup) GetPermissionGroupId

func (x *P3PermissionGroup) GetPermissionGroupId() string

func (*P3PermissionGroup) GetPermissionGroupSid

func (x *P3PermissionGroup) GetPermissionGroupSid() int64

func (*P3PermissionGroup) GetPermissions

func (x *P3PermissionGroup) GetPermissions() []commons.Permission

func (*P3PermissionGroup) ProtoMessage

func (*P3PermissionGroup) ProtoMessage()

func (*P3PermissionGroup) ProtoReflect

func (x *P3PermissionGroup) ProtoReflect() protoreflect.Message

func (*P3PermissionGroup) Reset

func (x *P3PermissionGroup) Reset()

func (*P3PermissionGroup) String

func (x *P3PermissionGroup) String() string

type PauseCode

type PauseCode struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description          string   `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Codes                []string `protobuf:"bytes,3,rep,name=codes,proto3" json:"codes,omitempty"`
	XmlClientPropertySid int64    `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Entity message for the ListAgentPauseCodes, CreateAgentPauseCode, and UpdateAgentPauseCode RPCs.

func (*PauseCode) Descriptor deprecated

func (*PauseCode) Descriptor() ([]byte, []int)

Deprecated: Use PauseCode.ProtoReflect.Descriptor instead.

func (*PauseCode) GetCodes

func (x *PauseCode) GetCodes() []string

func (*PauseCode) GetDescription

func (x *PauseCode) GetDescription() string

func (*PauseCode) GetName

func (x *PauseCode) GetName() string

func (*PauseCode) GetXmlClientPropertySid

func (x *PauseCode) GetXmlClientPropertySid() int64

func (*PauseCode) ProtoMessage

func (*PauseCode) ProtoMessage()

func (*PauseCode) ProtoReflect

func (x *PauseCode) ProtoReflect() protoreflect.Message

func (*PauseCode) Reset

func (x *PauseCode) Reset()

func (*PauseCode) String

func (x *PauseCode) String() string

type PermissionGroup

type PermissionGroup struct {

	// Unique id for this permission group.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Name to identify by.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// Brief description of this group of permissions.
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// List of permissions in this group.
	Permissions []auth.Permission `protobuf:"varint,5,rep,packed,name=permissions,proto3,enum=api.commons.auth.Permission" json:"permissions,omitempty"`
	// Restricts users from modifying this group.
	ReadOnly bool `protobuf:"varint,6,opt,name=read_only,json=readOnly,proto3" json:"read_only,omitempty"`
	// contains filtered or unexported fields
}

Defines a group of permissions.

func (*PermissionGroup) Descriptor deprecated

func (*PermissionGroup) Descriptor() ([]byte, []int)

Deprecated: Use PermissionGroup.ProtoReflect.Descriptor instead.

func (*PermissionGroup) GetDescription

func (x *PermissionGroup) GetDescription() string

func (*PermissionGroup) GetId

func (x *PermissionGroup) GetId() string

func (*PermissionGroup) GetName

func (x *PermissionGroup) GetName() string

func (*PermissionGroup) GetPermissions

func (x *PermissionGroup) GetPermissions() []auth.Permission

func (*PermissionGroup) GetReadOnly

func (x *PermissionGroup) GetReadOnly() bool

func (*PermissionGroup) ProtoMessage

func (*PermissionGroup) ProtoMessage()

func (*PermissionGroup) ProtoReflect

func (x *PermissionGroup) ProtoReflect() protoreflect.Message

func (*PermissionGroup) Reset

func (x *PermissionGroup) Reset()

func (*PermissionGroup) String

func (x *PermissionGroup) String() string

type PhoneBillingRates

type PhoneBillingRates struct {

	// ppi = price per increment
	BillingIncrementSeconds    int64   `` /* 133-byte string literal not displayed */
	InboundPpi                 float64 `protobuf:"fixed64,14,opt,name=inbound_ppi,json=inboundPpi,proto3" json:"inbound_ppi,omitempty"`
	SmsPricePerAttempt         float64 `protobuf:"fixed64,15,opt,name=sms_price_per_attempt,json=smsPricePerAttempt,proto3" json:"sms_price_per_attempt,omitempty"`
	VocalDirectPricePerMessage float64 `` /* 148-byte string literal not displayed */
	// Types that are assignable to Units:
	//
	//	*PhoneBillingRates_Seconds_
	//	*PhoneBillingRates_Attempts_
	//	*PhoneBillingRates_ConnectedCalls_
	Units isPhoneBillingRates_Units `protobuf_oneof:"units"`
	// contains filtered or unexported fields
}

func (*PhoneBillingRates) Descriptor deprecated

func (*PhoneBillingRates) Descriptor() ([]byte, []int)

Deprecated: Use PhoneBillingRates.ProtoReflect.Descriptor instead.

func (*PhoneBillingRates) GetAttempts

func (*PhoneBillingRates) GetBillingIncrementSeconds

func (x *PhoneBillingRates) GetBillingIncrementSeconds() int64

func (*PhoneBillingRates) GetConnectedCalls

func (x *PhoneBillingRates) GetConnectedCalls() *PhoneBillingRates_ConnectedCalls

func (*PhoneBillingRates) GetInboundPpi

func (x *PhoneBillingRates) GetInboundPpi() float64

func (*PhoneBillingRates) GetSeconds

func (*PhoneBillingRates) GetSmsPricePerAttempt

func (x *PhoneBillingRates) GetSmsPricePerAttempt() float64

func (*PhoneBillingRates) GetUnits

func (m *PhoneBillingRates) GetUnits() isPhoneBillingRates_Units

func (*PhoneBillingRates) GetVocalDirectPricePerMessage

func (x *PhoneBillingRates) GetVocalDirectPricePerMessage() float64

func (*PhoneBillingRates) ProtoMessage

func (*PhoneBillingRates) ProtoMessage()

func (*PhoneBillingRates) ProtoReflect

func (x *PhoneBillingRates) ProtoReflect() protoreflect.Message

func (*PhoneBillingRates) Reset

func (x *PhoneBillingRates) Reset()

func (*PhoneBillingRates) String

func (x *PhoneBillingRates) String() string

type PhoneBillingRates_Attempts

type PhoneBillingRates_Attempts struct {

	// ppa = price per attempt
	Ppa              float64 `protobuf:"fixed64,4,opt,name=ppa,proto3" json:"ppa,omitempty"`
	LinkbackPpa      float64 `protobuf:"fixed64,5,opt,name=linkback_ppa,json=linkbackPpa,proto3" json:"linkback_ppa,omitempty"`
	AgentLinkcallPpa float64 `protobuf:"fixed64,6,opt,name=agent_linkcall_ppa,json=agentLinkcallPpa,proto3" json:"agent_linkcall_ppa,omitempty"`
	// contains filtered or unexported fields
}

func (*PhoneBillingRates_Attempts) Descriptor deprecated

func (*PhoneBillingRates_Attempts) Descriptor() ([]byte, []int)

Deprecated: Use PhoneBillingRates_Attempts.ProtoReflect.Descriptor instead.

func (*PhoneBillingRates_Attempts) GetAgentLinkcallPpa

func (x *PhoneBillingRates_Attempts) GetAgentLinkcallPpa() float64

func (*PhoneBillingRates_Attempts) GetLinkbackPpa

func (x *PhoneBillingRates_Attempts) GetLinkbackPpa() float64

func (*PhoneBillingRates_Attempts) GetPpa

func (x *PhoneBillingRates_Attempts) GetPpa() float64

func (*PhoneBillingRates_Attempts) ProtoMessage

func (*PhoneBillingRates_Attempts) ProtoMessage()

func (*PhoneBillingRates_Attempts) ProtoReflect

func (*PhoneBillingRates_Attempts) Reset

func (x *PhoneBillingRates_Attempts) Reset()

func (*PhoneBillingRates_Attempts) String

func (x *PhoneBillingRates_Attempts) String() string

type PhoneBillingRates_Attempts_

type PhoneBillingRates_Attempts_ struct {
	Attempts *PhoneBillingRates_Attempts `protobuf:"bytes,7,opt,name=attempts,proto3,oneof"`
}

type PhoneBillingRates_ConnectedCalls

type PhoneBillingRates_ConnectedCalls struct {

	// ppc = price per connect
	Ppc              float64 `protobuf:"fixed64,4,opt,name=ppc,proto3" json:"ppc,omitempty"`
	LinkbackPpc      float64 `protobuf:"fixed64,5,opt,name=linkback_ppc,json=linkbackPpc,proto3" json:"linkback_ppc,omitempty"`
	AgentLinkcallPpc float64 `protobuf:"fixed64,6,opt,name=agent_linkcall_ppc,json=agentLinkcallPpc,proto3" json:"agent_linkcall_ppc,omitempty"`
	// contains filtered or unexported fields
}

func (*PhoneBillingRates_ConnectedCalls) Descriptor deprecated

func (*PhoneBillingRates_ConnectedCalls) Descriptor() ([]byte, []int)

Deprecated: Use PhoneBillingRates_ConnectedCalls.ProtoReflect.Descriptor instead.

func (*PhoneBillingRates_ConnectedCalls) GetAgentLinkcallPpc

func (x *PhoneBillingRates_ConnectedCalls) GetAgentLinkcallPpc() float64

func (*PhoneBillingRates_ConnectedCalls) GetLinkbackPpc

func (x *PhoneBillingRates_ConnectedCalls) GetLinkbackPpc() float64

func (*PhoneBillingRates_ConnectedCalls) GetPpc

func (*PhoneBillingRates_ConnectedCalls) ProtoMessage

func (*PhoneBillingRates_ConnectedCalls) ProtoMessage()

func (*PhoneBillingRates_ConnectedCalls) ProtoReflect

func (*PhoneBillingRates_ConnectedCalls) Reset

func (*PhoneBillingRates_ConnectedCalls) String

type PhoneBillingRates_ConnectedCalls_

type PhoneBillingRates_ConnectedCalls_ struct {
	ConnectedCalls *PhoneBillingRates_ConnectedCalls `protobuf:"bytes,8,opt,name=connected_calls,json=connectedCalls,proto3,oneof"`
}

type PhoneBillingRates_Seconds

type PhoneBillingRates_Seconds struct {

	// all billed_increment fields must be greater than 0.
	// if any of the wrapper fields are nil there is no limit.
	Ppi                             float64                `protobuf:"fixed64,10,opt,name=ppi,proto3" json:"ppi,omitempty"`
	LinkbackPpi                     float64                `protobuf:"fixed64,11,opt,name=linkback_ppi,json=linkbackPpi,proto3" json:"linkback_ppi,omitempty"`
	AgentLinkcallPpi                float64                `protobuf:"fixed64,12,opt,name=agent_linkcall_ppi,json=agentLinkcallPpi,proto3" json:"agent_linkcall_ppi,omitempty"`
	MinimumBilledIncrements         int64                  `` /* 133-byte string literal not displayed */
	MaximumBilledIncrements         *wrapperspb.Int64Value `` /* 132-byte string literal not displayed */
	MinimumLinkbackBilledIncrements int64                  `` /* 159-byte string literal not displayed */
	MaximumLinkbackBilledIncrements *wrapperspb.Int64Value `` /* 158-byte string literal not displayed */
	MachineHangupIncrementsBilled   *wrapperspb.Int64Value `` /* 152-byte string literal not displayed */
	HumanHangupIncrementsBilled     *wrapperspb.Int64Value `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PhoneBillingRates_Seconds) Descriptor deprecated

func (*PhoneBillingRates_Seconds) Descriptor() ([]byte, []int)

Deprecated: Use PhoneBillingRates_Seconds.ProtoReflect.Descriptor instead.

func (*PhoneBillingRates_Seconds) GetAgentLinkcallPpi

func (x *PhoneBillingRates_Seconds) GetAgentLinkcallPpi() float64

func (*PhoneBillingRates_Seconds) GetHumanHangupIncrementsBilled

func (x *PhoneBillingRates_Seconds) GetHumanHangupIncrementsBilled() *wrapperspb.Int64Value

func (*PhoneBillingRates_Seconds) GetLinkbackPpi

func (x *PhoneBillingRates_Seconds) GetLinkbackPpi() float64

func (*PhoneBillingRates_Seconds) GetMachineHangupIncrementsBilled

func (x *PhoneBillingRates_Seconds) GetMachineHangupIncrementsBilled() *wrapperspb.Int64Value

func (*PhoneBillingRates_Seconds) GetMaximumBilledIncrements

func (x *PhoneBillingRates_Seconds) GetMaximumBilledIncrements() *wrapperspb.Int64Value

func (*PhoneBillingRates_Seconds) GetMaximumLinkbackBilledIncrements

func (x *PhoneBillingRates_Seconds) GetMaximumLinkbackBilledIncrements() *wrapperspb.Int64Value

func (*PhoneBillingRates_Seconds) GetMinimumBilledIncrements

func (x *PhoneBillingRates_Seconds) GetMinimumBilledIncrements() int64

func (*PhoneBillingRates_Seconds) GetMinimumLinkbackBilledIncrements

func (x *PhoneBillingRates_Seconds) GetMinimumLinkbackBilledIncrements() int64

func (*PhoneBillingRates_Seconds) GetPpi

func (x *PhoneBillingRates_Seconds) GetPpi() float64

func (*PhoneBillingRates_Seconds) ProtoMessage

func (*PhoneBillingRates_Seconds) ProtoMessage()

func (*PhoneBillingRates_Seconds) ProtoReflect

func (*PhoneBillingRates_Seconds) Reset

func (x *PhoneBillingRates_Seconds) Reset()

func (*PhoneBillingRates_Seconds) String

func (x *PhoneBillingRates_Seconds) String() string

type PhoneBillingRates_Seconds_

type PhoneBillingRates_Seconds_ struct {
	Seconds *PhoneBillingRates_Seconds `protobuf:"bytes,6,opt,name=seconds,proto3,oneof"`
}

type PhonePreferences

type PhonePreferences struct {
	AgentPreviewDialing        bool  `protobuf:"varint,10,opt,name=agent_preview_dialing,json=agentPreviewDialing,proto3" json:"agent_preview_dialing,omitempty"` // Determines whether broadcasts may be sent as Preview Dial.
	DefaultRingLengthThreshold int32 ``                                                                                                                           // The number of seconds to allow ringing to a 3rd party.
	/* 145-byte string literal not displayed */
	DisplayRingLengthThreshold bool `` // Determines whether the setting may be changed while scheduling.
	/* 145-byte string literal not displayed */
	ShowCallerId              bool `protobuf:"varint,13,opt,name=show_caller_id,json=showCallerId,proto3" json:"show_caller_id,omitempty"`                     // Determines whether the setting may be show/edited while scheduling.
	DefaultUseCallerId        bool `protobuf:"varint,14,opt,name=default_use_caller_id,json=defaultUseCallerId,proto3" json:"default_use_caller_id,omitempty"` // Determines whether to use Caller ID by default.
	OverrideLinkbackRecording bool ``                                                                                                                          // Determines whether broadcast templates may set to record linkbacks individually.
	/* 140-byte string literal not displayed */
	CallerIdCfdSid            int64                             `protobuf:"varint,16,opt,name=caller_id_cfd_sid,json=callerIdCfdSid,proto3" json:"caller_id_cfd_sid,omitempty"`    // The 'sid' of the Caller ID field description to use as default.
	DefaultDialOrder          *DialOrder                        `protobuf:"bytes,17,opt,name=default_dial_order,json=defaultDialOrder,proto3" json:"default_dial_order,omitempty"` // The dial order of a contact record.  Default 'First Number Only'.
	AnsweringMachineDetection commons.AnsweringMachineDetection ``                                                                                                                 // Which type of answering machine detection to use.
	/* 183-byte string literal not displayed */
	LinkbackRecording bool `protobuf:"varint,19,opt,name=linkback_recording,json=linkbackRecording,proto3" json:"linkback_recording,omitempty"` // Determines whether linkback recording is enabled.
	// contains filtered or unexported fields
}

Wrapper PhonePreferences object for get response and update request

func (*PhonePreferences) Descriptor deprecated

func (*PhonePreferences) Descriptor() ([]byte, []int)

Deprecated: Use PhonePreferences.ProtoReflect.Descriptor instead.

func (*PhonePreferences) GetAgentPreviewDialing

func (x *PhonePreferences) GetAgentPreviewDialing() bool

func (*PhonePreferences) GetAnsweringMachineDetection

func (x *PhonePreferences) GetAnsweringMachineDetection() commons.AnsweringMachineDetection

func (*PhonePreferences) GetCallerIdCfdSid

func (x *PhonePreferences) GetCallerIdCfdSid() int64

func (*PhonePreferences) GetDefaultDialOrder

func (x *PhonePreferences) GetDefaultDialOrder() *DialOrder

func (*PhonePreferences) GetDefaultRingLengthThreshold

func (x *PhonePreferences) GetDefaultRingLengthThreshold() int32

func (*PhonePreferences) GetDefaultUseCallerId

func (x *PhonePreferences) GetDefaultUseCallerId() bool

func (*PhonePreferences) GetDisplayRingLengthThreshold

func (x *PhonePreferences) GetDisplayRingLengthThreshold() bool

func (*PhonePreferences) GetLinkbackRecording

func (x *PhonePreferences) GetLinkbackRecording() bool

func (*PhonePreferences) GetOverrideLinkbackRecording

func (x *PhonePreferences) GetOverrideLinkbackRecording() bool

func (*PhonePreferences) GetShowCallerId

func (x *PhonePreferences) GetShowCallerId() bool

func (*PhonePreferences) ProtoMessage

func (*PhonePreferences) ProtoMessage()

func (*PhonePreferences) ProtoReflect

func (x *PhonePreferences) ProtoReflect() protoreflect.Message

func (*PhonePreferences) Reset

func (x *PhonePreferences) Reset()

func (*PhonePreferences) String

func (x *PhonePreferences) String() string

type PriorityGroup

type PriorityGroup struct {

	// threshold for the priority group
	Threshold int32 `protobuf:"varint,2,opt,name=threshold,proto3" json:"threshold,omitempty"`
	// channel type for the priority group
	ChannelType commons.ChannelType `protobuf:"varint,3,opt,name=channel_type,json=channelType,proto3,enum=api.commons.ChannelType" json:"channel_type,omitempty"`
	// contains filtered or unexported fields
}

PriorityGroup is a type and threshold in array for AgentProfileGroup

func (*PriorityGroup) Descriptor deprecated

func (*PriorityGroup) Descriptor() ([]byte, []int)

Deprecated: Use PriorityGroup.ProtoReflect.Descriptor instead.

func (*PriorityGroup) GetChannelType

func (x *PriorityGroup) GetChannelType() commons.ChannelType

func (*PriorityGroup) GetThreshold

func (x *PriorityGroup) GetThreshold() int32

func (*PriorityGroup) ProtoMessage

func (*PriorityGroup) ProtoMessage()

func (*PriorityGroup) ProtoReflect

func (x *PriorityGroup) ProtoReflect() protoreflect.Message

func (*PriorityGroup) Reset

func (x *PriorityGroup) Reset()

func (*PriorityGroup) String

func (x *PriorityGroup) String() string

type QueueConfig

type QueueConfig struct {

	// Name can only contain these characters:
	//
	//	ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789,-_
	Name           string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ConfigModified *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=config_modified,json=configModified,proto3" json:"config_modified,omitempty"`
	SoundsModified *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=sounds_modified,json=soundsModified,proto3" json:"sounds_modified,omitempty"`
	SoundsLanguage string                 `protobuf:"bytes,15,opt,name=sounds_language,json=soundsLanguage,proto3" json:"sounds_language,omitempty"`
	SoundsGender   string                 `protobuf:"bytes,16,opt,name=sounds_gender,json=soundsGender,proto3" json:"sounds_gender,omitempty"`
	// nil fields will use default config for all call types.
	AnnouncementMixing              *QueueConfig_AnnouncementMixing              `protobuf:"bytes,4,opt,name=announcement_mixing,json=announcementMixing,proto3" json:"announcement_mixing,omitempty"`
	PositionAnnouncements           *QueueConfig_PositionAnnouncements           `protobuf:"bytes,5,opt,name=position_announcements,json=positionAnnouncements,proto3" json:"position_announcements,omitempty"`
	WaitTimeAnnouncements           *QueueConfig_WaitTimeAnnouncements           `` /* 126-byte string literal not displayed */
	AttentionTones                  *QueueConfig_AttentionTones                  `protobuf:"bytes,7,opt,name=attention_tones,json=attentionTones,proto3" json:"attention_tones,omitempty"`
	InQueueConditions               *QueueConfig_InQueueConditions               `protobuf:"bytes,8,opt,name=in_queue_conditions,json=inQueueConditions,proto3" json:"in_queue_conditions,omitempty"`
	KeyPressEvents                  *QueueConfig_KeyPressEvents                  `protobuf:"bytes,9,opt,name=key_press_events,json=keyPressEvents,proto3" json:"key_press_events,omitempty"`
	PbxRingStrategy                 *QueueConfig_PbxRingStrategy                 `protobuf:"bytes,10,opt,name=pbx_ring_strategy,json=pbxRingStrategy,proto3" json:"pbx_ring_strategy,omitempty"`
	QueueMonitoringSilenceWaitTimes *QueueConfig_QueueMonitoringSilenceWaitTimes `` /* 161-byte string literal not displayed */
	// general configs:
	CallbackTimeoutMinutes int64                         `` /* 131-byte string literal not displayed */
	NumberUpdate           bool                          `protobuf:"varint,13,opt,name=number_update,json=numberUpdate,proto3" json:"number_update,omitempty"`
	InboundOverride        commons.InboundOverrideOption `` /* 147-byte string literal not displayed */
	// IntercomConnection is only editable from the default
	// tab of the account default config. This will
	// eventually be removed.
	IntercomConnection commons.IntercomConnection `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*QueueConfig) Descriptor deprecated

func (*QueueConfig) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig.ProtoReflect.Descriptor instead.

func (*QueueConfig) GetAnnouncementMixing

func (x *QueueConfig) GetAnnouncementMixing() *QueueConfig_AnnouncementMixing

func (*QueueConfig) GetAttentionTones

func (x *QueueConfig) GetAttentionTones() *QueueConfig_AttentionTones

func (*QueueConfig) GetCallbackTimeoutMinutes

func (x *QueueConfig) GetCallbackTimeoutMinutes() int64

func (*QueueConfig) GetConfigModified

func (x *QueueConfig) GetConfigModified() *timestamppb.Timestamp

func (*QueueConfig) GetInQueueConditions

func (x *QueueConfig) GetInQueueConditions() *QueueConfig_InQueueConditions

func (*QueueConfig) GetInboundOverride

func (x *QueueConfig) GetInboundOverride() commons.InboundOverrideOption

func (*QueueConfig) GetIntercomConnection

func (x *QueueConfig) GetIntercomConnection() commons.IntercomConnection

func (*QueueConfig) GetKeyPressEvents

func (x *QueueConfig) GetKeyPressEvents() *QueueConfig_KeyPressEvents

func (*QueueConfig) GetName

func (x *QueueConfig) GetName() string

func (*QueueConfig) GetNumberUpdate

func (x *QueueConfig) GetNumberUpdate() bool

func (*QueueConfig) GetPbxRingStrategy

func (x *QueueConfig) GetPbxRingStrategy() *QueueConfig_PbxRingStrategy

func (*QueueConfig) GetPositionAnnouncements

func (x *QueueConfig) GetPositionAnnouncements() *QueueConfig_PositionAnnouncements

func (*QueueConfig) GetQueueMonitoringSilenceWaitTimes

func (x *QueueConfig) GetQueueMonitoringSilenceWaitTimes() *QueueConfig_QueueMonitoringSilenceWaitTimes

func (*QueueConfig) GetSoundsGender

func (x *QueueConfig) GetSoundsGender() string

func (*QueueConfig) GetSoundsLanguage

func (x *QueueConfig) GetSoundsLanguage() string

func (*QueueConfig) GetSoundsModified

func (x *QueueConfig) GetSoundsModified() *timestamppb.Timestamp

func (*QueueConfig) GetWaitTimeAnnouncements

func (x *QueueConfig) GetWaitTimeAnnouncements() *QueueConfig_WaitTimeAnnouncements

func (*QueueConfig) ProtoMessage

func (*QueueConfig) ProtoMessage()

func (*QueueConfig) ProtoReflect

func (x *QueueConfig) ProtoReflect() protoreflect.Message

func (*QueueConfig) Reset

func (x *QueueConfig) Reset()

func (*QueueConfig) String

func (x *QueueConfig) String() string

type QueueConfig_AnnouncementMixing

type QueueConfig_AnnouncementMixing struct {

	// nil fields will use default config settings.
	Inbound  *QueueConfig_AnnouncementMixing_Config `protobuf:"bytes,1,opt,name=inbound,proto3" json:"inbound,omitempty"`
	Outbound *QueueConfig_AnnouncementMixing_Config `protobuf:"bytes,2,opt,name=outbound,proto3" json:"outbound,omitempty"`
	Manual   *QueueConfig_AnnouncementMixing_Config `protobuf:"bytes,3,opt,name=manual,proto3" json:"manual,omitempty"`
	Preview  *QueueConfig_AnnouncementMixing_Config `protobuf:"bytes,4,opt,name=preview,proto3" json:"preview,omitempty"`
	// any can only be created/edited for the account default config.
	Any *QueueConfig_AnnouncementMixing_Config `protobuf:"bytes,5,opt,name=any,proto3" json:"any,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_AnnouncementMixing) Descriptor deprecated

func (*QueueConfig_AnnouncementMixing) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_AnnouncementMixing.ProtoReflect.Descriptor instead.

func (*QueueConfig_AnnouncementMixing) GetAny

func (*QueueConfig_AnnouncementMixing) GetInbound

func (*QueueConfig_AnnouncementMixing) GetManual

func (*QueueConfig_AnnouncementMixing) GetOutbound

func (*QueueConfig_AnnouncementMixing) GetPreview

func (*QueueConfig_AnnouncementMixing) ProtoMessage

func (*QueueConfig_AnnouncementMixing) ProtoMessage()

func (*QueueConfig_AnnouncementMixing) ProtoReflect

func (*QueueConfig_AnnouncementMixing) Reset

func (x *QueueConfig_AnnouncementMixing) Reset()

func (*QueueConfig_AnnouncementMixing) String

type QueueConfig_AnnouncementMixing_Config

type QueueConfig_AnnouncementMixing_Config struct {
	Option commons.AnnouncementMixingOption `protobuf:"varint,1,opt,name=option,proto3,enum=api.commons.AnnouncementMixingOption" json:"option,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_AnnouncementMixing_Config) Descriptor deprecated

func (*QueueConfig_AnnouncementMixing_Config) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_AnnouncementMixing_Config.ProtoReflect.Descriptor instead.

func (*QueueConfig_AnnouncementMixing_Config) GetOption

func (*QueueConfig_AnnouncementMixing_Config) ProtoMessage

func (*QueueConfig_AnnouncementMixing_Config) ProtoMessage()

func (*QueueConfig_AnnouncementMixing_Config) ProtoReflect

func (*QueueConfig_AnnouncementMixing_Config) Reset

func (*QueueConfig_AnnouncementMixing_Config) String

type QueueConfig_AttentionTones

type QueueConfig_AttentionTones struct {

	// nil fields will use default config settings.
	Inbound  *QueueConfig_AttentionTones_Disableable `protobuf:"bytes,1,opt,name=inbound,proto3" json:"inbound,omitempty"`
	Outbound *QueueConfig_AttentionTones_Disableable `protobuf:"bytes,2,opt,name=outbound,proto3" json:"outbound,omitempty"`
	Manual   *QueueConfig_AttentionTones_Disableable `protobuf:"bytes,3,opt,name=manual,proto3" json:"manual,omitempty"`
	Preview  *QueueConfig_AttentionTones_Disableable `protobuf:"bytes,4,opt,name=preview,proto3" json:"preview,omitempty"`
	// any can only be created/edited for the account default config.
	Any *QueueConfig_AttentionTones_Disableable `protobuf:"bytes,5,opt,name=any,proto3" json:"any,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_AttentionTones) Descriptor deprecated

func (*QueueConfig_AttentionTones) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_AttentionTones.ProtoReflect.Descriptor instead.

func (*QueueConfig_AttentionTones) GetAny

func (*QueueConfig_AttentionTones) GetInbound

func (*QueueConfig_AttentionTones) GetManual

func (*QueueConfig_AttentionTones) GetOutbound

func (*QueueConfig_AttentionTones) GetPreview

func (*QueueConfig_AttentionTones) ProtoMessage

func (*QueueConfig_AttentionTones) ProtoMessage()

func (*QueueConfig_AttentionTones) ProtoReflect

func (*QueueConfig_AttentionTones) Reset

func (x *QueueConfig_AttentionTones) Reset()

func (*QueueConfig_AttentionTones) String

func (x *QueueConfig_AttentionTones) String() string

type QueueConfig_AttentionTones_Config

type QueueConfig_AttentionTones_Config struct {

	// at least one of these statuses must be true.
	AgentStatusPaused bool `protobuf:"varint,1,opt,name=agent_status_paused,json=agentStatusPaused,proto3" json:"agent_status_paused,omitempty"`
	AgentStatusWrapUp bool `protobuf:"varint,2,opt,name=agent_status_wrap_up,json=agentStatusWrapUp,proto3" json:"agent_status_wrap_up,omitempty"`
	// NOTE: no more than 10 tones. pauses don't count. pauses cannot be adjacent
	Tones []*QueueConfig_AttentionTones_Tones `protobuf:"bytes,3,rep,name=tones,proto3" json:"tones,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_AttentionTones_Config) Descriptor deprecated

func (*QueueConfig_AttentionTones_Config) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_AttentionTones_Config.ProtoReflect.Descriptor instead.

func (*QueueConfig_AttentionTones_Config) GetAgentStatusPaused

func (x *QueueConfig_AttentionTones_Config) GetAgentStatusPaused() bool

func (*QueueConfig_AttentionTones_Config) GetAgentStatusWrapUp

func (x *QueueConfig_AttentionTones_Config) GetAgentStatusWrapUp() bool

func (*QueueConfig_AttentionTones_Config) GetTones

func (*QueueConfig_AttentionTones_Config) ProtoMessage

func (*QueueConfig_AttentionTones_Config) ProtoMessage()

func (*QueueConfig_AttentionTones_Config) ProtoReflect

func (*QueueConfig_AttentionTones_Config) Reset

func (*QueueConfig_AttentionTones_Config) String

type QueueConfig_AttentionTones_Disableable

type QueueConfig_AttentionTones_Disableable struct {

	// Types that are assignable to Option:
	//
	//	*QueueConfig_AttentionTones_Disableable_Config
	//	*QueueConfig_AttentionTones_Disableable_Disable
	Option isQueueConfig_AttentionTones_Disableable_Option `protobuf_oneof:"option"`
	// contains filtered or unexported fields
}

func (*QueueConfig_AttentionTones_Disableable) Descriptor deprecated

func (*QueueConfig_AttentionTones_Disableable) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_AttentionTones_Disableable.ProtoReflect.Descriptor instead.

func (*QueueConfig_AttentionTones_Disableable) GetConfig

func (*QueueConfig_AttentionTones_Disableable) GetDisable

func (*QueueConfig_AttentionTones_Disableable) GetOption

func (m *QueueConfig_AttentionTones_Disableable) GetOption() isQueueConfig_AttentionTones_Disableable_Option

func (*QueueConfig_AttentionTones_Disableable) ProtoMessage

func (*QueueConfig_AttentionTones_Disableable) ProtoReflect

func (*QueueConfig_AttentionTones_Disableable) Reset

func (*QueueConfig_AttentionTones_Disableable) String

type QueueConfig_AttentionTones_Disableable_Config

type QueueConfig_AttentionTones_Disableable_Config struct {
	Config *QueueConfig_AttentionTones_Config `protobuf:"bytes,1,opt,name=config,proto3,oneof"`
}

type QueueConfig_AttentionTones_Disableable_Disable

type QueueConfig_AttentionTones_Disableable_Disable struct {
	Disable *QueueConfig_Disable `protobuf:"bytes,2,opt,name=disable,proto3,oneof"`
}

type QueueConfig_AttentionTones_Tones

type QueueConfig_AttentionTones_Tones struct {

	// Types that are assignable to Option:
	//
	//	*QueueConfig_AttentionTones_Tones_Tone
	//	*QueueConfig_AttentionTones_Tones_Pause
	Option isQueueConfig_AttentionTones_Tones_Option `protobuf_oneof:"option"`
	// contains filtered or unexported fields
}

func (*QueueConfig_AttentionTones_Tones) Descriptor deprecated

func (*QueueConfig_AttentionTones_Tones) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_AttentionTones_Tones.ProtoReflect.Descriptor instead.

func (*QueueConfig_AttentionTones_Tones) GetOption

func (m *QueueConfig_AttentionTones_Tones) GetOption() isQueueConfig_AttentionTones_Tones_Option

func (*QueueConfig_AttentionTones_Tones) GetPause

func (*QueueConfig_AttentionTones_Tones) GetTone

func (*QueueConfig_AttentionTones_Tones) ProtoMessage

func (*QueueConfig_AttentionTones_Tones) ProtoMessage()

func (*QueueConfig_AttentionTones_Tones) ProtoReflect

func (*QueueConfig_AttentionTones_Tones) Reset

func (*QueueConfig_AttentionTones_Tones) String

type QueueConfig_AttentionTones_Tones_Pause

type QueueConfig_AttentionTones_Tones_Pause struct {
	Pause *wrapperspb.DoubleValue `protobuf:"bytes,2,opt,name=pause,proto3,oneof"`
}

type QueueConfig_AttentionTones_Tones_Tone

type QueueConfig_AttentionTones_Tones_Tone struct {
	Tone *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=tone,proto3,oneof"`
}

type QueueConfig_Disable

type QueueConfig_Disable struct {
	// contains filtered or unexported fields
}

func (*QueueConfig_Disable) Descriptor deprecated

func (*QueueConfig_Disable) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_Disable.ProtoReflect.Descriptor instead.

func (*QueueConfig_Disable) ProtoMessage

func (*QueueConfig_Disable) ProtoMessage()

func (*QueueConfig_Disable) ProtoReflect

func (x *QueueConfig_Disable) ProtoReflect() protoreflect.Message

func (*QueueConfig_Disable) Reset

func (x *QueueConfig_Disable) Reset()

func (*QueueConfig_Disable) String

func (x *QueueConfig_Disable) String() string

type QueueConfig_InQueueConditions

type QueueConfig_InQueueConditions struct {
	NoAgentsLoggedIn                    *QueueConfig_InQueueConditions_LimitedCondition `protobuf:"bytes,1,opt,name=no_agents_logged_in,json=noAgentsLoggedIn,proto3" json:"no_agents_logged_in,omitempty"`
	NoAgentsWithRequiredSkillsLoggedIn  *QueueConfig_InQueueConditions_Condition        `` /* 173-byte string literal not displayed */
	NoAgentsAvailable                   *QueueConfig_InQueueConditions_LimitedCondition `protobuf:"bytes,3,opt,name=no_agents_available,json=noAgentsAvailable,proto3" json:"no_agents_available,omitempty"`
	NoAgentsWithRequiredSkillsAvailable *QueueConfig_InQueueConditions_Condition        ``                                                                                            /* 174-byte string literal not displayed */
	PbxRinging                          *QueueConfig_InQueueConditions_Condition        `protobuf:"bytes,5,opt,name=pbx_ringing,json=pbxRinging,proto3" json:"pbx_ringing,omitempty"` // waiting for agent to accept
	AgentLost                           *QueueConfig_InQueueConditions_Condition        `protobuf:"bytes,6,opt,name=agent_lost,json=agentLost,proto3" json:"agent_lost,omitempty"`
	Default                             *QueueConfig_InQueueConditions_LimitedCondition `protobuf:"bytes,7,opt,name=default,proto3" json:"default,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_InQueueConditions) Descriptor deprecated

func (*QueueConfig_InQueueConditions) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_InQueueConditions.ProtoReflect.Descriptor instead.

func (*QueueConfig_InQueueConditions) GetAgentLost

func (*QueueConfig_InQueueConditions) GetDefault

func (*QueueConfig_InQueueConditions) GetNoAgentsAvailable

func (*QueueConfig_InQueueConditions) GetNoAgentsLoggedIn

func (*QueueConfig_InQueueConditions) GetNoAgentsWithRequiredSkillsAvailable

func (x *QueueConfig_InQueueConditions) GetNoAgentsWithRequiredSkillsAvailable() *QueueConfig_InQueueConditions_Condition

func (*QueueConfig_InQueueConditions) GetNoAgentsWithRequiredSkillsLoggedIn

func (x *QueueConfig_InQueueConditions) GetNoAgentsWithRequiredSkillsLoggedIn() *QueueConfig_InQueueConditions_Condition

func (*QueueConfig_InQueueConditions) GetPbxRinging

func (*QueueConfig_InQueueConditions) ProtoMessage

func (*QueueConfig_InQueueConditions) ProtoMessage()

func (*QueueConfig_InQueueConditions) ProtoReflect

func (*QueueConfig_InQueueConditions) Reset

func (x *QueueConfig_InQueueConditions) Reset()

func (*QueueConfig_InQueueConditions) String

type QueueConfig_InQueueConditions_Action

type QueueConfig_InQueueConditions_Action struct {

	// NOTE: actions for the same Condition.Config cannot
	// share the same after_seconds value.
	AfterSeconds int64 `protobuf:"varint,1,opt,name=after_seconds,json=afterSeconds,proto3" json:"after_seconds,omitempty"`
	// Types that are assignable to Action:
	//
	//	*QueueConfig_InQueueConditions_Action_HangUp
	//	*QueueConfig_InQueueConditions_Action_Voicemail
	//	*QueueConfig_InQueueConditions_Action_QueuedCallback
	//	*QueueConfig_InQueueConditions_Action_TriggerIvr
	//	*QueueConfig_InQueueConditions_Action_AddSkills
	//	*QueueConfig_InQueueConditions_Action_DropSkills
	Action isQueueConfig_InQueueConditions_Action_Action `protobuf_oneof:"action"`
	// contains filtered or unexported fields
}

func (*QueueConfig_InQueueConditions_Action) Descriptor deprecated

func (*QueueConfig_InQueueConditions_Action) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_InQueueConditions_Action.ProtoReflect.Descriptor instead.

func (*QueueConfig_InQueueConditions_Action) GetAction

func (m *QueueConfig_InQueueConditions_Action) GetAction() isQueueConfig_InQueueConditions_Action_Action

func (*QueueConfig_InQueueConditions_Action) GetAddSkills

func (*QueueConfig_InQueueConditions_Action) GetAfterSeconds

func (x *QueueConfig_InQueueConditions_Action) GetAfterSeconds() int64

func (*QueueConfig_InQueueConditions_Action) GetDropSkills

func (*QueueConfig_InQueueConditions_Action) GetHangUp

func (*QueueConfig_InQueueConditions_Action) GetQueuedCallback

func (*QueueConfig_InQueueConditions_Action) GetTriggerIvr

func (*QueueConfig_InQueueConditions_Action) GetVoicemail

func (*QueueConfig_InQueueConditions_Action) ProtoMessage

func (*QueueConfig_InQueueConditions_Action) ProtoMessage()

func (*QueueConfig_InQueueConditions_Action) ProtoReflect

func (*QueueConfig_InQueueConditions_Action) Reset

func (*QueueConfig_InQueueConditions_Action) String

type QueueConfig_InQueueConditions_Action_AddSkills

type QueueConfig_InQueueConditions_Action_AddSkills struct {
	AddSkills *QueueConfig_Skills `protobuf:"bytes,6,opt,name=add_skills,json=addSkills,proto3,oneof"`
}

type QueueConfig_InQueueConditions_Action_DropSkills

type QueueConfig_InQueueConditions_Action_DropSkills struct {
	DropSkills *QueueConfig_Skills `protobuf:"bytes,7,opt,name=drop_skills,json=dropSkills,proto3,oneof"`
}

type QueueConfig_InQueueConditions_Action_HangUp

type QueueConfig_InQueueConditions_Action_HangUp struct {
	HangUp *QueueConfig_Optionless `protobuf:"bytes,2,opt,name=hang_up,json=hangUp,proto3,oneof"`
}

type QueueConfig_InQueueConditions_Action_QueuedCallback

type QueueConfig_InQueueConditions_Action_QueuedCallback struct {
	QueuedCallback *QueueConfig_Optionless `protobuf:"bytes,4,opt,name=queued_callback,json=queuedCallback,proto3,oneof"`
}

type QueueConfig_InQueueConditions_Action_TriggerIvr

type QueueConfig_InQueueConditions_Action_TriggerIvr struct {
	// the value of this field is the IVR/Script event.
	TriggerIvr *commons.DigitWrapper `protobuf:"bytes,5,opt,name=trigger_ivr,json=triggerIvr,proto3,oneof"`
}

type QueueConfig_InQueueConditions_Action_Voicemail

type QueueConfig_InQueueConditions_Action_Voicemail struct {
	Voicemail *QueueConfig_Optionless `protobuf:"bytes,3,opt,name=voicemail,proto3,oneof"`
}

type QueueConfig_InQueueConditions_Condition

type QueueConfig_InQueueConditions_Condition struct {

	// nil fields will use default config settings.
	Inbound  *QueueConfig_InQueueConditions_Config `protobuf:"bytes,1,opt,name=inbound,proto3" json:"inbound,omitempty"`
	Outbound *QueueConfig_InQueueConditions_Config `protobuf:"bytes,2,opt,name=outbound,proto3" json:"outbound,omitempty"`
	Manual   *QueueConfig_InQueueConditions_Config `protobuf:"bytes,3,opt,name=manual,proto3" json:"manual,omitempty"`
	Preview  *QueueConfig_InQueueConditions_Config `protobuf:"bytes,4,opt,name=preview,proto3" json:"preview,omitempty"`
	// any can only be created/edited for the account default config
	Any *QueueConfig_InQueueConditions_Config `protobuf:"bytes,5,opt,name=any,proto3" json:"any,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_InQueueConditions_Condition) Descriptor deprecated

func (*QueueConfig_InQueueConditions_Condition) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_InQueueConditions_Condition.ProtoReflect.Descriptor instead.

func (*QueueConfig_InQueueConditions_Condition) GetAny

func (*QueueConfig_InQueueConditions_Condition) GetInbound

func (*QueueConfig_InQueueConditions_Condition) GetManual

func (*QueueConfig_InQueueConditions_Condition) GetOutbound

func (*QueueConfig_InQueueConditions_Condition) GetPreview

func (*QueueConfig_InQueueConditions_Condition) ProtoMessage

func (*QueueConfig_InQueueConditions_Condition) ProtoReflect

func (*QueueConfig_InQueueConditions_Condition) Reset

func (*QueueConfig_InQueueConditions_Condition) String

type QueueConfig_InQueueConditions_Config

type QueueConfig_InQueueConditions_Config struct {
	Actions []*QueueConfig_InQueueConditions_Action `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_InQueueConditions_Config) Descriptor deprecated

func (*QueueConfig_InQueueConditions_Config) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_InQueueConditions_Config.ProtoReflect.Descriptor instead.

func (*QueueConfig_InQueueConditions_Config) GetActions

func (*QueueConfig_InQueueConditions_Config) ProtoMessage

func (*QueueConfig_InQueueConditions_Config) ProtoMessage()

func (*QueueConfig_InQueueConditions_Config) ProtoReflect

func (*QueueConfig_InQueueConditions_Config) Reset

func (*QueueConfig_InQueueConditions_Config) String

type QueueConfig_InQueueConditions_LimitedAction

type QueueConfig_InQueueConditions_LimitedAction struct {
	AfterSeconds int64 `protobuf:"varint,1,opt,name=after_seconds,json=afterSeconds,proto3" json:"after_seconds,omitempty"`
	// Types that are assignable to Action:
	//
	//	*QueueConfig_InQueueConditions_LimitedAction_HangUp
	//	*QueueConfig_InQueueConditions_LimitedAction_Voicemail
	//	*QueueConfig_InQueueConditions_LimitedAction_QueuedCallback
	//	*QueueConfig_InQueueConditions_LimitedAction_TriggerIvr
	Action isQueueConfig_InQueueConditions_LimitedAction_Action `protobuf_oneof:"action"`
	// contains filtered or unexported fields
}

func (*QueueConfig_InQueueConditions_LimitedAction) Descriptor deprecated

Deprecated: Use QueueConfig_InQueueConditions_LimitedAction.ProtoReflect.Descriptor instead.

func (*QueueConfig_InQueueConditions_LimitedAction) GetAction

func (m *QueueConfig_InQueueConditions_LimitedAction) GetAction() isQueueConfig_InQueueConditions_LimitedAction_Action

func (*QueueConfig_InQueueConditions_LimitedAction) GetAfterSeconds

func (*QueueConfig_InQueueConditions_LimitedAction) GetHangUp

func (*QueueConfig_InQueueConditions_LimitedAction) GetQueuedCallback

func (*QueueConfig_InQueueConditions_LimitedAction) GetTriggerIvr

func (*QueueConfig_InQueueConditions_LimitedAction) GetVoicemail

func (*QueueConfig_InQueueConditions_LimitedAction) ProtoMessage

func (*QueueConfig_InQueueConditions_LimitedAction) ProtoReflect

func (*QueueConfig_InQueueConditions_LimitedAction) Reset

func (*QueueConfig_InQueueConditions_LimitedAction) String

type QueueConfig_InQueueConditions_LimitedAction_HangUp

type QueueConfig_InQueueConditions_LimitedAction_HangUp struct {
	HangUp *QueueConfig_Optionless `protobuf:"bytes,2,opt,name=hang_up,json=hangUp,proto3,oneof"`
}

type QueueConfig_InQueueConditions_LimitedAction_QueuedCallback

type QueueConfig_InQueueConditions_LimitedAction_QueuedCallback struct {
	QueuedCallback *QueueConfig_Optionless `protobuf:"bytes,4,opt,name=queued_callback,json=queuedCallback,proto3,oneof"`
}

type QueueConfig_InQueueConditions_LimitedAction_TriggerIvr

type QueueConfig_InQueueConditions_LimitedAction_TriggerIvr struct {
	// the value of this field is the IVR/Script event.
	TriggerIvr *commons.DigitWrapper `protobuf:"bytes,5,opt,name=trigger_ivr,json=triggerIvr,proto3,oneof"`
}

type QueueConfig_InQueueConditions_LimitedAction_Voicemail

type QueueConfig_InQueueConditions_LimitedAction_Voicemail struct {
	Voicemail *QueueConfig_Optionless `protobuf:"bytes,3,opt,name=voicemail,proto3,oneof"`
}

type QueueConfig_InQueueConditions_LimitedCondition

type QueueConfig_InQueueConditions_LimitedCondition struct {

	// nil fields will use default config settings.
	Inbound  *QueueConfig_InQueueConditions_LimitedConfig `protobuf:"bytes,1,opt,name=inbound,proto3" json:"inbound,omitempty"`
	Outbound *QueueConfig_InQueueConditions_LimitedConfig `protobuf:"bytes,2,opt,name=outbound,proto3" json:"outbound,omitempty"`
	Manual   *QueueConfig_InQueueConditions_LimitedConfig `protobuf:"bytes,3,opt,name=manual,proto3" json:"manual,omitempty"`
	Preview  *QueueConfig_InQueueConditions_LimitedConfig `protobuf:"bytes,4,opt,name=preview,proto3" json:"preview,omitempty"`
	// any can only be created/edited for the account default config
	Any *QueueConfig_InQueueConditions_LimitedConfig `protobuf:"bytes,5,opt,name=any,proto3" json:"any,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_InQueueConditions_LimitedCondition) Descriptor deprecated

Deprecated: Use QueueConfig_InQueueConditions_LimitedCondition.ProtoReflect.Descriptor instead.

func (*QueueConfig_InQueueConditions_LimitedCondition) GetAny

func (*QueueConfig_InQueueConditions_LimitedCondition) GetInbound

func (*QueueConfig_InQueueConditions_LimitedCondition) GetManual

func (*QueueConfig_InQueueConditions_LimitedCondition) GetOutbound

func (*QueueConfig_InQueueConditions_LimitedCondition) GetPreview

func (*QueueConfig_InQueueConditions_LimitedCondition) ProtoMessage

func (*QueueConfig_InQueueConditions_LimitedCondition) ProtoReflect

func (*QueueConfig_InQueueConditions_LimitedCondition) Reset

func (*QueueConfig_InQueueConditions_LimitedCondition) String

type QueueConfig_InQueueConditions_LimitedConfig

type QueueConfig_InQueueConditions_LimitedConfig struct {
	Actions []*QueueConfig_InQueueConditions_LimitedAction `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_InQueueConditions_LimitedConfig) Descriptor deprecated

Deprecated: Use QueueConfig_InQueueConditions_LimitedConfig.ProtoReflect.Descriptor instead.

func (*QueueConfig_InQueueConditions_LimitedConfig) GetActions

func (*QueueConfig_InQueueConditions_LimitedConfig) ProtoMessage

func (*QueueConfig_InQueueConditions_LimitedConfig) ProtoReflect

func (*QueueConfig_InQueueConditions_LimitedConfig) Reset

func (*QueueConfig_InQueueConditions_LimitedConfig) String

type QueueConfig_KeyPressEvents

type QueueConfig_KeyPressEvents struct {
	Zero     *QueueConfig_KeyPressEvents_Action `protobuf:"bytes,1,opt,name=zero,proto3" json:"zero,omitempty"`
	One      *QueueConfig_KeyPressEvents_Action `protobuf:"bytes,2,opt,name=one,proto3" json:"one,omitempty"`
	Two      *QueueConfig_KeyPressEvents_Action `protobuf:"bytes,3,opt,name=two,proto3" json:"two,omitempty"`
	Three    *QueueConfig_KeyPressEvents_Action `protobuf:"bytes,4,opt,name=three,proto3" json:"three,omitempty"`
	Four     *QueueConfig_KeyPressEvents_Action `protobuf:"bytes,5,opt,name=four,proto3" json:"four,omitempty"`
	Five     *QueueConfig_KeyPressEvents_Action `protobuf:"bytes,6,opt,name=five,proto3" json:"five,omitempty"`
	Six      *QueueConfig_KeyPressEvents_Action `protobuf:"bytes,7,opt,name=six,proto3" json:"six,omitempty"`
	Seven    *QueueConfig_KeyPressEvents_Action `protobuf:"bytes,8,opt,name=seven,proto3" json:"seven,omitempty"`
	Eight    *QueueConfig_KeyPressEvents_Action `protobuf:"bytes,9,opt,name=eight,proto3" json:"eight,omitempty"`
	Nine     *QueueConfig_KeyPressEvents_Action `protobuf:"bytes,10,opt,name=nine,proto3" json:"nine,omitempty"`
	Asterisk *QueueConfig_KeyPressEvents_Action `protobuf:"bytes,11,opt,name=asterisk,proto3" json:"asterisk,omitempty"`
	Hashtag  *QueueConfig_KeyPressEvents_Action `protobuf:"bytes,12,opt,name=hashtag,proto3" json:"hashtag,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_KeyPressEvents) Descriptor deprecated

func (*QueueConfig_KeyPressEvents) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_KeyPressEvents.ProtoReflect.Descriptor instead.

func (*QueueConfig_KeyPressEvents) GetAsterisk

func (*QueueConfig_KeyPressEvents) GetEight

func (*QueueConfig_KeyPressEvents) GetFive

func (*QueueConfig_KeyPressEvents) GetFour

func (*QueueConfig_KeyPressEvents) GetHashtag

func (*QueueConfig_KeyPressEvents) GetNine

func (*QueueConfig_KeyPressEvents) GetOne

func (*QueueConfig_KeyPressEvents) GetSeven

func (*QueueConfig_KeyPressEvents) GetSix

func (*QueueConfig_KeyPressEvents) GetThree

func (*QueueConfig_KeyPressEvents) GetTwo

func (*QueueConfig_KeyPressEvents) GetZero

func (*QueueConfig_KeyPressEvents) ProtoMessage

func (*QueueConfig_KeyPressEvents) ProtoMessage()

func (*QueueConfig_KeyPressEvents) ProtoReflect

func (*QueueConfig_KeyPressEvents) Reset

func (x *QueueConfig_KeyPressEvents) Reset()

func (*QueueConfig_KeyPressEvents) String

func (x *QueueConfig_KeyPressEvents) String() string

type QueueConfig_KeyPressEvents_Action

type QueueConfig_KeyPressEvents_Action struct {

	// nil fields will use default config settings.
	Inbound  *QueueConfig_KeyPressEvents_Config `protobuf:"bytes,1,opt,name=inbound,proto3" json:"inbound,omitempty"`
	Outbound *QueueConfig_KeyPressEvents_Config `protobuf:"bytes,2,opt,name=outbound,proto3" json:"outbound,omitempty"`
	Manual   *QueueConfig_KeyPressEvents_Config `protobuf:"bytes,3,opt,name=manual,proto3" json:"manual,omitempty"`
	Preview  *QueueConfig_KeyPressEvents_Config `protobuf:"bytes,4,opt,name=preview,proto3" json:"preview,omitempty"`
	// any can only be created/edited for the account default config.
	Any *QueueConfig_KeyPressEvents_Config `protobuf:"bytes,5,opt,name=any,proto3" json:"any,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_KeyPressEvents_Action) Descriptor deprecated

func (*QueueConfig_KeyPressEvents_Action) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_KeyPressEvents_Action.ProtoReflect.Descriptor instead.

func (*QueueConfig_KeyPressEvents_Action) GetAny

func (*QueueConfig_KeyPressEvents_Action) GetInbound

func (*QueueConfig_KeyPressEvents_Action) GetManual

func (*QueueConfig_KeyPressEvents_Action) GetOutbound

func (*QueueConfig_KeyPressEvents_Action) GetPreview

func (*QueueConfig_KeyPressEvents_Action) ProtoMessage

func (*QueueConfig_KeyPressEvents_Action) ProtoMessage()

func (*QueueConfig_KeyPressEvents_Action) ProtoReflect

func (*QueueConfig_KeyPressEvents_Action) Reset

func (*QueueConfig_KeyPressEvents_Action) String

type QueueConfig_KeyPressEvents_Config

type QueueConfig_KeyPressEvents_Config struct {

	// nil option will use the 'None' action.
	//
	// Types that are assignable to Option:
	//
	//	*QueueConfig_KeyPressEvents_Config_HangUp
	//	*QueueConfig_KeyPressEvents_Config_TriggerIvr
	//	*QueueConfig_KeyPressEvents_Config_Voicemail
	//	*QueueConfig_KeyPressEvents_Config_QueuedCallback
	//	*QueueConfig_KeyPressEvents_Config_AddSkills
	//	*QueueConfig_KeyPressEvents_Config_DropSkills
	Option isQueueConfig_KeyPressEvents_Config_Option `protobuf_oneof:"option"`
	// contains filtered or unexported fields
}

func (*QueueConfig_KeyPressEvents_Config) Descriptor deprecated

func (*QueueConfig_KeyPressEvents_Config) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_KeyPressEvents_Config.ProtoReflect.Descriptor instead.

func (*QueueConfig_KeyPressEvents_Config) GetAddSkills

func (*QueueConfig_KeyPressEvents_Config) GetDropSkills

func (*QueueConfig_KeyPressEvents_Config) GetHangUp

func (*QueueConfig_KeyPressEvents_Config) GetOption

func (m *QueueConfig_KeyPressEvents_Config) GetOption() isQueueConfig_KeyPressEvents_Config_Option

func (*QueueConfig_KeyPressEvents_Config) GetQueuedCallback

func (*QueueConfig_KeyPressEvents_Config) GetTriggerIvr

func (*QueueConfig_KeyPressEvents_Config) GetVoicemail

func (*QueueConfig_KeyPressEvents_Config) ProtoMessage

func (*QueueConfig_KeyPressEvents_Config) ProtoMessage()

func (*QueueConfig_KeyPressEvents_Config) ProtoReflect

func (*QueueConfig_KeyPressEvents_Config) Reset

func (*QueueConfig_KeyPressEvents_Config) String

type QueueConfig_KeyPressEvents_Config_AddSkills

type QueueConfig_KeyPressEvents_Config_AddSkills struct {
	AddSkills *QueueConfig_Skills `protobuf:"bytes,5,opt,name=add_skills,json=addSkills,proto3,oneof"`
}

type QueueConfig_KeyPressEvents_Config_DropSkills

type QueueConfig_KeyPressEvents_Config_DropSkills struct {
	DropSkills *QueueConfig_Skills `protobuf:"bytes,6,opt,name=drop_skills,json=dropSkills,proto3,oneof"`
}

type QueueConfig_KeyPressEvents_Config_HangUp

type QueueConfig_KeyPressEvents_Config_HangUp struct {
	HangUp *QueueConfig_Optionless `protobuf:"bytes,1,opt,name=hang_up,json=hangUp,proto3,oneof"`
}

type QueueConfig_KeyPressEvents_Config_QueuedCallback

type QueueConfig_KeyPressEvents_Config_QueuedCallback struct {
	QueuedCallback *QueueConfig_Optionless `protobuf:"bytes,4,opt,name=queued_callback,json=queuedCallback,proto3,oneof"`
}

type QueueConfig_KeyPressEvents_Config_TriggerIvr

type QueueConfig_KeyPressEvents_Config_TriggerIvr struct {
	// NOTE: trigger_ivr is only available for inbound & outbound.
	TriggerIvr *QueueConfig_Optionless `protobuf:"bytes,7,opt,name=trigger_ivr,json=triggerIvr,proto3,oneof"`
}

type QueueConfig_KeyPressEvents_Config_Voicemail

type QueueConfig_KeyPressEvents_Config_Voicemail struct {
	Voicemail *QueueConfig_Optionless `protobuf:"bytes,3,opt,name=voicemail,proto3,oneof"`
}

type QueueConfig_Optionless

type QueueConfig_Optionless struct {
	// contains filtered or unexported fields
}

Optionless represents config options that do not require sub settings.

func (*QueueConfig_Optionless) Descriptor deprecated

func (*QueueConfig_Optionless) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_Optionless.ProtoReflect.Descriptor instead.

func (*QueueConfig_Optionless) ProtoMessage

func (*QueueConfig_Optionless) ProtoMessage()

func (*QueueConfig_Optionless) ProtoReflect

func (x *QueueConfig_Optionless) ProtoReflect() protoreflect.Message

func (*QueueConfig_Optionless) Reset

func (x *QueueConfig_Optionless) Reset()

func (*QueueConfig_Optionless) String

func (x *QueueConfig_Optionless) String() string

type QueueConfig_PbxRingStrategy

type QueueConfig_PbxRingStrategy struct {

	// nil fields will use default config settings.
	Inbound  *QueueConfig_PbxRingStrategy_Config `protobuf:"bytes,1,opt,name=inbound,proto3" json:"inbound,omitempty"`
	Outbound *QueueConfig_PbxRingStrategy_Config `protobuf:"bytes,2,opt,name=outbound,proto3" json:"outbound,omitempty"`
	Any      *QueueConfig_PbxRingStrategy_Config `protobuf:"bytes,3,opt,name=any,proto3" json:"any,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_PbxRingStrategy) Descriptor deprecated

func (*QueueConfig_PbxRingStrategy) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_PbxRingStrategy.ProtoReflect.Descriptor instead.

func (*QueueConfig_PbxRingStrategy) GetAny

func (*QueueConfig_PbxRingStrategy) GetInbound

func (*QueueConfig_PbxRingStrategy) GetOutbound

func (*QueueConfig_PbxRingStrategy) ProtoMessage

func (*QueueConfig_PbxRingStrategy) ProtoMessage()

func (*QueueConfig_PbxRingStrategy) ProtoReflect

func (*QueueConfig_PbxRingStrategy) Reset

func (x *QueueConfig_PbxRingStrategy) Reset()

func (*QueueConfig_PbxRingStrategy) String

func (x *QueueConfig_PbxRingStrategy) String() string

type QueueConfig_PbxRingStrategy_Config

type QueueConfig_PbxRingStrategy_Config struct {

	// Types that are assignable to Strategy:
	//
	//	*QueueConfig_PbxRingStrategy_Config_RingAll
	//	*QueueConfig_PbxRingStrategy_Config_HighestScoreOnly
	//	*QueueConfig_PbxRingStrategy_Config_Random
	//	*QueueConfig_PbxRingStrategy_Config_AgentScore
	//	*QueueConfig_PbxRingStrategy_Config_AgentScoreMemory
	Strategy isQueueConfig_PbxRingStrategy_Config_Strategy `protobuf_oneof:"strategy"`
	// contains filtered or unexported fields
}

func (*QueueConfig_PbxRingStrategy_Config) Descriptor deprecated

func (*QueueConfig_PbxRingStrategy_Config) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_PbxRingStrategy_Config.ProtoReflect.Descriptor instead.

func (*QueueConfig_PbxRingStrategy_Config) GetAgentScore

func (x *QueueConfig_PbxRingStrategy_Config) GetAgentScore() int64

func (*QueueConfig_PbxRingStrategy_Config) GetAgentScoreMemory

func (x *QueueConfig_PbxRingStrategy_Config) GetAgentScoreMemory() int64

func (*QueueConfig_PbxRingStrategy_Config) GetHighestScoreOnly

func (*QueueConfig_PbxRingStrategy_Config) GetRandom

func (*QueueConfig_PbxRingStrategy_Config) GetRingAll

func (*QueueConfig_PbxRingStrategy_Config) GetStrategy

func (m *QueueConfig_PbxRingStrategy_Config) GetStrategy() isQueueConfig_PbxRingStrategy_Config_Strategy

func (*QueueConfig_PbxRingStrategy_Config) ProtoMessage

func (*QueueConfig_PbxRingStrategy_Config) ProtoMessage()

func (*QueueConfig_PbxRingStrategy_Config) ProtoReflect

func (*QueueConfig_PbxRingStrategy_Config) Reset

func (*QueueConfig_PbxRingStrategy_Config) String

type QueueConfig_PbxRingStrategy_Config_AgentScore

type QueueConfig_PbxRingStrategy_Config_AgentScore struct {
	// ring each available agent sequentially ordered by skill score.
	// the value if the field is the ring time out time in seconds.
	AgentScore int64 `protobuf:"varint,4,opt,name=agent_score,json=agentScore,proto3,oneof"`
}

type QueueConfig_PbxRingStrategy_Config_AgentScoreMemory

type QueueConfig_PbxRingStrategy_Config_AgentScoreMemory struct {
	// ring highest ranked agent, then the two highest, and so on.
	// the value if the field is the ring time out time in seconds.
	AgentScoreMemory int64 `protobuf:"varint,5,opt,name=agent_score_memory,json=agentScoreMemory,proto3,oneof"`
}

type QueueConfig_PbxRingStrategy_Config_HighestScoreOnly

type QueueConfig_PbxRingStrategy_Config_HighestScoreOnly struct {
	// ring the agent with the highest score only.
	HighestScoreOnly *QueueConfig_Optionless `protobuf:"bytes,2,opt,name=highest_score_only,json=highestScoreOnly,proto3,oneof"`
}

type QueueConfig_PbxRingStrategy_Config_Random

type QueueConfig_PbxRingStrategy_Config_Random struct {
	// ring a randomly selected available agent.
	Random *QueueConfig_Optionless `protobuf:"bytes,3,opt,name=random,proto3,oneof"`
}

type QueueConfig_PbxRingStrategy_Config_RingAll

type QueueConfig_PbxRingStrategy_Config_RingAll struct {
	// ring all available agents.
	RingAll *QueueConfig_Optionless `protobuf:"bytes,1,opt,name=ring_all,json=ringAll,proto3,oneof"`
}

type QueueConfig_PositionAnnouncements

type QueueConfig_PositionAnnouncements struct {

	// nil fields will use default config settings.
	Inbound  *QueueConfig_PositionAnnouncements_Disableable `protobuf:"bytes,1,opt,name=inbound,proto3" json:"inbound,omitempty"`
	Outbound *QueueConfig_PositionAnnouncements_Disableable `protobuf:"bytes,2,opt,name=outbound,proto3" json:"outbound,omitempty"`
	Manual   *QueueConfig_PositionAnnouncements_Disableable `protobuf:"bytes,3,opt,name=manual,proto3" json:"manual,omitempty"`
	Preview  *QueueConfig_PositionAnnouncements_Disableable `protobuf:"bytes,4,opt,name=preview,proto3" json:"preview,omitempty"`
	// any can only be created/edited for the account default config.
	Any *QueueConfig_PositionAnnouncements_Disableable `protobuf:"bytes,5,opt,name=any,proto3" json:"any,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_PositionAnnouncements) Descriptor deprecated

func (*QueueConfig_PositionAnnouncements) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_PositionAnnouncements.ProtoReflect.Descriptor instead.

func (*QueueConfig_PositionAnnouncements) GetAny

func (*QueueConfig_PositionAnnouncements) GetInbound

func (*QueueConfig_PositionAnnouncements) GetManual

func (*QueueConfig_PositionAnnouncements) GetOutbound

func (*QueueConfig_PositionAnnouncements) GetPreview

func (*QueueConfig_PositionAnnouncements) ProtoMessage

func (*QueueConfig_PositionAnnouncements) ProtoMessage()

func (*QueueConfig_PositionAnnouncements) ProtoReflect

func (*QueueConfig_PositionAnnouncements) Reset

func (*QueueConfig_PositionAnnouncements) String

type QueueConfig_PositionAnnouncements_Config

type QueueConfig_PositionAnnouncements_Config struct {

	// first announcement played to caller.
	FirstSeconds int64 `protobuf:"varint,1,opt,name=first_seconds,json=firstSeconds,proto3" json:"first_seconds,omitempty"`
	// repeates announcement after given seconds.
	RepeatingSeconds int64 `protobuf:"varint,2,opt,name=repeating_seconds,json=repeatingSeconds,proto3" json:"repeating_seconds,omitempty"`
	// the "shortly" announcement is played unless the
	// caller position is greater than or equal to the
	// given threshold.
	Threshold int64 `protobuf:"varint,3,opt,name=threshold,proto3" json:"threshold,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_PositionAnnouncements_Config) Descriptor deprecated

func (*QueueConfig_PositionAnnouncements_Config) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_PositionAnnouncements_Config.ProtoReflect.Descriptor instead.

func (*QueueConfig_PositionAnnouncements_Config) GetFirstSeconds

func (x *QueueConfig_PositionAnnouncements_Config) GetFirstSeconds() int64

func (*QueueConfig_PositionAnnouncements_Config) GetRepeatingSeconds

func (x *QueueConfig_PositionAnnouncements_Config) GetRepeatingSeconds() int64

func (*QueueConfig_PositionAnnouncements_Config) GetThreshold

func (*QueueConfig_PositionAnnouncements_Config) ProtoMessage

func (*QueueConfig_PositionAnnouncements_Config) ProtoReflect

func (*QueueConfig_PositionAnnouncements_Config) Reset

func (*QueueConfig_PositionAnnouncements_Config) String

type QueueConfig_PositionAnnouncements_Disableable

type QueueConfig_PositionAnnouncements_Disableable struct {

	// Types that are assignable to Option:
	//
	//	*QueueConfig_PositionAnnouncements_Disableable_Config
	//	*QueueConfig_PositionAnnouncements_Disableable_Disable
	Option isQueueConfig_PositionAnnouncements_Disableable_Option `protobuf_oneof:"option"`
	// contains filtered or unexported fields
}

func (*QueueConfig_PositionAnnouncements_Disableable) Descriptor deprecated

Deprecated: Use QueueConfig_PositionAnnouncements_Disableable.ProtoReflect.Descriptor instead.

func (*QueueConfig_PositionAnnouncements_Disableable) GetConfig

func (*QueueConfig_PositionAnnouncements_Disableable) GetDisable

func (*QueueConfig_PositionAnnouncements_Disableable) GetOption

func (m *QueueConfig_PositionAnnouncements_Disableable) GetOption() isQueueConfig_PositionAnnouncements_Disableable_Option

func (*QueueConfig_PositionAnnouncements_Disableable) ProtoMessage

func (*QueueConfig_PositionAnnouncements_Disableable) ProtoReflect

func (*QueueConfig_PositionAnnouncements_Disableable) Reset

func (*QueueConfig_PositionAnnouncements_Disableable) String

type QueueConfig_PositionAnnouncements_Disableable_Config

type QueueConfig_PositionAnnouncements_Disableable_Config struct {
	Config *QueueConfig_PositionAnnouncements_Config `protobuf:"bytes,1,opt,name=config,proto3,oneof"`
}

type QueueConfig_PositionAnnouncements_Disableable_Disable

type QueueConfig_PositionAnnouncements_Disableable_Disable struct {
	Disable *QueueConfig_Disable `protobuf:"bytes,2,opt,name=disable,proto3,oneof"`
}

type QueueConfig_QueueMonitoringSilenceWaitTimes

type QueueConfig_QueueMonitoringSilenceWaitTimes struct {

	// minimum allowed milliseconds: 500.
	// maximum allowed milliseconds: 5000.
	FirstMilliseconds  int64 `protobuf:"varint,1,opt,name=first_milliseconds,json=firstMilliseconds,proto3" json:"first_milliseconds,omitempty"`
	SecondMilliseconds int64 `protobuf:"varint,2,opt,name=second_milliseconds,json=secondMilliseconds,proto3" json:"second_milliseconds,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_QueueMonitoringSilenceWaitTimes) Descriptor deprecated

Deprecated: Use QueueConfig_QueueMonitoringSilenceWaitTimes.ProtoReflect.Descriptor instead.

func (*QueueConfig_QueueMonitoringSilenceWaitTimes) GetFirstMilliseconds

func (x *QueueConfig_QueueMonitoringSilenceWaitTimes) GetFirstMilliseconds() int64

func (*QueueConfig_QueueMonitoringSilenceWaitTimes) GetSecondMilliseconds

func (x *QueueConfig_QueueMonitoringSilenceWaitTimes) GetSecondMilliseconds() int64

func (*QueueConfig_QueueMonitoringSilenceWaitTimes) ProtoMessage

func (*QueueConfig_QueueMonitoringSilenceWaitTimes) ProtoReflect

func (*QueueConfig_QueueMonitoringSilenceWaitTimes) Reset

func (*QueueConfig_QueueMonitoringSilenceWaitTimes) String

type QueueConfig_Skills

type QueueConfig_Skills struct {
	P3Ids []string `protobuf:"bytes,1,rep,name=p3_ids,json=p3Ids,proto3" json:"p3_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_Skills) Descriptor deprecated

func (*QueueConfig_Skills) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_Skills.ProtoReflect.Descriptor instead.

func (*QueueConfig_Skills) GetP3Ids

func (x *QueueConfig_Skills) GetP3Ids() []string

func (*QueueConfig_Skills) ProtoMessage

func (*QueueConfig_Skills) ProtoMessage()

func (*QueueConfig_Skills) ProtoReflect

func (x *QueueConfig_Skills) ProtoReflect() protoreflect.Message

func (*QueueConfig_Skills) Reset

func (x *QueueConfig_Skills) Reset()

func (*QueueConfig_Skills) String

func (x *QueueConfig_Skills) String() string

type QueueConfig_WaitTimeAnnouncements

type QueueConfig_WaitTimeAnnouncements struct {

	// nil fields will use default config settings.
	Inbound  *QueueConfig_WaitTimeAnnouncements_Disableable `protobuf:"bytes,1,opt,name=inbound,proto3" json:"inbound,omitempty"`
	Outbound *QueueConfig_WaitTimeAnnouncements_Disableable `protobuf:"bytes,2,opt,name=outbound,proto3" json:"outbound,omitempty"`
	Manual   *QueueConfig_WaitTimeAnnouncements_Disableable `protobuf:"bytes,3,opt,name=manual,proto3" json:"manual,omitempty"`
	Preview  *QueueConfig_WaitTimeAnnouncements_Disableable `protobuf:"bytes,4,opt,name=preview,proto3" json:"preview,omitempty"`
	// any can only be created/edited for the account default config.
	Any *QueueConfig_WaitTimeAnnouncements_Disableable `protobuf:"bytes,5,opt,name=any,proto3" json:"any,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_WaitTimeAnnouncements) Descriptor deprecated

func (*QueueConfig_WaitTimeAnnouncements) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_WaitTimeAnnouncements.ProtoReflect.Descriptor instead.

func (*QueueConfig_WaitTimeAnnouncements) GetAny

func (*QueueConfig_WaitTimeAnnouncements) GetInbound

func (*QueueConfig_WaitTimeAnnouncements) GetManual

func (*QueueConfig_WaitTimeAnnouncements) GetOutbound

func (*QueueConfig_WaitTimeAnnouncements) GetPreview

func (*QueueConfig_WaitTimeAnnouncements) ProtoMessage

func (*QueueConfig_WaitTimeAnnouncements) ProtoMessage()

func (*QueueConfig_WaitTimeAnnouncements) ProtoReflect

func (*QueueConfig_WaitTimeAnnouncements) Reset

func (*QueueConfig_WaitTimeAnnouncements) String

type QueueConfig_WaitTimeAnnouncements_Config

type QueueConfig_WaitTimeAnnouncements_Config struct {

	// first announcement played to caller.
	FirstSeconds int64 `protobuf:"varint,1,opt,name=first_seconds,json=firstSeconds,proto3" json:"first_seconds,omitempty"`
	// repeats announcement after given seconds.
	RepeatingSeconds int64 `protobuf:"varint,2,opt,name=repeating_seconds,json=repeatingSeconds,proto3" json:"repeating_seconds,omitempty"`
	// no announcement is played unless the callers wait time
	// is greater than or equal to the given threshold.
	Threshold int64 `protobuf:"varint,3,opt,name=threshold,proto3" json:"threshold,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueConfig_WaitTimeAnnouncements_Config) Descriptor deprecated

func (*QueueConfig_WaitTimeAnnouncements_Config) Descriptor() ([]byte, []int)

Deprecated: Use QueueConfig_WaitTimeAnnouncements_Config.ProtoReflect.Descriptor instead.

func (*QueueConfig_WaitTimeAnnouncements_Config) GetFirstSeconds

func (x *QueueConfig_WaitTimeAnnouncements_Config) GetFirstSeconds() int64

func (*QueueConfig_WaitTimeAnnouncements_Config) GetRepeatingSeconds

func (x *QueueConfig_WaitTimeAnnouncements_Config) GetRepeatingSeconds() int64

func (*QueueConfig_WaitTimeAnnouncements_Config) GetThreshold

func (*QueueConfig_WaitTimeAnnouncements_Config) ProtoMessage

func (*QueueConfig_WaitTimeAnnouncements_Config) ProtoReflect

func (*QueueConfig_WaitTimeAnnouncements_Config) Reset

func (*QueueConfig_WaitTimeAnnouncements_Config) String

type QueueConfig_WaitTimeAnnouncements_Disableable

type QueueConfig_WaitTimeAnnouncements_Disableable struct {

	// Types that are assignable to Option:
	//
	//	*QueueConfig_WaitTimeAnnouncements_Disableable_Config
	//	*QueueConfig_WaitTimeAnnouncements_Disableable_Disable
	Option isQueueConfig_WaitTimeAnnouncements_Disableable_Option `protobuf_oneof:"option"`
	// contains filtered or unexported fields
}

func (*QueueConfig_WaitTimeAnnouncements_Disableable) Descriptor deprecated

Deprecated: Use QueueConfig_WaitTimeAnnouncements_Disableable.ProtoReflect.Descriptor instead.

func (*QueueConfig_WaitTimeAnnouncements_Disableable) GetConfig

func (*QueueConfig_WaitTimeAnnouncements_Disableable) GetDisable

func (*QueueConfig_WaitTimeAnnouncements_Disableable) GetOption

func (m *QueueConfig_WaitTimeAnnouncements_Disableable) GetOption() isQueueConfig_WaitTimeAnnouncements_Disableable_Option

func (*QueueConfig_WaitTimeAnnouncements_Disableable) ProtoMessage

func (*QueueConfig_WaitTimeAnnouncements_Disableable) ProtoReflect

func (*QueueConfig_WaitTimeAnnouncements_Disableable) Reset

func (*QueueConfig_WaitTimeAnnouncements_Disableable) String

type QueueConfig_WaitTimeAnnouncements_Disableable_Config

type QueueConfig_WaitTimeAnnouncements_Disableable_Config struct {
	Config *QueueConfig_WaitTimeAnnouncements_Config `protobuf:"bytes,1,opt,name=config,proto3,oneof"`
}

type QueueConfig_WaitTimeAnnouncements_Disableable_Disable

type QueueConfig_WaitTimeAnnouncements_Disableable_Disable struct {
	Disable *QueueConfig_Disable `protobuf:"bytes,2,opt,name=disable,proto3,oneof"`
}

type RecordEmailUnsubscribeAcknowledgementRequest

type RecordEmailUnsubscribeAcknowledgementRequest struct {
	// contains filtered or unexported fields
}

Request for recording email unsubscribe acknowledgement.

func (*RecordEmailUnsubscribeAcknowledgementRequest) Descriptor deprecated

Deprecated: Use RecordEmailUnsubscribeAcknowledgementRequest.ProtoReflect.Descriptor instead.

func (*RecordEmailUnsubscribeAcknowledgementRequest) ProtoMessage

func (*RecordEmailUnsubscribeAcknowledgementRequest) ProtoReflect

func (*RecordEmailUnsubscribeAcknowledgementRequest) Reset

func (*RecordEmailUnsubscribeAcknowledgementRequest) String

type RecordEmailUnsubscribeAcknowledgementResponse

type RecordEmailUnsubscribeAcknowledgementResponse struct {
	// contains filtered or unexported fields
}

Response for recording email unsubscribe acknowledgement.

func (*RecordEmailUnsubscribeAcknowledgementResponse) Descriptor deprecated

Deprecated: Use RecordEmailUnsubscribeAcknowledgementResponse.ProtoReflect.Descriptor instead.

func (*RecordEmailUnsubscribeAcknowledgementResponse) ProtoMessage

func (*RecordEmailUnsubscribeAcknowledgementResponse) ProtoReflect

func (*RecordEmailUnsubscribeAcknowledgementResponse) Reset

func (*RecordEmailUnsubscribeAcknowledgementResponse) String

type RecordingPreferences

type RecordingPreferences struct {
	ConventionEnabled     bool                               `protobuf:"varint,10,opt,name=convention_enabled,json=conventionEnabled,proto3" json:"convention_enabled,omitempty"`            // Controls whether custom file name convention is used
	FileNameConvention    *RecordingsFileNamingConvention    `protobuf:"bytes,11,opt,name=file_name_convention,json=fileNameConvention,proto3" json:"file_name_convention,omitempty"`        // Controls file naming conventions for recordings
	ZipConventionEnabled  bool                               `protobuf:"varint,12,opt,name=zip_convention_enabled,json=zipConventionEnabled,proto3" json:"zip_convention_enabled,omitempty"` // Controls whether custom file name convention is used (for *.zip)
	ZipFileNameConvention *RecordingsZipFileNamingConvention ``                                                                                                                              // Controls file naming conventions for compressed recordings
	/* 129-byte string literal not displayed */
	ExportFileType commons.RecordingFileType `` // Export audio recordings as either .mp3 or .wav
	/* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

Wrapper RecordingPreferences object for get response and update request

func (*RecordingPreferences) Descriptor deprecated

func (*RecordingPreferences) Descriptor() ([]byte, []int)

Deprecated: Use RecordingPreferences.ProtoReflect.Descriptor instead.

func (*RecordingPreferences) GetConventionEnabled

func (x *RecordingPreferences) GetConventionEnabled() bool

func (*RecordingPreferences) GetExportFileType

func (x *RecordingPreferences) GetExportFileType() commons.RecordingFileType

func (*RecordingPreferences) GetFileNameConvention

func (x *RecordingPreferences) GetFileNameConvention() *RecordingsFileNamingConvention

func (*RecordingPreferences) GetZipConventionEnabled

func (x *RecordingPreferences) GetZipConventionEnabled() bool

func (*RecordingPreferences) GetZipFileNameConvention

func (x *RecordingPreferences) GetZipFileNameConvention() *RecordingsZipFileNamingConvention

func (*RecordingPreferences) ProtoMessage

func (*RecordingPreferences) ProtoMessage()

func (*RecordingPreferences) ProtoReflect

func (x *RecordingPreferences) ProtoReflect() protoreflect.Message

func (*RecordingPreferences) Reset

func (x *RecordingPreferences) Reset()

func (*RecordingPreferences) String

func (x *RecordingPreferences) String() string

type RecordingsFileNamingConvention

type RecordingsFileNamingConvention struct {
	Inbound              *FileNamingConvention `protobuf:"bytes,1,opt,name=inbound,proto3" json:"inbound,omitempty"`   // Inbound calls
	Manual               *FileNamingConvention `protobuf:"bytes,2,opt,name=manual,proto3" json:"manual,omitempty"`     // Manual dial calls
	Outbound             *FileNamingConvention `protobuf:"bytes,3,opt,name=outbound,proto3" json:"outbound,omitempty"` // Outbound calls
	Preview              *FileNamingConvention `protobuf:"bytes,4,opt,name=preview,proto3" json:"preview,omitempty"`   // Preview dial calls
	XmlClientPropertySid int64                 ``                                                                      // xml_client_property_sid associated with RecordingsFileNamingConvention key
	/* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Call recordings file name convention

func (*RecordingsFileNamingConvention) Descriptor deprecated

func (*RecordingsFileNamingConvention) Descriptor() ([]byte, []int)

Deprecated: Use RecordingsFileNamingConvention.ProtoReflect.Descriptor instead.

func (*RecordingsFileNamingConvention) GetInbound

func (*RecordingsFileNamingConvention) GetManual

func (*RecordingsFileNamingConvention) GetOutbound

func (*RecordingsFileNamingConvention) GetPreview

func (*RecordingsFileNamingConvention) GetXmlClientPropertySid

func (x *RecordingsFileNamingConvention) GetXmlClientPropertySid() int64

func (*RecordingsFileNamingConvention) ProtoMessage

func (*RecordingsFileNamingConvention) ProtoMessage()

func (*RecordingsFileNamingConvention) ProtoReflect

func (*RecordingsFileNamingConvention) Reset

func (x *RecordingsFileNamingConvention) Reset()

func (*RecordingsFileNamingConvention) String

type RecordingsZipFileNamingConvention

type RecordingsZipFileNamingConvention struct {
	Inbound              *FileNamingConvention `protobuf:"bytes,1,opt,name=inbound,proto3" json:"inbound,omitempty"`   // Inbound calls
	Manual               *FileNamingConvention `protobuf:"bytes,2,opt,name=manual,proto3" json:"manual,omitempty"`     // Manual dial calls
	Outbound             *FileNamingConvention `protobuf:"bytes,3,opt,name=outbound,proto3" json:"outbound,omitempty"` // Outbound calls
	Combined             *FileNamingConvention `protobuf:"bytes,5,opt,name=combined,proto3" json:"combined,omitempty"` // Combined call types (inbound, manual, and outbound)
	XmlClientPropertySid int64                 ``                                                                      // xml_client_property_sid associated with RecordingsZipFileNamingConvention key
	/* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Call recordings file name convention (for *.zip)

func (*RecordingsZipFileNamingConvention) Descriptor deprecated

func (*RecordingsZipFileNamingConvention) Descriptor() ([]byte, []int)

Deprecated: Use RecordingsZipFileNamingConvention.ProtoReflect.Descriptor instead.

func (*RecordingsZipFileNamingConvention) GetCombined

func (*RecordingsZipFileNamingConvention) GetInbound

func (*RecordingsZipFileNamingConvention) GetManual

func (*RecordingsZipFileNamingConvention) GetOutbound

func (*RecordingsZipFileNamingConvention) GetXmlClientPropertySid

func (x *RecordingsZipFileNamingConvention) GetXmlClientPropertySid() int64

func (*RecordingsZipFileNamingConvention) ProtoMessage

func (*RecordingsZipFileNamingConvention) ProtoMessage()

func (*RecordingsZipFileNamingConvention) ProtoReflect

func (*RecordingsZipFileNamingConvention) Reset

func (*RecordingsZipFileNamingConvention) String

type RegionUrls

type RegionUrls struct {

	// array of api_endpoints per region
	ApiEndpoints []string `protobuf:"bytes,1,rep,name=api_endpoints,json=apiEndpoints,proto3" json:"api_endpoints,omitempty"`
	// contains filtered or unexported fields
}

urls used for each region

func (*RegionUrls) Descriptor deprecated

func (*RegionUrls) Descriptor() ([]byte, []int)

Deprecated: Use RegionUrls.ProtoReflect.Descriptor instead.

func (*RegionUrls) GetApiEndpoints

func (x *RegionUrls) GetApiEndpoints() []string

func (*RegionUrls) ProtoMessage

func (*RegionUrls) ProtoMessage()

func (*RegionUrls) ProtoReflect

func (x *RegionUrls) ProtoReflect() protoreflect.Message

func (*RegionUrls) Reset

func (x *RegionUrls) Reset()

func (*RegionUrls) String

func (x *RegionUrls) String() string

type RegisterOrganizationRequest

type RegisterOrganizationRequest struct {
	Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	// allowed_countries is used to initialize the organization's
	// allowed countries preference.
	// This field is optional.
	AllowedCountries []commons.Country `` /* 142-byte string literal not displayed */
	// Required. The id of new organization's parent account.
	P3ParentAccount string `protobuf:"bytes,3,opt,name=p3_parent_account,json=p3ParentAccount,proto3" json:"p3_parent_account,omitempty"`
	// contains filtered or unexported fields
}

The request for api.v0alpha.RegisterOrganization.

func (*RegisterOrganizationRequest) Descriptor deprecated

func (*RegisterOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegisterOrganizationRequest.ProtoReflect.Descriptor instead.

func (*RegisterOrganizationRequest) GetAllowedCountries

func (x *RegisterOrganizationRequest) GetAllowedCountries() []commons.Country

func (*RegisterOrganizationRequest) GetOrganization

func (x *RegisterOrganizationRequest) GetOrganization() *Organization

func (*RegisterOrganizationRequest) GetP3ParentAccount

func (x *RegisterOrganizationRequest) GetP3ParentAccount() string

func (*RegisterOrganizationRequest) ProtoMessage

func (*RegisterOrganizationRequest) ProtoMessage()

func (*RegisterOrganizationRequest) ProtoReflect

func (*RegisterOrganizationRequest) Reset

func (x *RegisterOrganizationRequest) Reset()

func (*RegisterOrganizationRequest) String

func (x *RegisterOrganizationRequest) String() string

type RegisterOrganizationResponse

type RegisterOrganizationResponse struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

The response for api.v0alpha.RegisterOrganization

func (*RegisterOrganizationResponse) Descriptor deprecated

func (*RegisterOrganizationResponse) Descriptor() ([]byte, []int)

Deprecated: Use RegisterOrganizationResponse.ProtoReflect.Descriptor instead.

func (*RegisterOrganizationResponse) GetOrgId

func (x *RegisterOrganizationResponse) GetOrgId() string

func (*RegisterOrganizationResponse) ProtoMessage

func (*RegisterOrganizationResponse) ProtoMessage()

func (*RegisterOrganizationResponse) ProtoReflect

func (*RegisterOrganizationResponse) Reset

func (x *RegisterOrganizationResponse) Reset()

func (*RegisterOrganizationResponse) String

type RemoveLoginStrikesRequest

type RemoveLoginStrikesRequest struct {
	LoginLogSids []int64 `protobuf:"varint,1,rep,packed,name=login_log_sids,json=loginLogSids,proto3" json:"login_log_sids,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveLoginStrikesRequest) Descriptor deprecated

func (*RemoveLoginStrikesRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveLoginStrikesRequest.ProtoReflect.Descriptor instead.

func (*RemoveLoginStrikesRequest) GetLoginLogSids

func (x *RemoveLoginStrikesRequest) GetLoginLogSids() []int64

func (*RemoveLoginStrikesRequest) ProtoMessage

func (*RemoveLoginStrikesRequest) ProtoMessage()

func (*RemoveLoginStrikesRequest) ProtoReflect

func (*RemoveLoginStrikesRequest) Reset

func (x *RemoveLoginStrikesRequest) Reset()

func (*RemoveLoginStrikesRequest) String

func (x *RemoveLoginStrikesRequest) String() string

type RemoveLoginStrikesResponse

type RemoveLoginStrikesResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveLoginStrikesResponse) Descriptor deprecated

func (*RemoveLoginStrikesResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveLoginStrikesResponse.ProtoReflect.Descriptor instead.

func (*RemoveLoginStrikesResponse) ProtoMessage

func (*RemoveLoginStrikesResponse) ProtoMessage()

func (*RemoveLoginStrikesResponse) ProtoReflect

func (*RemoveLoginStrikesResponse) Reset

func (x *RemoveLoginStrikesResponse) Reset()

func (*RemoveLoginStrikesResponse) String

func (x *RemoveLoginStrikesResponse) String() string

type RemoveOrgBillingOverrideRequest

type RemoveOrgBillingOverrideRequest struct {
	OrgId   string          `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Region  string          `protobuf:"bytes,2,opt,name=region,proto3" json:"region,omitempty"`
	Country commons.Country `protobuf:"varint,3,opt,name=country,proto3,enum=api.commons.Country" json:"country,omitempty"`
	// contains filtered or unexported fields
}

Request message for the RemoveOrgBillingOverride rpc.

func (*RemoveOrgBillingOverrideRequest) Descriptor deprecated

func (*RemoveOrgBillingOverrideRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOrgBillingOverrideRequest.ProtoReflect.Descriptor instead.

func (*RemoveOrgBillingOverrideRequest) GetCountry

func (*RemoveOrgBillingOverrideRequest) GetOrgId

func (*RemoveOrgBillingOverrideRequest) GetRegion

func (x *RemoveOrgBillingOverrideRequest) GetRegion() string

func (*RemoveOrgBillingOverrideRequest) ProtoMessage

func (*RemoveOrgBillingOverrideRequest) ProtoMessage()

func (*RemoveOrgBillingOverrideRequest) ProtoReflect

func (*RemoveOrgBillingOverrideRequest) Reset

func (*RemoveOrgBillingOverrideRequest) String

type RemoveOrgBillingOverrideResponse

type RemoveOrgBillingOverrideResponse struct {
	// contains filtered or unexported fields
}

Response message for the RemoveOrgBillingOverride rpc.

func (*RemoveOrgBillingOverrideResponse) Descriptor deprecated

func (*RemoveOrgBillingOverrideResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOrgBillingOverrideResponse.ProtoReflect.Descriptor instead.

func (*RemoveOrgBillingOverrideResponse) ProtoMessage

func (*RemoveOrgBillingOverrideResponse) ProtoMessage()

func (*RemoveOrgBillingOverrideResponse) ProtoReflect

func (*RemoveOrgBillingOverrideResponse) Reset

func (*RemoveOrgBillingOverrideResponse) String

type RemovePermissionFromOrgDefaultGroupRequest

type RemovePermissionFromOrgDefaultGroupRequest struct {

	// id for which organization to remove permission from default Super group.
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// Permission to be removed.
	Permission auth.Permission `protobuf:"varint,2,opt,name=permission,proto3,enum=api.commons.auth.Permission" json:"permission,omitempty"`
	// contains filtered or unexported fields
}

The request for org.Org.RemovePermissionFromOrgDefaultGroup

func (*RemovePermissionFromOrgDefaultGroupRequest) Descriptor deprecated

Deprecated: Use RemovePermissionFromOrgDefaultGroupRequest.ProtoReflect.Descriptor instead.

func (*RemovePermissionFromOrgDefaultGroupRequest) GetOrgId

func (*RemovePermissionFromOrgDefaultGroupRequest) GetPermission

func (*RemovePermissionFromOrgDefaultGroupRequest) ProtoMessage

func (*RemovePermissionFromOrgDefaultGroupRequest) ProtoReflect

func (*RemovePermissionFromOrgDefaultGroupRequest) Reset

func (*RemovePermissionFromOrgDefaultGroupRequest) String

type RemovePermissionFromOrgDefaultGroupResponse

type RemovePermissionFromOrgDefaultGroupResponse struct {

	// The newly updated default permission group.
	DefaultPermissionGroup *PermissionGroup `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

The response for org.Org.RemovePermissionFromOrgDefaultGroup

func (*RemovePermissionFromOrgDefaultGroupResponse) Descriptor deprecated

Deprecated: Use RemovePermissionFromOrgDefaultGroupResponse.ProtoReflect.Descriptor instead.

func (*RemovePermissionFromOrgDefaultGroupResponse) GetDefaultPermissionGroup

func (x *RemovePermissionFromOrgDefaultGroupResponse) GetDefaultPermissionGroup() *PermissionGroup

func (*RemovePermissionFromOrgDefaultGroupResponse) ProtoMessage

func (*RemovePermissionFromOrgDefaultGroupResponse) ProtoReflect

func (*RemovePermissionFromOrgDefaultGroupResponse) Reset

func (*RemovePermissionFromOrgDefaultGroupResponse) String

type RemoveUserLoginStrikesRequest

type RemoveUserLoginStrikesRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveUserLoginStrikesRequest) Descriptor deprecated

func (*RemoveUserLoginStrikesRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveUserLoginStrikesRequest.ProtoReflect.Descriptor instead.

func (*RemoveUserLoginStrikesRequest) GetUserId

func (x *RemoveUserLoginStrikesRequest) GetUserId() string

func (*RemoveUserLoginStrikesRequest) ProtoMessage

func (*RemoveUserLoginStrikesRequest) ProtoMessage()

func (*RemoveUserLoginStrikesRequest) ProtoReflect

func (*RemoveUserLoginStrikesRequest) Reset

func (x *RemoveUserLoginStrikesRequest) Reset()

func (*RemoveUserLoginStrikesRequest) String

type RemoveUserLoginStrikesResponse

type RemoveUserLoginStrikesResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveUserLoginStrikesResponse) Descriptor deprecated

func (*RemoveUserLoginStrikesResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveUserLoginStrikesResponse.ProtoReflect.Descriptor instead.

func (*RemoveUserLoginStrikesResponse) ProtoMessage

func (*RemoveUserLoginStrikesResponse) ProtoMessage()

func (*RemoveUserLoginStrikesResponse) ProtoReflect

func (*RemoveUserLoginStrikesResponse) Reset

func (x *RemoveUserLoginStrikesResponse) Reset()

func (*RemoveUserLoginStrikesResponse) String

type RemoveUserRegionRequest

type RemoveUserRegionRequest struct {
	UserId   string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	RegionId string `protobuf:"bytes,2,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveUserRegionRequest) Descriptor deprecated

func (*RemoveUserRegionRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveUserRegionRequest.ProtoReflect.Descriptor instead.

func (*RemoveUserRegionRequest) GetRegionId

func (x *RemoveUserRegionRequest) GetRegionId() string

func (*RemoveUserRegionRequest) GetUserId

func (x *RemoveUserRegionRequest) GetUserId() string

func (*RemoveUserRegionRequest) ProtoMessage

func (*RemoveUserRegionRequest) ProtoMessage()

func (*RemoveUserRegionRequest) ProtoReflect

func (x *RemoveUserRegionRequest) ProtoReflect() protoreflect.Message

func (*RemoveUserRegionRequest) Reset

func (x *RemoveUserRegionRequest) Reset()

func (*RemoveUserRegionRequest) String

func (x *RemoveUserRegionRequest) String() string

type RemoveUserRegionResponse

type RemoveUserRegionResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveUserRegionResponse) Descriptor deprecated

func (*RemoveUserRegionResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveUserRegionResponse.ProtoReflect.Descriptor instead.

func (*RemoveUserRegionResponse) ProtoMessage

func (*RemoveUserRegionResponse) ProtoMessage()

func (*RemoveUserRegionResponse) ProtoReflect

func (x *RemoveUserRegionResponse) ProtoReflect() protoreflect.Message

func (*RemoveUserRegionResponse) Reset

func (x *RemoveUserRegionResponse) Reset()

func (*RemoveUserRegionResponse) String

func (x *RemoveUserRegionResponse) String() string

type RemoveUserSubscriptionRequest

type RemoveUserSubscriptionRequest struct {

	// Required.
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// Required.
	SubscriptionId string `protobuf:"bytes,2,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,omitempty"`
	// contains filtered or unexported fields
}

Request for removing a user subscription by id.

func (*RemoveUserSubscriptionRequest) Descriptor deprecated

func (*RemoveUserSubscriptionRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveUserSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*RemoveUserSubscriptionRequest) GetSubscriptionId

func (x *RemoveUserSubscriptionRequest) GetSubscriptionId() string

func (*RemoveUserSubscriptionRequest) GetUserId

func (x *RemoveUserSubscriptionRequest) GetUserId() string

func (*RemoveUserSubscriptionRequest) ProtoMessage

func (*RemoveUserSubscriptionRequest) ProtoMessage()

func (*RemoveUserSubscriptionRequest) ProtoReflect

func (*RemoveUserSubscriptionRequest) Reset

func (x *RemoveUserSubscriptionRequest) Reset()

func (*RemoveUserSubscriptionRequest) String

type RemoveUserSubscriptionResponse

type RemoveUserSubscriptionResponse struct {
	// contains filtered or unexported fields
}

Response for deleting a user subscription.

func (*RemoveUserSubscriptionResponse) Descriptor deprecated

func (*RemoveUserSubscriptionResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveUserSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*RemoveUserSubscriptionResponse) ProtoMessage

func (*RemoveUserSubscriptionResponse) ProtoMessage()

func (*RemoveUserSubscriptionResponse) ProtoReflect

func (*RemoveUserSubscriptionResponse) Reset

func (x *RemoveUserSubscriptionResponse) Reset()

func (*RemoveUserSubscriptionResponse) String

type ReportFilter

type ReportFilter struct {

	// Types that are assignable to Choice:
	//
	//	*ReportFilter_Standard
	//	*ReportFilter_Custom
	Choice isReportFilter_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Report filter type, standard or custom

func (*ReportFilter) Descriptor deprecated

func (*ReportFilter) Descriptor() ([]byte, []int)

Deprecated: Use ReportFilter.ProtoReflect.Descriptor instead.

func (*ReportFilter) GetChoice

func (m *ReportFilter) GetChoice() isReportFilter_Choice

func (*ReportFilter) GetCustom

func (x *ReportFilter) GetCustom() int64

func (*ReportFilter) GetStandard

func (x *ReportFilter) GetStandard() commons.StandardReportFilter

func (*ReportFilter) ProtoMessage

func (*ReportFilter) ProtoMessage()

func (*ReportFilter) ProtoReflect

func (x *ReportFilter) ProtoReflect() protoreflect.Message

func (*ReportFilter) Reset

func (x *ReportFilter) Reset()

func (*ReportFilter) String

func (x *ReportFilter) String() string

type ReportFilter_Custom

type ReportFilter_Custom struct {
	Custom int64 `protobuf:"varint,2,opt,name=custom,proto3,oneof"` // Custom report filter sid (XML client property)
}

type ReportFilter_Standard

type ReportFilter_Standard struct {
	Standard commons.StandardReportFilter `protobuf:"varint,1,opt,name=standard,proto3,enum=api.commons.StandardReportFilter,oneof"` // Standard report filter (enum)
}

type ResetUserRequirePasswordResetRequest

type ResetUserRequirePasswordResetRequest struct {

	// ID of the user.
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for ResetUserRequirePasswordReset.

func (*ResetUserRequirePasswordResetRequest) Descriptor deprecated

func (*ResetUserRequirePasswordResetRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResetUserRequirePasswordResetRequest.ProtoReflect.Descriptor instead.

func (*ResetUserRequirePasswordResetRequest) GetUserId

func (*ResetUserRequirePasswordResetRequest) ProtoMessage

func (*ResetUserRequirePasswordResetRequest) ProtoMessage()

func (*ResetUserRequirePasswordResetRequest) ProtoReflect

func (*ResetUserRequirePasswordResetRequest) Reset

func (*ResetUserRequirePasswordResetRequest) String

type ResetUserRequirePasswordResetResponse

type ResetUserRequirePasswordResetResponse struct {
	// contains filtered or unexported fields
}

Response message for ResetUserRequirePasswordReset.

func (*ResetUserRequirePasswordResetResponse) Descriptor deprecated

func (*ResetUserRequirePasswordResetResponse) Descriptor() ([]byte, []int)

Deprecated: Use ResetUserRequirePasswordResetResponse.ProtoReflect.Descriptor instead.

func (*ResetUserRequirePasswordResetResponse) ProtoMessage

func (*ResetUserRequirePasswordResetResponse) ProtoMessage()

func (*ResetUserRequirePasswordResetResponse) ProtoReflect

func (*ResetUserRequirePasswordResetResponse) Reset

func (*ResetUserRequirePasswordResetResponse) String

type RevokeAccountOwnerPermissionFromUserRequest

type RevokeAccountOwnerPermissionFromUserRequest struct {

	// user for which the account owner permission will be revoked
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeAccountOwnerPermissionFromUserRequest) Descriptor deprecated

Deprecated: Use RevokeAccountOwnerPermissionFromUserRequest.ProtoReflect.Descriptor instead.

func (*RevokeAccountOwnerPermissionFromUserRequest) GetUserId

func (*RevokeAccountOwnerPermissionFromUserRequest) ProtoMessage

func (*RevokeAccountOwnerPermissionFromUserRequest) ProtoReflect

func (*RevokeAccountOwnerPermissionFromUserRequest) Reset

func (*RevokeAccountOwnerPermissionFromUserRequest) String

type RevokeAccountOwnerPermissionFromUserResponse

type RevokeAccountOwnerPermissionFromUserResponse struct {
	// contains filtered or unexported fields
}

func (*RevokeAccountOwnerPermissionFromUserResponse) Descriptor deprecated

Deprecated: Use RevokeAccountOwnerPermissionFromUserResponse.ProtoReflect.Descriptor instead.

func (*RevokeAccountOwnerPermissionFromUserResponse) ProtoMessage

func (*RevokeAccountOwnerPermissionFromUserResponse) ProtoReflect

func (*RevokeAccountOwnerPermissionFromUserResponse) Reset

func (*RevokeAccountOwnerPermissionFromUserResponse) String

type RevokePermissionToAccountOwnerPermissionGroupRequest

type RevokePermissionToAccountOwnerPermissionGroupRequest struct {

	// id for which organization to revoke permission to default Account Owner Group.
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// Permission to be revoked.
	Permissions []auth.Permission `protobuf:"varint,3,rep,packed,name=permissions,proto3,enum=api.commons.auth.Permission" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

The request for org.Org.RevokePermissionToAccountOwnerPermissionGroup

func (*RevokePermissionToAccountOwnerPermissionGroupRequest) Descriptor deprecated

Deprecated: Use RevokePermissionToAccountOwnerPermissionGroupRequest.ProtoReflect.Descriptor instead.

func (*RevokePermissionToAccountOwnerPermissionGroupRequest) GetOrgId

func (*RevokePermissionToAccountOwnerPermissionGroupRequest) GetPermissions

func (*RevokePermissionToAccountOwnerPermissionGroupRequest) ProtoMessage

func (*RevokePermissionToAccountOwnerPermissionGroupRequest) ProtoReflect

func (*RevokePermissionToAccountOwnerPermissionGroupRequest) Reset

func (*RevokePermissionToAccountOwnerPermissionGroupRequest) String

type RevokePermissionToAccountOwnerPermissionGroupResponse

type RevokePermissionToAccountOwnerPermissionGroupResponse struct {

	// The newly updated default permission group.
	DefaultPermissionGroup *PermissionGroup `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

The response for org.Org.RevokePermissionToAccountOwnerPermissionGroup

func (*RevokePermissionToAccountOwnerPermissionGroupResponse) Descriptor deprecated

Deprecated: Use RevokePermissionToAccountOwnerPermissionGroupResponse.ProtoReflect.Descriptor instead.

func (*RevokePermissionToAccountOwnerPermissionGroupResponse) GetDefaultPermissionGroup

func (*RevokePermissionToAccountOwnerPermissionGroupResponse) ProtoMessage

func (*RevokePermissionToAccountOwnerPermissionGroupResponse) ProtoReflect

func (*RevokePermissionToAccountOwnerPermissionGroupResponse) Reset

func (*RevokePermissionToAccountOwnerPermissionGroupResponse) String

type RevokeUserPermissionGroupRequest

type RevokeUserPermissionGroupRequest struct {

	// Required. The id of the permission group that is being revoked.
	PermissionGroupId string `protobuf:"bytes,1,opt,name=permission_group_id,json=permissionGroupId,proto3" json:"permission_group_id,omitempty"`
	// Required. The id of the user the permission group is to be removed from.
	RevokeUserId string `protobuf:"bytes,2,opt,name=revoke_user_id,json=revokeUserId,proto3" json:"revoke_user_id,omitempty"`
	// contains filtered or unexported fields
}

The request for api.v0alpha.RevokeUserPermissionGroup.

func (*RevokeUserPermissionGroupRequest) Descriptor deprecated

func (*RevokeUserPermissionGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use RevokeUserPermissionGroupRequest.ProtoReflect.Descriptor instead.

func (*RevokeUserPermissionGroupRequest) GetPermissionGroupId

func (x *RevokeUserPermissionGroupRequest) GetPermissionGroupId() string

func (*RevokeUserPermissionGroupRequest) GetRevokeUserId

func (x *RevokeUserPermissionGroupRequest) GetRevokeUserId() string

func (*RevokeUserPermissionGroupRequest) ProtoMessage

func (*RevokeUserPermissionGroupRequest) ProtoMessage()

func (*RevokeUserPermissionGroupRequest) ProtoReflect

func (*RevokeUserPermissionGroupRequest) Reset

func (*RevokeUserPermissionGroupRequest) String

type RevokeUserPermissionGroupResponse

type RevokeUserPermissionGroupResponse struct {
	// contains filtered or unexported fields
}

The response for api.v0alpha.RevokeUserPermissionGroup.

func (*RevokeUserPermissionGroupResponse) Descriptor deprecated

func (*RevokeUserPermissionGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use RevokeUserPermissionGroupResponse.ProtoReflect.Descriptor instead.

func (*RevokeUserPermissionGroupResponse) ProtoMessage

func (*RevokeUserPermissionGroupResponse) ProtoMessage()

func (*RevokeUserPermissionGroupResponse) ProtoReflect

func (*RevokeUserPermissionGroupResponse) Reset

func (*RevokeUserPermissionGroupResponse) String

type RevokeUsersP3PermissionGroupRequest

type RevokeUsersP3PermissionGroupRequest struct {

	// List of users to remove permission from
	UserIds []string `protobuf:"bytes,1,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// P3 permission group to remove
	PermissionGroupId string `protobuf:"bytes,3,opt,name=permission_group_id,json=permissionGroupId,proto3" json:"permission_group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeUsersP3PermissionGroupRequest) Descriptor deprecated

func (*RevokeUsersP3PermissionGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use RevokeUsersP3PermissionGroupRequest.ProtoReflect.Descriptor instead.

func (*RevokeUsersP3PermissionGroupRequest) GetPermissionGroupId

func (x *RevokeUsersP3PermissionGroupRequest) GetPermissionGroupId() string

func (*RevokeUsersP3PermissionGroupRequest) GetUserIds

func (x *RevokeUsersP3PermissionGroupRequest) GetUserIds() []string

func (*RevokeUsersP3PermissionGroupRequest) ProtoMessage

func (*RevokeUsersP3PermissionGroupRequest) ProtoMessage()

func (*RevokeUsersP3PermissionGroupRequest) ProtoReflect

func (*RevokeUsersP3PermissionGroupRequest) Reset

func (*RevokeUsersP3PermissionGroupRequest) String

type RevokeUsersP3PermissionGroupResponse

type RevokeUsersP3PermissionGroupResponse struct {

	// List of updated user ids
	UserIds []string `protobuf:"bytes,1,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeUsersP3PermissionGroupResponse) Descriptor deprecated

func (*RevokeUsersP3PermissionGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use RevokeUsersP3PermissionGroupResponse.ProtoReflect.Descriptor instead.

func (*RevokeUsersP3PermissionGroupResponse) GetUserIds

func (x *RevokeUsersP3PermissionGroupResponse) GetUserIds() []string

func (*RevokeUsersP3PermissionGroupResponse) ProtoMessage

func (*RevokeUsersP3PermissionGroupResponse) ProtoMessage()

func (*RevokeUsersP3PermissionGroupResponse) ProtoReflect

func (*RevokeUsersP3PermissionGroupResponse) Reset

func (*RevokeUsersP3PermissionGroupResponse) String

type RevokeUsersPermissionGroupRequest

type RevokeUsersPermissionGroupRequest struct {

	// Required. The id of the permission group that is being revoked.
	PermissionGroupId string `protobuf:"bytes,1,opt,name=permission_group_id,json=permissionGroupId,proto3" json:"permission_group_id,omitempty"`
	// Required. The ids of the users the permission group is being revoked from.
	RevokeUserIds []string `protobuf:"bytes,2,rep,name=revoke_user_ids,json=revokeUserIds,proto3" json:"revoke_user_ids,omitempty"`
	// contains filtered or unexported fields
}

The request for api.v0alpha.RevokeUsersPermissionGroup.

func (*RevokeUsersPermissionGroupRequest) Descriptor deprecated

func (*RevokeUsersPermissionGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use RevokeUsersPermissionGroupRequest.ProtoReflect.Descriptor instead.

func (*RevokeUsersPermissionGroupRequest) GetPermissionGroupId

func (x *RevokeUsersPermissionGroupRequest) GetPermissionGroupId() string

func (*RevokeUsersPermissionGroupRequest) GetRevokeUserIds

func (x *RevokeUsersPermissionGroupRequest) GetRevokeUserIds() []string

func (*RevokeUsersPermissionGroupRequest) ProtoMessage

func (*RevokeUsersPermissionGroupRequest) ProtoMessage()

func (*RevokeUsersPermissionGroupRequest) ProtoReflect

func (*RevokeUsersPermissionGroupRequest) Reset

func (*RevokeUsersPermissionGroupRequest) String

type RevokeUsersPermissionGroupResponse

type RevokeUsersPermissionGroupResponse struct {
	// contains filtered or unexported fields
}

The response for api.v0alpha.RevokeUsersPermissionGroup.

func (*RevokeUsersPermissionGroupResponse) Descriptor deprecated

func (*RevokeUsersPermissionGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use RevokeUsersPermissionGroupResponse.ProtoReflect.Descriptor instead.

func (*RevokeUsersPermissionGroupResponse) ProtoMessage

func (*RevokeUsersPermissionGroupResponse) ProtoMessage()

func (*RevokeUsersPermissionGroupResponse) ProtoReflect

func (*RevokeUsersPermissionGroupResponse) Reset

func (*RevokeUsersPermissionGroupResponse) String

type SchedulePreferences

type SchedulePreferences struct {
	DisplayScheduleByTimeZone bool `` // Display campaign schedule by time zone
	/* 143-byte string literal not displayed */
	UseScheduleByTimeZone bool `` // Whether or not by defualt campaigns are scheduled by time zone
	/* 131-byte string literal not displayed */
	ScheduleByTimeZoneScope commons.ScheduleByTimeZoneScope `` // Schedule by time zone scope
	/* 178-byte string literal not displayed */
	DisplayScheduleAsPaused bool `` // Display "schedule as paused" field
	/* 135-byte string literal not displayed */
	ScheduleAsPaused           bool  `protobuf:"varint,5,opt,name=schedule_as_paused,json=scheduleAsPaused,proto3" json:"schedule_as_paused,omitempty"` // Schedule paused by default
	DefaultCompletionThreshold int64 ``                                                                                                                 // Default completion threshold
	/* 142-byte string literal not displayed */
	DisplayCampaignLinking bool `` // Display "campaign link" field
	/* 130-byte string literal not displayed */
	UseCampaignLinking bool              `protobuf:"varint,8,opt,name=use_campaign_linking,json=useCampaignLinking,proto3" json:"use_campaign_linking,omitempty"` // Use campaign linking by default
	CampaignLinks      map[string]string ``                                                                                                                       // List of campaign links
	/* 188-byte string literal not displayed */
	DefaultCampaignLinkId string `` // Default campaign link ID (id in CampaignLink associated with default)
	/* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

Wrapper SchedulePreferences object for get response and update request

func (*SchedulePreferences) Descriptor deprecated

func (*SchedulePreferences) Descriptor() ([]byte, []int)

Deprecated: Use SchedulePreferences.ProtoReflect.Descriptor instead.

func (x *SchedulePreferences) GetCampaignLinks() map[string]string

func (*SchedulePreferences) GetDefaultCampaignLinkId

func (x *SchedulePreferences) GetDefaultCampaignLinkId() string

func (*SchedulePreferences) GetDefaultCompletionThreshold

func (x *SchedulePreferences) GetDefaultCompletionThreshold() int64

func (*SchedulePreferences) GetDisplayCampaignLinking

func (x *SchedulePreferences) GetDisplayCampaignLinking() bool

func (*SchedulePreferences) GetDisplayScheduleAsPaused

func (x *SchedulePreferences) GetDisplayScheduleAsPaused() bool

func (*SchedulePreferences) GetDisplayScheduleByTimeZone

func (x *SchedulePreferences) GetDisplayScheduleByTimeZone() bool

func (*SchedulePreferences) GetScheduleAsPaused

func (x *SchedulePreferences) GetScheduleAsPaused() bool

func (*SchedulePreferences) GetScheduleByTimeZoneScope

func (x *SchedulePreferences) GetScheduleByTimeZoneScope() commons.ScheduleByTimeZoneScope

func (*SchedulePreferences) GetUseCampaignLinking

func (x *SchedulePreferences) GetUseCampaignLinking() bool

func (*SchedulePreferences) GetUseScheduleByTimeZone

func (x *SchedulePreferences) GetUseScheduleByTimeZone() bool

func (*SchedulePreferences) ProtoMessage

func (*SchedulePreferences) ProtoMessage()

func (*SchedulePreferences) ProtoReflect

func (x *SchedulePreferences) ProtoReflect() protoreflect.Message

func (*SchedulePreferences) Reset

func (x *SchedulePreferences) Reset()

func (*SchedulePreferences) String

func (x *SchedulePreferences) String() string

type ScheduleRuleField

type ScheduleRuleField struct {
	RuleId int64  `protobuf:"varint,1,opt,name=rule_id,json=ruleId,proto3" json:"rule_id,omitempty"` // Schedule rule sid
	Name   string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`                    // Rule name
	// contains filtered or unexported fields
}

Schedule rule field

func (*ScheduleRuleField) Descriptor deprecated

func (*ScheduleRuleField) Descriptor() ([]byte, []int)

Deprecated: Use ScheduleRuleField.ProtoReflect.Descriptor instead.

func (*ScheduleRuleField) GetName

func (x *ScheduleRuleField) GetName() string

func (*ScheduleRuleField) GetRuleId

func (x *ScheduleRuleField) GetRuleId() int64

func (*ScheduleRuleField) ProtoMessage

func (*ScheduleRuleField) ProtoMessage()

func (*ScheduleRuleField) ProtoReflect

func (x *ScheduleRuleField) ProtoReflect() protoreflect.Message

func (*ScheduleRuleField) Reset

func (x *ScheduleRuleField) Reset()

func (*ScheduleRuleField) String

func (x *ScheduleRuleField) String() string

type Scorecards

type Scorecards struct {
	// contains filtered or unexported fields
}

func (*Scorecards) Descriptor deprecated

func (*Scorecards) Descriptor() ([]byte, []int)

Deprecated: Use Scorecards.ProtoReflect.Descriptor instead.

func (*Scorecards) ProtoMessage

func (*Scorecards) ProtoMessage()

func (*Scorecards) ProtoReflect

func (x *Scorecards) ProtoReflect() protoreflect.Message

func (*Scorecards) Reset

func (x *Scorecards) Reset()

func (*Scorecards) String

func (x *Scorecards) String() string

type ScorecardsPreferences

type ScorecardsPreferences struct {

	// The percentage of randomized calls shown to the user for evaluation.
	// Must be between 1-100.
	CallSamplePercentage uint32 `protobuf:"varint,2,opt,name=call_sample_percentage,json=callSamplePercentage,proto3" json:"call_sample_percentage,omitempty"`
	// Maximum number of evaluations per user, per category,
	// over the given time interval
	MaxUserEvaluations uint32 `protobuf:"varint,3,opt,name=max_user_evaluations,json=maxUserEvaluations,proto3" json:"max_user_evaluations,omitempty"`
	// The time interval over which calls are listed for scoring.
	EvaluationInterval Scorecards_EvaluationInterval `` /* 175-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ScorecardsPreferences) Descriptor deprecated

func (*ScorecardsPreferences) Descriptor() ([]byte, []int)

Deprecated: Use ScorecardsPreferences.ProtoReflect.Descriptor instead.

func (*ScorecardsPreferences) GetCallSamplePercentage

func (x *ScorecardsPreferences) GetCallSamplePercentage() uint32

func (*ScorecardsPreferences) GetEvaluationInterval

func (x *ScorecardsPreferences) GetEvaluationInterval() Scorecards_EvaluationInterval

func (*ScorecardsPreferences) GetMaxUserEvaluations

func (x *ScorecardsPreferences) GetMaxUserEvaluations() uint32

func (*ScorecardsPreferences) ProtoMessage

func (*ScorecardsPreferences) ProtoMessage()

func (*ScorecardsPreferences) ProtoReflect

func (x *ScorecardsPreferences) ProtoReflect() protoreflect.Message

func (*ScorecardsPreferences) Reset

func (x *ScorecardsPreferences) Reset()

func (*ScorecardsPreferences) String

func (x *ScorecardsPreferences) String() string

type Scorecards_EvaluationInterval

type Scorecards_EvaluationInterval int32

EvaluationsInterval enumerates common time periods for evaluations.

const (
	Scorecards_EVALUATION_INTERVAL_DAY_UNSPECIFIED Scorecards_EvaluationInterval = 0
	Scorecards_EVALUATION_INTERVAL_WEEK            Scorecards_EvaluationInterval = 1
	Scorecards_EVALUATION_INTERVAL_MONTH           Scorecards_EvaluationInterval = 2
)

func (Scorecards_EvaluationInterval) Descriptor

func (Scorecards_EvaluationInterval) Enum

func (Scorecards_EvaluationInterval) EnumDescriptor deprecated

func (Scorecards_EvaluationInterval) EnumDescriptor() ([]byte, []int)

Deprecated: Use Scorecards_EvaluationInterval.Descriptor instead.

func (Scorecards_EvaluationInterval) Number

func (Scorecards_EvaluationInterval) String

func (Scorecards_EvaluationInterval) Type

type SendUserVerificationEmailRequest

type SendUserVerificationEmailRequest struct {

	// Required. The ID of the user.
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// Optional. The ID of the org the user belongs to.
	// If this is set the rpc will require the support permission.
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

Request for the SendUserVerificationEmail RPC.

func (*SendUserVerificationEmailRequest) Descriptor deprecated

func (*SendUserVerificationEmailRequest) Descriptor() ([]byte, []int)

Deprecated: Use SendUserVerificationEmailRequest.ProtoReflect.Descriptor instead.

func (*SendUserVerificationEmailRequest) GetOrgId

func (*SendUserVerificationEmailRequest) GetUserId

func (*SendUserVerificationEmailRequest) ProtoMessage

func (*SendUserVerificationEmailRequest) ProtoMessage()

func (*SendUserVerificationEmailRequest) ProtoReflect

func (*SendUserVerificationEmailRequest) Reset

func (*SendUserVerificationEmailRequest) String

type SendUserVerificationEmailResponse

type SendUserVerificationEmailResponse struct {
	// contains filtered or unexported fields
}

Response for the SendUserVerificationEmail RPC.

func (*SendUserVerificationEmailResponse) Descriptor deprecated

func (*SendUserVerificationEmailResponse) Descriptor() ([]byte, []int)

Deprecated: Use SendUserVerificationEmailResponse.ProtoReflect.Descriptor instead.

func (*SendUserVerificationEmailResponse) ProtoMessage

func (*SendUserVerificationEmailResponse) ProtoMessage()

func (*SendUserVerificationEmailResponse) ProtoReflect

func (*SendUserVerificationEmailResponse) Reset

func (*SendUserVerificationEmailResponse) String

type SetAllQueueConfigSoundsFromSourceReq

type SetAllQueueConfigSoundsFromSourceReq struct {
	ToConfig string `protobuf:"bytes,1,opt,name=to_config,json=toConfig,proto3" json:"to_config,omitempty"`
	// Types that are assignable to From:
	//
	//	*SetAllQueueConfigSoundsFromSourceReq_Config
	//	*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile_
	From isSetAllQueueConfigSoundsFromSourceReq_From `protobuf_oneof:"from"`
	// contains filtered or unexported fields
}

func (*SetAllQueueConfigSoundsFromSourceReq) Descriptor deprecated

func (*SetAllQueueConfigSoundsFromSourceReq) Descriptor() ([]byte, []int)

Deprecated: Use SetAllQueueConfigSoundsFromSourceReq.ProtoReflect.Descriptor instead.

func (*SetAllQueueConfigSoundsFromSourceReq) GetConfig

func (*SetAllQueueConfigSoundsFromSourceReq) GetDefaultProfile

func (*SetAllQueueConfigSoundsFromSourceReq) GetFrom

func (m *SetAllQueueConfigSoundsFromSourceReq) GetFrom() isSetAllQueueConfigSoundsFromSourceReq_From

func (*SetAllQueueConfigSoundsFromSourceReq) GetToConfig

func (*SetAllQueueConfigSoundsFromSourceReq) ProtoMessage

func (*SetAllQueueConfigSoundsFromSourceReq) ProtoMessage()

func (*SetAllQueueConfigSoundsFromSourceReq) ProtoReflect

func (*SetAllQueueConfigSoundsFromSourceReq) Reset

func (*SetAllQueueConfigSoundsFromSourceReq) String

type SetAllQueueConfigSoundsFromSourceReq_Config

type SetAllQueueConfigSoundsFromSourceReq_Config struct {
	Config *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=config,proto3,oneof"`
}

type SetAllQueueConfigSoundsFromSourceReq_DefaultProfile

type SetAllQueueConfigSoundsFromSourceReq_DefaultProfile struct {
	Language commons.SoundLanguage `protobuf:"varint,1,opt,name=language,proto3,enum=api.commons.SoundLanguage" json:"language,omitempty"`
	Gender   commons.SoundGender   `protobuf:"varint,2,opt,name=gender,proto3,enum=api.commons.SoundGender" json:"gender,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) Descriptor deprecated

Deprecated: Use SetAllQueueConfigSoundsFromSourceReq_DefaultProfile.ProtoReflect.Descriptor instead.

func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) GetGender

func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) GetLanguage

func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) ProtoMessage

func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) ProtoReflect

func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) Reset

func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) String

type SetAllQueueConfigSoundsFromSourceReq_DefaultProfile_

type SetAllQueueConfigSoundsFromSourceReq_DefaultProfile_ struct {
	DefaultProfile *SetAllQueueConfigSoundsFromSourceReq_DefaultProfile `protobuf:"bytes,3,opt,name=default_profile,json=defaultProfile,proto3,oneof"`
}

type SetAllQueueConfigSoundsFromSourceRes

type SetAllQueueConfigSoundsFromSourceRes struct {
	// contains filtered or unexported fields
}

func (*SetAllQueueConfigSoundsFromSourceRes) Descriptor deprecated

func (*SetAllQueueConfigSoundsFromSourceRes) Descriptor() ([]byte, []int)

Deprecated: Use SetAllQueueConfigSoundsFromSourceRes.ProtoReflect.Descriptor instead.

func (*SetAllQueueConfigSoundsFromSourceRes) ProtoMessage

func (*SetAllQueueConfigSoundsFromSourceRes) ProtoMessage()

func (*SetAllQueueConfigSoundsFromSourceRes) ProtoReflect

func (*SetAllQueueConfigSoundsFromSourceRes) Reset

func (*SetAllQueueConfigSoundsFromSourceRes) String

type SetOrgBillingSettingsRequest

type SetOrgBillingSettingsRequest struct {
	Settings  *OrgBillingSettings    `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings,omitempty"`
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for the SetOrgBillingSettings rpc.

func (*SetOrgBillingSettingsRequest) Descriptor deprecated

func (*SetOrgBillingSettingsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetOrgBillingSettingsRequest.ProtoReflect.Descriptor instead.

func (*SetOrgBillingSettingsRequest) GetFieldMask

func (*SetOrgBillingSettingsRequest) GetSettings

func (*SetOrgBillingSettingsRequest) ProtoMessage

func (*SetOrgBillingSettingsRequest) ProtoMessage()

func (*SetOrgBillingSettingsRequest) ProtoReflect

func (*SetOrgBillingSettingsRequest) Reset

func (x *SetOrgBillingSettingsRequest) Reset()

func (*SetOrgBillingSettingsRequest) String

type SetOrgBillingSettingsResponse

type SetOrgBillingSettingsResponse struct {
	// contains filtered or unexported fields
}

Response message for the SetOrgBillingSettings rpc.

func (*SetOrgBillingSettingsResponse) Descriptor deprecated

func (*SetOrgBillingSettingsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetOrgBillingSettingsResponse.ProtoReflect.Descriptor instead.

func (*SetOrgBillingSettingsResponse) ProtoMessage

func (*SetOrgBillingSettingsResponse) ProtoMessage()

func (*SetOrgBillingSettingsResponse) ProtoReflect

func (*SetOrgBillingSettingsResponse) Reset

func (x *SetOrgBillingSettingsResponse) Reset()

func (*SetOrgBillingSettingsResponse) String

type SetQueueConfigSoundReq

type SetQueueConfigSoundReq struct {
	Config   string              `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	Sound    commons.ConfigSound `protobuf:"varint,2,opt,name=sound,proto3,enum=api.commons.ConfigSound" json:"sound,omitempty"`
	FileName string              `protobuf:"bytes,3,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
	// contains filtered or unexported fields
}

func (*SetQueueConfigSoundReq) Descriptor deprecated

func (*SetQueueConfigSoundReq) Descriptor() ([]byte, []int)

Deprecated: Use SetQueueConfigSoundReq.ProtoReflect.Descriptor instead.

func (*SetQueueConfigSoundReq) GetConfig

func (x *SetQueueConfigSoundReq) GetConfig() string

func (*SetQueueConfigSoundReq) GetFileName

func (x *SetQueueConfigSoundReq) GetFileName() string

func (*SetQueueConfigSoundReq) GetSound

func (*SetQueueConfigSoundReq) ProtoMessage

func (*SetQueueConfigSoundReq) ProtoMessage()

func (*SetQueueConfigSoundReq) ProtoReflect

func (x *SetQueueConfigSoundReq) ProtoReflect() protoreflect.Message

func (*SetQueueConfigSoundReq) Reset

func (x *SetQueueConfigSoundReq) Reset()

func (*SetQueueConfigSoundReq) String

func (x *SetQueueConfigSoundReq) String() string

type SetQueueConfigSoundRes

type SetQueueConfigSoundRes struct {
	// contains filtered or unexported fields
}

func (*SetQueueConfigSoundRes) Descriptor deprecated

func (*SetQueueConfigSoundRes) Descriptor() ([]byte, []int)

Deprecated: Use SetQueueConfigSoundRes.ProtoReflect.Descriptor instead.

func (*SetQueueConfigSoundRes) ProtoMessage

func (*SetQueueConfigSoundRes) ProtoMessage()

func (*SetQueueConfigSoundRes) ProtoReflect

func (x *SetQueueConfigSoundRes) ProtoReflect() protoreflect.Message

func (*SetQueueConfigSoundRes) Reset

func (x *SetQueueConfigSoundRes) Reset()

func (*SetQueueConfigSoundRes) String

func (x *SetQueueConfigSoundRes) String() string

type SimpleCompareExpression

type SimpleCompareExpression struct {
	OperatorType string `protobuf:"bytes,1,opt,name=operator_type,json=operatorType,proto3" json:"operator_type,omitempty"` // Comparison operator
	ValueKey     string `protobuf:"bytes,2,opt,name=value_key,json=valueKey,proto3" json:"value_key,omitempty"`             // Value key
	CompareValue string `protobuf:"bytes,3,opt,name=compare_value,json=compareValue,proto3" json:"compare_value,omitempty"` // Compare value
	// contains filtered or unexported fields
}

Simple compare expression

func (*SimpleCompareExpression) Descriptor deprecated

func (*SimpleCompareExpression) Descriptor() ([]byte, []int)

Deprecated: Use SimpleCompareExpression.ProtoReflect.Descriptor instead.

func (*SimpleCompareExpression) GetCompareValue

func (x *SimpleCompareExpression) GetCompareValue() string

func (*SimpleCompareExpression) GetOperatorType

func (x *SimpleCompareExpression) GetOperatorType() string

func (*SimpleCompareExpression) GetValueKey

func (x *SimpleCompareExpression) GetValueKey() string

func (*SimpleCompareExpression) ProtoMessage

func (*SimpleCompareExpression) ProtoMessage()

func (*SimpleCompareExpression) ProtoReflect

func (x *SimpleCompareExpression) ProtoReflect() protoreflect.Message

func (*SimpleCompareExpression) Reset

func (x *SimpleCompareExpression) Reset()

func (*SimpleCompareExpression) String

func (x *SimpleCompareExpression) String() string

type Skill

type Skill struct {
	Level       int64  `protobuf:"varint,1,opt,name=level,proto3" json:"level,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	SkillSid    int64  `protobuf:"varint,4,opt,name=skill_sid,json=skillSid,proto3" json:"skill_sid,omitempty"`
	// contains filtered or unexported fields
}

func (*Skill) Descriptor deprecated

func (*Skill) Descriptor() ([]byte, []int)

Deprecated: Use Skill.ProtoReflect.Descriptor instead.

func (*Skill) GetDescription

func (x *Skill) GetDescription() string

func (*Skill) GetLevel

func (x *Skill) GetLevel() int64

func (*Skill) GetName

func (x *Skill) GetName() string

func (*Skill) GetSkillSid

func (x *Skill) GetSkillSid() int64

func (*Skill) ProtoMessage

func (*Skill) ProtoMessage()

func (*Skill) ProtoReflect

func (x *Skill) ProtoReflect() protoreflect.Message

func (*Skill) Reset

func (x *Skill) Reset()

func (*Skill) String

func (x *Skill) String() string

type SyncP3PermissionGroupRequest

type SyncP3PermissionGroupRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncP3PermissionGroupRequest) Descriptor deprecated

func (*SyncP3PermissionGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use SyncP3PermissionGroupRequest.ProtoReflect.Descriptor instead.

func (*SyncP3PermissionGroupRequest) GetOrgId

func (x *SyncP3PermissionGroupRequest) GetOrgId() string

func (*SyncP3PermissionGroupRequest) ProtoMessage

func (*SyncP3PermissionGroupRequest) ProtoMessage()

func (*SyncP3PermissionGroupRequest) ProtoReflect

func (*SyncP3PermissionGroupRequest) Reset

func (x *SyncP3PermissionGroupRequest) Reset()

func (*SyncP3PermissionGroupRequest) String

type SyncP3PermissionGroupResponse

type SyncP3PermissionGroupResponse struct {
	// contains filtered or unexported fields
}

func (*SyncP3PermissionGroupResponse) Descriptor deprecated

func (*SyncP3PermissionGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use SyncP3PermissionGroupResponse.ProtoReflect.Descriptor instead.

func (*SyncP3PermissionGroupResponse) ProtoMessage

func (*SyncP3PermissionGroupResponse) ProtoMessage()

func (*SyncP3PermissionGroupResponse) ProtoReflect

func (*SyncP3PermissionGroupResponse) Reset

func (x *SyncP3PermissionGroupResponse) Reset()

func (*SyncP3PermissionGroupResponse) String

type UnArchiveOrganizationRequest

type UnArchiveOrganizationRequest struct {

	// Required. Archives the specified organization
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

The request for api.v0alpha.UnArchiveOrganization

func (*UnArchiveOrganizationRequest) Descriptor deprecated

func (*UnArchiveOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnArchiveOrganizationRequest.ProtoReflect.Descriptor instead.

func (*UnArchiveOrganizationRequest) GetOrgId

func (x *UnArchiveOrganizationRequest) GetOrgId() string

func (*UnArchiveOrganizationRequest) ProtoMessage

func (*UnArchiveOrganizationRequest) ProtoMessage()

func (*UnArchiveOrganizationRequest) ProtoReflect

func (*UnArchiveOrganizationRequest) Reset

func (x *UnArchiveOrganizationRequest) Reset()

func (*UnArchiveOrganizationRequest) String

type UnArchiveOrganizationResponse

type UnArchiveOrganizationResponse struct {

	// Description of Organization that was unarchived.
	OrganizationDescription *OrganizationDescription `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

The response for api.v0alpha.UnArchiveOrganization

func (*UnArchiveOrganizationResponse) Descriptor deprecated

func (*UnArchiveOrganizationResponse) Descriptor() ([]byte, []int)

Deprecated: Use UnArchiveOrganizationResponse.ProtoReflect.Descriptor instead.

func (*UnArchiveOrganizationResponse) GetOrganizationDescription

func (x *UnArchiveOrganizationResponse) GetOrganizationDescription() *OrganizationDescription

func (*UnArchiveOrganizationResponse) ProtoMessage

func (*UnArchiveOrganizationResponse) ProtoMessage()

func (*UnArchiveOrganizationResponse) ProtoReflect

func (*UnArchiveOrganizationResponse) Reset

func (x *UnArchiveOrganizationResponse) Reset()

func (*UnArchiveOrganizationResponse) String

type UnMigratedUser

type UnMigratedUser struct {

	// Optional agent_sid or login_sid (must have one)
	AgentSid      int64  `protobuf:"varint,1,opt,name=agent_sid,json=agentSid,proto3" json:"agent_sid,omitempty"`
	LoginSid      int64  `protobuf:"varint,2,opt,name=login_sid,json=loginSid,proto3" json:"login_sid,omitempty"`
	ClientSid     int64  `protobuf:"varint,3,opt,name=client_sid,json=clientSid,proto3" json:"client_sid,omitempty"`
	UserName      string `protobuf:"bytes,4,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	UserId        string `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	LoginDisabled bool   `protobuf:"varint,6,opt,name=login_disabled,json=loginDisabled,proto3" json:"login_disabled,omitempty"`
	FirstName     string `protobuf:"bytes,7,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName      string `protobuf:"bytes,8,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UnMigratedUser) Descriptor deprecated

func (*UnMigratedUser) Descriptor() ([]byte, []int)

Deprecated: Use UnMigratedUser.ProtoReflect.Descriptor instead.

func (*UnMigratedUser) GetAgentSid

func (x *UnMigratedUser) GetAgentSid() int64

func (*UnMigratedUser) GetClientSid

func (x *UnMigratedUser) GetClientSid() int64

func (*UnMigratedUser) GetFirstName

func (x *UnMigratedUser) GetFirstName() string

func (*UnMigratedUser) GetLastName

func (x *UnMigratedUser) GetLastName() string

func (*UnMigratedUser) GetLoginDisabled

func (x *UnMigratedUser) GetLoginDisabled() bool

func (*UnMigratedUser) GetLoginSid

func (x *UnMigratedUser) GetLoginSid() int64

func (*UnMigratedUser) GetUserId

func (x *UnMigratedUser) GetUserId() string

func (*UnMigratedUser) GetUserName

func (x *UnMigratedUser) GetUserName() string

func (*UnMigratedUser) ProtoMessage

func (*UnMigratedUser) ProtoMessage()

func (*UnMigratedUser) ProtoReflect

func (x *UnMigratedUser) ProtoReflect() protoreflect.Message

func (*UnMigratedUser) Reset

func (x *UnMigratedUser) Reset()

func (*UnMigratedUser) String

func (x *UnMigratedUser) String() string

type UnblockUserRequest

type UnblockUserRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UnblockUserRequest) Descriptor deprecated

func (*UnblockUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnblockUserRequest.ProtoReflect.Descriptor instead.

func (*UnblockUserRequest) GetUserId

func (x *UnblockUserRequest) GetUserId() string

func (*UnblockUserRequest) ProtoMessage

func (*UnblockUserRequest) ProtoMessage()

func (*UnblockUserRequest) ProtoReflect

func (x *UnblockUserRequest) ProtoReflect() protoreflect.Message

func (*UnblockUserRequest) Reset

func (x *UnblockUserRequest) Reset()

func (*UnblockUserRequest) String

func (x *UnblockUserRequest) String() string

type UnblockUserResponse

type UnblockUserResponse struct {
	// contains filtered or unexported fields
}

func (*UnblockUserResponse) Descriptor deprecated

func (*UnblockUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use UnblockUserResponse.ProtoReflect.Descriptor instead.

func (*UnblockUserResponse) ProtoMessage

func (*UnblockUserResponse) ProtoMessage()

func (*UnblockUserResponse) ProtoReflect

func (x *UnblockUserResponse) ProtoReflect() protoreflect.Message

func (*UnblockUserResponse) Reset

func (x *UnblockUserResponse) Reset()

func (*UnblockUserResponse) String

func (x *UnblockUserResponse) String() string

type UnimplementedOrgLegacyServer

type UnimplementedOrgLegacyServer struct {
}

UnimplementedOrgLegacyServer must be embedded to have forward compatible implementations.

type UnsafeOrgLegacyServer

type UnsafeOrgLegacyServer interface {
	// contains filtered or unexported methods
}

UnsafeOrgLegacyServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OrgLegacyServer will result in compilation errors.

type UpdateAdminClientPreferencesRequest

type UpdateAdminClientPreferencesRequest struct {
	OrgId                  string                  `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` // OrgId
	AdminClientPreferences *AdminClientPreferences ``                                                                             // Filter preferences object, required to update
	/* 129-byte string literal not displayed */
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for update request
	// contains filtered or unexported fields
}

Request for UpdateAdminClientPreferences

func (*UpdateAdminClientPreferencesRequest) Descriptor deprecated

func (*UpdateAdminClientPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAdminClientPreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateAdminClientPreferencesRequest) GetAdminClientPreferences

func (x *UpdateAdminClientPreferencesRequest) GetAdminClientPreferences() *AdminClientPreferences

func (*UpdateAdminClientPreferencesRequest) GetFieldMask

func (*UpdateAdminClientPreferencesRequest) GetOrgId

func (*UpdateAdminClientPreferencesRequest) ProtoMessage

func (*UpdateAdminClientPreferencesRequest) ProtoMessage()

func (*UpdateAdminClientPreferencesRequest) ProtoReflect

func (*UpdateAdminClientPreferencesRequest) Reset

func (*UpdateAdminClientPreferencesRequest) String

type UpdateAdminClientPreferencesResponse

type UpdateAdminClientPreferencesResponse struct {
	// contains filtered or unexported fields
}

Response for UpdateAdminClientPreferences

func (*UpdateAdminClientPreferencesResponse) Descriptor deprecated

func (*UpdateAdminClientPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAdminClientPreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateAdminClientPreferencesResponse) ProtoMessage

func (*UpdateAdminClientPreferencesResponse) ProtoMessage()

func (*UpdateAdminClientPreferencesResponse) ProtoReflect

func (*UpdateAdminClientPreferencesResponse) Reset

func (*UpdateAdminClientPreferencesResponse) String

type UpdateAgentPauseCodeRequest

type UpdateAgentPauseCodeRequest struct {

	// the pause_code.xml_client_property_sid field is
	// used in this context. The pause code with the
	// given xml_client_property_sid will be updated
	// with the info as defined by the other
	// pause_code fields.
	PauseCode *PauseCode `protobuf:"bytes,1,opt,name=pause_code,json=pauseCode,proto3" json:"pause_code,omitempty"`
	// contains filtered or unexported fields
}

Request message for the UpdateAgentPauseCode RPC.

func (*UpdateAgentPauseCodeRequest) Descriptor deprecated

func (*UpdateAgentPauseCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAgentPauseCodeRequest.ProtoReflect.Descriptor instead.

func (*UpdateAgentPauseCodeRequest) GetPauseCode

func (x *UpdateAgentPauseCodeRequest) GetPauseCode() *PauseCode

func (*UpdateAgentPauseCodeRequest) ProtoMessage

func (*UpdateAgentPauseCodeRequest) ProtoMessage()

func (*UpdateAgentPauseCodeRequest) ProtoReflect

func (*UpdateAgentPauseCodeRequest) Reset

func (x *UpdateAgentPauseCodeRequest) Reset()

func (*UpdateAgentPauseCodeRequest) String

func (x *UpdateAgentPauseCodeRequest) String() string

type UpdateAgentPauseCodeResponse

type UpdateAgentPauseCodeResponse struct {
	// contains filtered or unexported fields
}

Response message for the UpdateAgentPauseCode RPC.

func (*UpdateAgentPauseCodeResponse) Descriptor deprecated

func (*UpdateAgentPauseCodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAgentPauseCodeResponse.ProtoReflect.Descriptor instead.

func (*UpdateAgentPauseCodeResponse) ProtoMessage

func (*UpdateAgentPauseCodeResponse) ProtoMessage()

func (*UpdateAgentPauseCodeResponse) ProtoReflect

func (*UpdateAgentPauseCodeResponse) Reset

func (x *UpdateAgentPauseCodeResponse) Reset()

func (*UpdateAgentPauseCodeResponse) String

type UpdateAgentPreferencesRequest

type UpdateAgentPreferencesRequest struct {
	AgentPreferences *AgentPreferences      `protobuf:"bytes,2,opt,name=agent_preferences,json=agentPreferences,proto3" json:"agent_preferences,omitempty"` // Agent preferences object, required to update
	FieldMask        *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`                     // Field mask for update request
	// contains filtered or unexported fields
}

Request for UpdateAgentPreferences

func (*UpdateAgentPreferencesRequest) Descriptor deprecated

func (*UpdateAgentPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAgentPreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateAgentPreferencesRequest) GetAgentPreferences

func (x *UpdateAgentPreferencesRequest) GetAgentPreferences() *AgentPreferences

func (*UpdateAgentPreferencesRequest) GetFieldMask

func (*UpdateAgentPreferencesRequest) ProtoMessage

func (*UpdateAgentPreferencesRequest) ProtoMessage()

func (*UpdateAgentPreferencesRequest) ProtoReflect

func (*UpdateAgentPreferencesRequest) Reset

func (x *UpdateAgentPreferencesRequest) Reset()

func (*UpdateAgentPreferencesRequest) String

type UpdateAgentPreferencesResponse

type UpdateAgentPreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response for UpdateAgentPreferences

func (*UpdateAgentPreferencesResponse) Descriptor deprecated

func (*UpdateAgentPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAgentPreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateAgentPreferencesResponse) ProtoMessage

func (*UpdateAgentPreferencesResponse) ProtoMessage()

func (*UpdateAgentPreferencesResponse) ProtoReflect

func (*UpdateAgentPreferencesResponse) Reset

func (x *UpdateAgentPreferencesResponse) Reset()

func (*UpdateAgentPreferencesResponse) String

type UpdateAgentProfileGroupRequest

type UpdateAgentProfileGroupRequest struct {
	AgentProfileGroup *org.AgentProfileGroup `protobuf:"bytes,2,opt,name=agent_profile_group,json=agentProfileGroup,proto3" json:"agent_profile_group,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAgentProfileGroupRequest) Descriptor deprecated

func (*UpdateAgentProfileGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAgentProfileGroupRequest.ProtoReflect.Descriptor instead.

func (*UpdateAgentProfileGroupRequest) GetAgentProfileGroup

func (x *UpdateAgentProfileGroupRequest) GetAgentProfileGroup() *org.AgentProfileGroup

func (*UpdateAgentProfileGroupRequest) ProtoMessage

func (*UpdateAgentProfileGroupRequest) ProtoMessage()

func (*UpdateAgentProfileGroupRequest) ProtoReflect

func (*UpdateAgentProfileGroupRequest) Reset

func (x *UpdateAgentProfileGroupRequest) Reset()

func (*UpdateAgentProfileGroupRequest) String

type UpdateAgentProfileGroupResponse

type UpdateAgentProfileGroupResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateAgentProfileGroupResponse) Descriptor deprecated

func (*UpdateAgentProfileGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAgentProfileGroupResponse.ProtoReflect.Descriptor instead.

func (*UpdateAgentProfileGroupResponse) ProtoMessage

func (*UpdateAgentProfileGroupResponse) ProtoMessage()

func (*UpdateAgentProfileGroupResponse) ProtoReflect

func (*UpdateAgentProfileGroupResponse) Reset

func (*UpdateAgentProfileGroupResponse) String

type UpdateAgentStatisticsTemplateRequest

type UpdateAgentStatisticsTemplateRequest struct {

	// Agent statistics template to update.
	Template *AgentLoginGuiStatisticsTemplate `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"`
	// contains filtered or unexported fields
}

Request message for the UpdateAgentStatisticsTemplate RPC.

func (*UpdateAgentStatisticsTemplateRequest) Descriptor deprecated

func (*UpdateAgentStatisticsTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAgentStatisticsTemplateRequest.ProtoReflect.Descriptor instead.

func (*UpdateAgentStatisticsTemplateRequest) GetTemplate

func (*UpdateAgentStatisticsTemplateRequest) ProtoMessage

func (*UpdateAgentStatisticsTemplateRequest) ProtoMessage()

func (*UpdateAgentStatisticsTemplateRequest) ProtoReflect

func (*UpdateAgentStatisticsTemplateRequest) Reset

func (*UpdateAgentStatisticsTemplateRequest) String

type UpdateAgentStatisticsTemplateResponse

type UpdateAgentStatisticsTemplateResponse struct {
	// contains filtered or unexported fields
}

Response message for the UpdateAgentStatisticsTemplate RPC.

func (*UpdateAgentStatisticsTemplateResponse) Descriptor deprecated

func (*UpdateAgentStatisticsTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAgentStatisticsTemplateResponse.ProtoReflect.Descriptor instead.

func (*UpdateAgentStatisticsTemplateResponse) ProtoMessage

func (*UpdateAgentStatisticsTemplateResponse) ProtoMessage()

func (*UpdateAgentStatisticsTemplateResponse) ProtoReflect

func (*UpdateAgentStatisticsTemplateResponse) Reset

func (*UpdateAgentStatisticsTemplateResponse) String

type UpdateAgentTriggerTemplateRequest

type UpdateAgentTriggerTemplateRequest struct {
	AgentTriggerTemplate *AgentTriggerTemplate `protobuf:"bytes,1,opt,name=agent_trigger_template,json=agentTriggerTemplate,proto3" json:"agent_trigger_template,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAgentTriggerTemplateRequest) Descriptor deprecated

func (*UpdateAgentTriggerTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAgentTriggerTemplateRequest.ProtoReflect.Descriptor instead.

func (*UpdateAgentTriggerTemplateRequest) GetAgentTriggerTemplate

func (x *UpdateAgentTriggerTemplateRequest) GetAgentTriggerTemplate() *AgentTriggerTemplate

func (*UpdateAgentTriggerTemplateRequest) ProtoMessage

func (*UpdateAgentTriggerTemplateRequest) ProtoMessage()

func (*UpdateAgentTriggerTemplateRequest) ProtoReflect

func (*UpdateAgentTriggerTemplateRequest) Reset

func (*UpdateAgentTriggerTemplateRequest) String

type UpdateAgentTriggerTemplateResponse

type UpdateAgentTriggerTemplateResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateAgentTriggerTemplateResponse) Descriptor deprecated

func (*UpdateAgentTriggerTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAgentTriggerTemplateResponse.ProtoReflect.Descriptor instead.

func (*UpdateAgentTriggerTemplateResponse) ProtoMessage

func (*UpdateAgentTriggerTemplateResponse) ProtoMessage()

func (*UpdateAgentTriggerTemplateResponse) ProtoReflect

func (*UpdateAgentTriggerTemplateResponse) Reset

func (*UpdateAgentTriggerTemplateResponse) String

type UpdateAuthConnectionSettingsRequest

type UpdateAuthConnectionSettingsRequest struct {
	Settings *AuthConnectionSettings `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings,omitempty"`
	// the secret for the connection. Only used for Azure identity type.
	ClientSecret string                 `protobuf:"bytes,2,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	FieldMask    *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for the UpdateAuthConnectionSettings rpc.

func (*UpdateAuthConnectionSettingsRequest) Descriptor deprecated

func (*UpdateAuthConnectionSettingsRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAuthConnectionSettingsRequest.ProtoReflect.Descriptor instead.

func (*UpdateAuthConnectionSettingsRequest) GetClientSecret

func (x *UpdateAuthConnectionSettingsRequest) GetClientSecret() string

func (*UpdateAuthConnectionSettingsRequest) GetFieldMask

func (*UpdateAuthConnectionSettingsRequest) GetSettings

func (*UpdateAuthConnectionSettingsRequest) ProtoMessage

func (*UpdateAuthConnectionSettingsRequest) ProtoMessage()

func (*UpdateAuthConnectionSettingsRequest) ProtoReflect

func (*UpdateAuthConnectionSettingsRequest) Reset

func (*UpdateAuthConnectionSettingsRequest) String

type UpdateAuthConnectionSettingsResponse

type UpdateAuthConnectionSettingsResponse struct {
	// contains filtered or unexported fields
}

Response message for the UpdateAuthConnectionSettings rpc.

func (*UpdateAuthConnectionSettingsResponse) Descriptor deprecated

func (*UpdateAuthConnectionSettingsResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAuthConnectionSettingsResponse.ProtoReflect.Descriptor instead.

func (*UpdateAuthConnectionSettingsResponse) ProtoMessage

func (*UpdateAuthConnectionSettingsResponse) ProtoMessage()

func (*UpdateAuthConnectionSettingsResponse) ProtoReflect

func (*UpdateAuthConnectionSettingsResponse) Reset

func (*UpdateAuthConnectionSettingsResponse) String

type UpdateAuthenticationPreferencesRequest

type UpdateAuthenticationPreferencesRequest struct {
	AuthenticationPreferences *AuthenticationPreferences `` // Authentication preferences object, required to update
	/* 136-byte string literal not displayed */
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for update request
	// contains filtered or unexported fields
}

Request for UpdateAuthenticationPreferences

func (*UpdateAuthenticationPreferencesRequest) Descriptor deprecated

func (*UpdateAuthenticationPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAuthenticationPreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateAuthenticationPreferencesRequest) GetAuthenticationPreferences

func (x *UpdateAuthenticationPreferencesRequest) GetAuthenticationPreferences() *AuthenticationPreferences

func (*UpdateAuthenticationPreferencesRequest) GetFieldMask

func (*UpdateAuthenticationPreferencesRequest) ProtoMessage

func (*UpdateAuthenticationPreferencesRequest) ProtoReflect

func (*UpdateAuthenticationPreferencesRequest) Reset

func (*UpdateAuthenticationPreferencesRequest) String

type UpdateAuthenticationPreferencesResponse

type UpdateAuthenticationPreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response for UpdateAuthenticationPreferences

func (*UpdateAuthenticationPreferencesResponse) Descriptor deprecated

func (*UpdateAuthenticationPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAuthenticationPreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateAuthenticationPreferencesResponse) ProtoMessage

func (*UpdateAuthenticationPreferencesResponse) ProtoReflect

func (*UpdateAuthenticationPreferencesResponse) Reset

func (*UpdateAuthenticationPreferencesResponse) String

type UpdateBroadcastPreferencesRequest

type UpdateBroadcastPreferencesRequest struct {
	BroadcastPreferences *BroadcastPreferences  `protobuf:"bytes,2,opt,name=broadcast_preferences,json=broadcastPreferences,proto3" json:"broadcast_preferences,omitempty"` // Broadcast preferences object, required to update
	FieldMask            *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`                                 // Field mask for update request
	// contains filtered or unexported fields
}

Request for UpdateBroadcastPreferences

func (*UpdateBroadcastPreferencesRequest) Descriptor deprecated

func (*UpdateBroadcastPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBroadcastPreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateBroadcastPreferencesRequest) GetBroadcastPreferences

func (x *UpdateBroadcastPreferencesRequest) GetBroadcastPreferences() *BroadcastPreferences

func (*UpdateBroadcastPreferencesRequest) GetFieldMask

func (*UpdateBroadcastPreferencesRequest) ProtoMessage

func (*UpdateBroadcastPreferencesRequest) ProtoMessage()

func (*UpdateBroadcastPreferencesRequest) ProtoReflect

func (*UpdateBroadcastPreferencesRequest) Reset

func (*UpdateBroadcastPreferencesRequest) String

type UpdateBroadcastPreferencesResponse

type UpdateBroadcastPreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response for UpdateBroadcastPreferences

func (*UpdateBroadcastPreferencesResponse) Descriptor deprecated

func (*UpdateBroadcastPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBroadcastPreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateBroadcastPreferencesResponse) ProtoMessage

func (*UpdateBroadcastPreferencesResponse) ProtoMessage()

func (*UpdateBroadcastPreferencesResponse) ProtoReflect

func (*UpdateBroadcastPreferencesResponse) Reset

func (*UpdateBroadcastPreferencesResponse) String

type UpdateBulkUsersDisabledRequest

type UpdateBulkUsersDisabledRequest struct {
	UserIds []string `protobuf:"bytes,1,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	Disable bool     `protobuf:"varint,2,opt,name=disable,proto3" json:"disable,omitempty"` // directly into User.login_disabled for every given user.
	// contains filtered or unexported fields
}

func (*UpdateBulkUsersDisabledRequest) Descriptor deprecated

func (*UpdateBulkUsersDisabledRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBulkUsersDisabledRequest.ProtoReflect.Descriptor instead.

func (*UpdateBulkUsersDisabledRequest) GetDisable

func (x *UpdateBulkUsersDisabledRequest) GetDisable() bool

func (*UpdateBulkUsersDisabledRequest) GetUserIds

func (x *UpdateBulkUsersDisabledRequest) GetUserIds() []string

func (*UpdateBulkUsersDisabledRequest) ProtoMessage

func (*UpdateBulkUsersDisabledRequest) ProtoMessage()

func (*UpdateBulkUsersDisabledRequest) ProtoReflect

func (*UpdateBulkUsersDisabledRequest) Reset

func (x *UpdateBulkUsersDisabledRequest) Reset()

func (*UpdateBulkUsersDisabledRequest) String

type UpdateBulkUsersDisabledResponse

type UpdateBulkUsersDisabledResponse struct {

	// updated_ids is a list of every id that was updated.
	UpdatedIds []string `protobuf:"bytes,1,rep,name=updated_ids,json=updatedIds,proto3" json:"updated_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBulkUsersDisabledResponse) Descriptor deprecated

func (*UpdateBulkUsersDisabledResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBulkUsersDisabledResponse.ProtoReflect.Descriptor instead.

func (*UpdateBulkUsersDisabledResponse) GetUpdatedIds

func (x *UpdateBulkUsersDisabledResponse) GetUpdatedIds() []string

func (*UpdateBulkUsersDisabledResponse) ProtoMessage

func (*UpdateBulkUsersDisabledResponse) ProtoMessage()

func (*UpdateBulkUsersDisabledResponse) ProtoReflect

func (*UpdateBulkUsersDisabledResponse) Reset

func (*UpdateBulkUsersDisabledResponse) String

type UpdateBusinessPreferencesRequest

type UpdateBusinessPreferencesRequest struct {
	BusinessPreferences *BusinessPreferences   `protobuf:"bytes,2,opt,name=business_preferences,json=businessPreferences,proto3" json:"business_preferences,omitempty"` // Business preferences object, required to update
	FieldMask           *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`                              // Field mask for update request
	// contains filtered or unexported fields
}

Request for UpdateBusinessPreferences

func (*UpdateBusinessPreferencesRequest) Descriptor deprecated

func (*UpdateBusinessPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBusinessPreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateBusinessPreferencesRequest) GetBusinessPreferences

func (x *UpdateBusinessPreferencesRequest) GetBusinessPreferences() *BusinessPreferences

func (*UpdateBusinessPreferencesRequest) GetFieldMask

func (*UpdateBusinessPreferencesRequest) ProtoMessage

func (*UpdateBusinessPreferencesRequest) ProtoMessage()

func (*UpdateBusinessPreferencesRequest) ProtoReflect

func (*UpdateBusinessPreferencesRequest) Reset

func (*UpdateBusinessPreferencesRequest) String

type UpdateBusinessPreferencesResponse

type UpdateBusinessPreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response for UpdateBusinessPreferences

func (*UpdateBusinessPreferencesResponse) Descriptor deprecated

func (*UpdateBusinessPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBusinessPreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateBusinessPreferencesResponse) ProtoMessage

func (*UpdateBusinessPreferencesResponse) ProtoMessage()

func (*UpdateBusinessPreferencesResponse) ProtoReflect

func (*UpdateBusinessPreferencesResponse) Reset

func (*UpdateBusinessPreferencesResponse) String

type UpdateClientInfoDisplayTemplateRequest

type UpdateClientInfoDisplayTemplateRequest struct {
	ClientInfoDisplayTemplate *ClientInfoDisplayTemplate `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateClientInfoDisplayTemplateRequest) Descriptor deprecated

func (*UpdateClientInfoDisplayTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateClientInfoDisplayTemplateRequest.ProtoReflect.Descriptor instead.

func (*UpdateClientInfoDisplayTemplateRequest) GetClientInfoDisplayTemplate

func (x *UpdateClientInfoDisplayTemplateRequest) GetClientInfoDisplayTemplate() *ClientInfoDisplayTemplate

func (*UpdateClientInfoDisplayTemplateRequest) ProtoMessage

func (*UpdateClientInfoDisplayTemplateRequest) ProtoReflect

func (*UpdateClientInfoDisplayTemplateRequest) Reset

func (*UpdateClientInfoDisplayTemplateRequest) String

type UpdateClientInfoDisplayTemplateResponse

type UpdateClientInfoDisplayTemplateResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateClientInfoDisplayTemplateResponse) Descriptor deprecated

func (*UpdateClientInfoDisplayTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateClientInfoDisplayTemplateResponse.ProtoReflect.Descriptor instead.

func (*UpdateClientInfoDisplayTemplateResponse) ProtoMessage

func (*UpdateClientInfoDisplayTemplateResponse) ProtoReflect

func (*UpdateClientInfoDisplayTemplateResponse) Reset

func (*UpdateClientInfoDisplayTemplateResponse) String

type UpdateCompliancePreferencesRequest

type UpdateCompliancePreferencesRequest struct {
	CompliancePreferences *CompliancePreferences `protobuf:"bytes,2,opt,name=compliance_preferences,json=compliancePreferences,proto3" json:"compliance_preferences,omitempty"` // Compliance preferences object, required to update
	FieldMask             *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`                                    // Field mask for update request
	// contains filtered or unexported fields
}

Request for UpdateCompliancePreferences

func (*UpdateCompliancePreferencesRequest) Descriptor deprecated

func (*UpdateCompliancePreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCompliancePreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateCompliancePreferencesRequest) GetCompliancePreferences

func (x *UpdateCompliancePreferencesRequest) GetCompliancePreferences() *CompliancePreferences

func (*UpdateCompliancePreferencesRequest) GetFieldMask

func (*UpdateCompliancePreferencesRequest) ProtoMessage

func (*UpdateCompliancePreferencesRequest) ProtoMessage()

func (*UpdateCompliancePreferencesRequest) ProtoReflect

func (*UpdateCompliancePreferencesRequest) Reset

func (*UpdateCompliancePreferencesRequest) String

type UpdateCompliancePreferencesResponse

type UpdateCompliancePreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response for UpdateCompliancePreferences

func (*UpdateCompliancePreferencesResponse) Descriptor deprecated

func (*UpdateCompliancePreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCompliancePreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateCompliancePreferencesResponse) ProtoMessage

func (*UpdateCompliancePreferencesResponse) ProtoMessage()

func (*UpdateCompliancePreferencesResponse) ProtoReflect

func (*UpdateCompliancePreferencesResponse) Reset

func (*UpdateCompliancePreferencesResponse) String

type UpdateContactPreferencesRequest

type UpdateContactPreferencesRequest struct {

	// Contact preferences object, required to update
	ContactPreferences *ContactPreferences `protobuf:"bytes,2,opt,name=contact_preferences,json=contactPreferences,proto3" json:"contact_preferences,omitempty"`
	// Field mask for update request
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for the UpdateContactPreferences rpc.

func (*UpdateContactPreferencesRequest) Descriptor deprecated

func (*UpdateContactPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateContactPreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateContactPreferencesRequest) GetContactPreferences

func (x *UpdateContactPreferencesRequest) GetContactPreferences() *ContactPreferences

func (*UpdateContactPreferencesRequest) GetFieldMask

func (*UpdateContactPreferencesRequest) ProtoMessage

func (*UpdateContactPreferencesRequest) ProtoMessage()

func (*UpdateContactPreferencesRequest) ProtoReflect

func (*UpdateContactPreferencesRequest) Reset

func (*UpdateContactPreferencesRequest) String

type UpdateContactPreferencesResponse

type UpdateContactPreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response message for UpdateContactPreferences.

func (*UpdateContactPreferencesResponse) Descriptor deprecated

func (*UpdateContactPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateContactPreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateContactPreferencesResponse) ProtoMessage

func (*UpdateContactPreferencesResponse) ProtoMessage()

func (*UpdateContactPreferencesResponse) ProtoReflect

func (*UpdateContactPreferencesResponse) Reset

func (*UpdateContactPreferencesResponse) String

type UpdateCustomReportFilterRequest

type UpdateCustomReportFilterRequest struct {
	Filter *CustomReportFilter `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` // Custom report filter
	// contains filtered or unexported fields
}

Request message for UpdateCustomReportFilterSet

func (*UpdateCustomReportFilterRequest) Descriptor deprecated

func (*UpdateCustomReportFilterRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCustomReportFilterRequest.ProtoReflect.Descriptor instead.

func (*UpdateCustomReportFilterRequest) GetFilter

func (*UpdateCustomReportFilterRequest) ProtoMessage

func (*UpdateCustomReportFilterRequest) ProtoMessage()

func (*UpdateCustomReportFilterRequest) ProtoReflect

func (*UpdateCustomReportFilterRequest) Reset

func (*UpdateCustomReportFilterRequest) String

type UpdateCustomReportFilterResponse

type UpdateCustomReportFilterResponse struct {
	// contains filtered or unexported fields
}

Response message for UpdateCustomReportFilter

func (*UpdateCustomReportFilterResponse) Descriptor deprecated

func (*UpdateCustomReportFilterResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCustomReportFilterResponse.ProtoReflect.Descriptor instead.

func (*UpdateCustomReportFilterResponse) ProtoMessage

func (*UpdateCustomReportFilterResponse) ProtoMessage()

func (*UpdateCustomReportFilterResponse) ProtoReflect

func (*UpdateCustomReportFilterResponse) Reset

func (*UpdateCustomReportFilterResponse) String

type UpdateDashboardGeneralPreferencesRequest

type UpdateDashboardGeneralPreferencesRequest struct {
	DashboardPreferences *DashboardPreferences  `protobuf:"bytes,2,opt,name=dashboard_preferences,json=dashboardPreferences,proto3" json:"dashboard_preferences,omitempty"` // Dashboard preferences object, required to update
	FieldMask            *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`                                 // Field mask for update request
	// contains filtered or unexported fields
}

Request for UpdateDashboardGeneralPreferences

func (*UpdateDashboardGeneralPreferencesRequest) Descriptor deprecated

func (*UpdateDashboardGeneralPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateDashboardGeneralPreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateDashboardGeneralPreferencesRequest) GetDashboardPreferences

func (x *UpdateDashboardGeneralPreferencesRequest) GetDashboardPreferences() *DashboardPreferences

func (*UpdateDashboardGeneralPreferencesRequest) GetFieldMask

func (*UpdateDashboardGeneralPreferencesRequest) ProtoMessage

func (*UpdateDashboardGeneralPreferencesRequest) ProtoReflect

func (*UpdateDashboardGeneralPreferencesRequest) Reset

func (*UpdateDashboardGeneralPreferencesRequest) String

type UpdateDashboardGeneralPreferencesResponse

type UpdateDashboardGeneralPreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response for UpdateDashboardGeneralPreferences

func (*UpdateDashboardGeneralPreferencesResponse) Descriptor deprecated

func (*UpdateDashboardGeneralPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateDashboardGeneralPreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateDashboardGeneralPreferencesResponse) ProtoMessage

func (*UpdateDashboardGeneralPreferencesResponse) ProtoReflect

func (*UpdateDashboardGeneralPreferencesResponse) Reset

func (*UpdateDashboardGeneralPreferencesResponse) String

type UpdateDashboardQueuePreferencesRequest

type UpdateDashboardQueuePreferencesRequest struct {
	DashboardQueuePreferences *DashboardQueuePreferences `` // The preferences to be updated.
	/* 138-byte string literal not displayed */
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // The mask indicating which fields.
	// contains filtered or unexported fields
}

Request for UpdateDashboardQueuePreferences

func (*UpdateDashboardQueuePreferencesRequest) Descriptor deprecated

func (*UpdateDashboardQueuePreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateDashboardQueuePreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateDashboardQueuePreferencesRequest) GetDashboardQueuePreferences

func (x *UpdateDashboardQueuePreferencesRequest) GetDashboardQueuePreferences() *DashboardQueuePreferences

func (*UpdateDashboardQueuePreferencesRequest) GetFieldMask

func (*UpdateDashboardQueuePreferencesRequest) ProtoMessage

func (*UpdateDashboardQueuePreferencesRequest) ProtoReflect

func (*UpdateDashboardQueuePreferencesRequest) Reset

func (*UpdateDashboardQueuePreferencesRequest) String

type UpdateDashboardQueuePreferencesResponse

type UpdateDashboardQueuePreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response for UpdateDashboardQueuePreferences

func (*UpdateDashboardQueuePreferencesResponse) Descriptor deprecated

func (*UpdateDashboardQueuePreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateDashboardQueuePreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateDashboardQueuePreferencesResponse) ProtoMessage

func (*UpdateDashboardQueuePreferencesResponse) ProtoReflect

func (*UpdateDashboardQueuePreferencesResponse) Reset

func (*UpdateDashboardQueuePreferencesResponse) String

type UpdateEmailSmsPreferencesRequest

type UpdateEmailSmsPreferencesRequest struct {
	EmailSmsPreferences *EmailSmsPreferences   `protobuf:"bytes,2,opt,name=email_sms_preferences,json=emailSmsPreferences,proto3" json:"email_sms_preferences,omitempty"` // The preferences to be updated.
	FieldMask           *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`                                // The mask indicating which fields.
	// contains filtered or unexported fields
}

Request for UpdateEmailSmsPreferences

func (*UpdateEmailSmsPreferencesRequest) Descriptor deprecated

func (*UpdateEmailSmsPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateEmailSmsPreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateEmailSmsPreferencesRequest) GetEmailSmsPreferences

func (x *UpdateEmailSmsPreferencesRequest) GetEmailSmsPreferences() *EmailSmsPreferences

func (*UpdateEmailSmsPreferencesRequest) GetFieldMask

func (*UpdateEmailSmsPreferencesRequest) ProtoMessage

func (*UpdateEmailSmsPreferencesRequest) ProtoMessage()

func (*UpdateEmailSmsPreferencesRequest) ProtoReflect

func (*UpdateEmailSmsPreferencesRequest) Reset

func (*UpdateEmailSmsPreferencesRequest) String

type UpdateEmailSmsPreferencesResponse

type UpdateEmailSmsPreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response for UpdateEmailSmsPreferences

func (*UpdateEmailSmsPreferencesResponse) Descriptor deprecated

func (*UpdateEmailSmsPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateEmailSmsPreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateEmailSmsPreferencesResponse) ProtoMessage

func (*UpdateEmailSmsPreferencesResponse) ProtoMessage()

func (*UpdateEmailSmsPreferencesResponse) ProtoReflect

func (*UpdateEmailSmsPreferencesResponse) Reset

func (*UpdateEmailSmsPreferencesResponse) String

type UpdateEndOfDayPreferencesRequest

type UpdateEndOfDayPreferencesRequest struct {
	EndOfDayPreferences *EndOfDayPreferences   `protobuf:"bytes,2,opt,name=end_of_day_preferences,json=endOfDayPreferences,proto3" json:"end_of_day_preferences,omitempty"` // EndOfDay preferences object, required to update
	FieldMask           *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`                                  // Field mask for update request
	// contains filtered or unexported fields
}

Request for UpdateEndOfDayPreferences

func (*UpdateEndOfDayPreferencesRequest) Descriptor deprecated

func (*UpdateEndOfDayPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateEndOfDayPreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateEndOfDayPreferencesRequest) GetEndOfDayPreferences

func (x *UpdateEndOfDayPreferencesRequest) GetEndOfDayPreferences() *EndOfDayPreferences

func (*UpdateEndOfDayPreferencesRequest) GetFieldMask

func (*UpdateEndOfDayPreferencesRequest) ProtoMessage

func (*UpdateEndOfDayPreferencesRequest) ProtoMessage()

func (*UpdateEndOfDayPreferencesRequest) ProtoReflect

func (*UpdateEndOfDayPreferencesRequest) Reset

func (*UpdateEndOfDayPreferencesRequest) String

type UpdateEndOfDayPreferencesResponse

type UpdateEndOfDayPreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response for UpdateEndOfDayPreferences

func (*UpdateEndOfDayPreferencesResponse) Descriptor deprecated

func (*UpdateEndOfDayPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateEndOfDayPreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateEndOfDayPreferencesResponse) ProtoMessage

func (*UpdateEndOfDayPreferencesResponse) ProtoMessage()

func (*UpdateEndOfDayPreferencesResponse) ProtoReflect

func (*UpdateEndOfDayPreferencesResponse) Reset

func (*UpdateEndOfDayPreferencesResponse) String

type UpdateFilterPreferencesRequest

type UpdateFilterPreferencesRequest struct {
	FilterPreferences *FilterPreferences     `protobuf:"bytes,2,opt,name=filter_preferences,json=filterPreferences,proto3" json:"filter_preferences,omitempty"` // Filter preferences object, required to update
	FieldMask         *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`                        // Field mask for update request
	// contains filtered or unexported fields
}

Request for UpdateFilterPreferences

func (*UpdateFilterPreferencesRequest) Descriptor deprecated

func (*UpdateFilterPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFilterPreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateFilterPreferencesRequest) GetFieldMask

func (*UpdateFilterPreferencesRequest) GetFilterPreferences

func (x *UpdateFilterPreferencesRequest) GetFilterPreferences() *FilterPreferences

func (*UpdateFilterPreferencesRequest) ProtoMessage

func (*UpdateFilterPreferencesRequest) ProtoMessage()

func (*UpdateFilterPreferencesRequest) ProtoReflect

func (*UpdateFilterPreferencesRequest) Reset

func (x *UpdateFilterPreferencesRequest) Reset()

func (*UpdateFilterPreferencesRequest) String

type UpdateFilterPreferencesResponse

type UpdateFilterPreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response UpdateFilterPreferences

func (*UpdateFilterPreferencesResponse) Descriptor deprecated

func (*UpdateFilterPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFilterPreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateFilterPreferencesResponse) ProtoMessage

func (*UpdateFilterPreferencesResponse) ProtoMessage()

func (*UpdateFilterPreferencesResponse) ProtoReflect

func (*UpdateFilterPreferencesResponse) Reset

func (*UpdateFilterPreferencesResponse) String

type UpdateOrganizationPreferencesRequest

type UpdateOrganizationPreferencesRequest struct {
	OrganizationPreferences *OrganizationPreferences `` // Organization preferences object, required to update
	/* 130-byte string literal not displayed */
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for update request
	// contains filtered or unexported fields
}

Request for UpdateOrganizationPreferences

func (*UpdateOrganizationPreferencesRequest) Descriptor deprecated

func (*UpdateOrganizationPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationPreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationPreferencesRequest) GetFieldMask

func (*UpdateOrganizationPreferencesRequest) GetOrganizationPreferences

func (x *UpdateOrganizationPreferencesRequest) GetOrganizationPreferences() *OrganizationPreferences

func (*UpdateOrganizationPreferencesRequest) ProtoMessage

func (*UpdateOrganizationPreferencesRequest) ProtoMessage()

func (*UpdateOrganizationPreferencesRequest) ProtoReflect

func (*UpdateOrganizationPreferencesRequest) Reset

func (*UpdateOrganizationPreferencesRequest) String

type UpdateOrganizationPreferencesResponse

type UpdateOrganizationPreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response for UpdateOrganizationPreferences

func (*UpdateOrganizationPreferencesResponse) Descriptor deprecated

func (*UpdateOrganizationPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationPreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationPreferencesResponse) ProtoMessage

func (*UpdateOrganizationPreferencesResponse) ProtoMessage()

func (*UpdateOrganizationPreferencesResponse) ProtoReflect

func (*UpdateOrganizationPreferencesResponse) Reset

func (*UpdateOrganizationPreferencesResponse) String

type UpdateOrganizationRequest

type UpdateOrganizationRequest struct {

	// organization id
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// organizations time zone
	TimeZone commons.TimeZone `protobuf:"varint,4,opt,name=time_zone,json=timeZone,proto3,enum=api.commons.TimeZone" json:"time_zone,omitempty"`
	// organizations name
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// Field mask for update request
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

The request for api.v0alpha.UpdateOrganization

func (*UpdateOrganizationRequest) Descriptor deprecated

func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationRequest) GetFieldMask

func (x *UpdateOrganizationRequest) GetFieldMask() *fieldmaskpb.FieldMask

func (*UpdateOrganizationRequest) GetName

func (x *UpdateOrganizationRequest) GetName() string

func (*UpdateOrganizationRequest) GetOrgId

func (x *UpdateOrganizationRequest) GetOrgId() string

func (*UpdateOrganizationRequest) GetTimeZone

func (x *UpdateOrganizationRequest) GetTimeZone() commons.TimeZone

func (*UpdateOrganizationRequest) ProtoMessage

func (*UpdateOrganizationRequest) ProtoMessage()

func (*UpdateOrganizationRequest) ProtoReflect

func (*UpdateOrganizationRequest) Reset

func (x *UpdateOrganizationRequest) Reset()

func (*UpdateOrganizationRequest) String

func (x *UpdateOrganizationRequest) String() string

type UpdateOrganizationResponse

type UpdateOrganizationResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateOrganizationResponse) Descriptor deprecated

func (*UpdateOrganizationResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationResponse) ProtoMessage

func (*UpdateOrganizationResponse) ProtoMessage()

func (*UpdateOrganizationResponse) ProtoReflect

func (*UpdateOrganizationResponse) Reset

func (x *UpdateOrganizationResponse) Reset()

func (*UpdateOrganizationResponse) String

func (x *UpdateOrganizationResponse) String() string

type UpdateP3OwningOrgRequest

type UpdateP3OwningOrgRequest struct {
	OrgId   string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	OwnerId string `protobuf:"bytes,2,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateP3OwningOrgRequest) Descriptor deprecated

func (*UpdateP3OwningOrgRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateP3OwningOrgRequest.ProtoReflect.Descriptor instead.

func (*UpdateP3OwningOrgRequest) GetOrgId

func (x *UpdateP3OwningOrgRequest) GetOrgId() string

func (*UpdateP3OwningOrgRequest) GetOwnerId

func (x *UpdateP3OwningOrgRequest) GetOwnerId() string

func (*UpdateP3OwningOrgRequest) ProtoMessage

func (*UpdateP3OwningOrgRequest) ProtoMessage()

func (*UpdateP3OwningOrgRequest) ProtoReflect

func (x *UpdateP3OwningOrgRequest) ProtoReflect() protoreflect.Message

func (*UpdateP3OwningOrgRequest) Reset

func (x *UpdateP3OwningOrgRequest) Reset()

func (*UpdateP3OwningOrgRequest) String

func (x *UpdateP3OwningOrgRequest) String() string

type UpdateP3OwningOrgResponse

type UpdateP3OwningOrgResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateP3OwningOrgResponse) Descriptor deprecated

func (*UpdateP3OwningOrgResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateP3OwningOrgResponse.ProtoReflect.Descriptor instead.

func (*UpdateP3OwningOrgResponse) ProtoMessage

func (*UpdateP3OwningOrgResponse) ProtoMessage()

func (*UpdateP3OwningOrgResponse) ProtoReflect

func (*UpdateP3OwningOrgResponse) Reset

func (x *UpdateP3OwningOrgResponse) Reset()

func (*UpdateP3OwningOrgResponse) String

func (x *UpdateP3OwningOrgResponse) String() string

type UpdateP3PermissionGroupRequest

type UpdateP3PermissionGroupRequest struct {

	// optional org_id. If not is passsed in peel off token.
	OrgId             string               `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	PermissionGroupId string               `protobuf:"bytes,2,opt,name=permission_group_id,json=permissionGroupId,proto3" json:"permission_group_id,omitempty"`
	Name              string               `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description       string               `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Permissions       []commons.Permission `protobuf:"varint,5,rep,packed,name=permissions,proto3,enum=api.commons.Permission" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateP3PermissionGroupRequest) Descriptor deprecated

func (*UpdateP3PermissionGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateP3PermissionGroupRequest.ProtoReflect.Descriptor instead.

func (*UpdateP3PermissionGroupRequest) GetDescription

func (x *UpdateP3PermissionGroupRequest) GetDescription() string

func (*UpdateP3PermissionGroupRequest) GetName

func (*UpdateP3PermissionGroupRequest) GetOrgId

func (x *UpdateP3PermissionGroupRequest) GetOrgId() string

func (*UpdateP3PermissionGroupRequest) GetPermissionGroupId

func (x *UpdateP3PermissionGroupRequest) GetPermissionGroupId() string

func (*UpdateP3PermissionGroupRequest) GetPermissions

func (x *UpdateP3PermissionGroupRequest) GetPermissions() []commons.Permission

func (*UpdateP3PermissionGroupRequest) ProtoMessage

func (*UpdateP3PermissionGroupRequest) ProtoMessage()

func (*UpdateP3PermissionGroupRequest) ProtoReflect

func (*UpdateP3PermissionGroupRequest) Reset

func (x *UpdateP3PermissionGroupRequest) Reset()

func (*UpdateP3PermissionGroupRequest) String

type UpdateP3PermissionGroupResponse

type UpdateP3PermissionGroupResponse struct {
	P3PermissionGroup *P3PermissionGroup `protobuf:"bytes,1,opt,name=p3_permission_group,json=p3PermissionGroup,proto3" json:"p3_permission_group,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateP3PermissionGroupResponse) Descriptor deprecated

func (*UpdateP3PermissionGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateP3PermissionGroupResponse.ProtoReflect.Descriptor instead.

func (*UpdateP3PermissionGroupResponse) GetP3PermissionGroup

func (x *UpdateP3PermissionGroupResponse) GetP3PermissionGroup() *P3PermissionGroup

func (*UpdateP3PermissionGroupResponse) ProtoMessage

func (*UpdateP3PermissionGroupResponse) ProtoMessage()

func (*UpdateP3PermissionGroupResponse) ProtoReflect

func (*UpdateP3PermissionGroupResponse) Reset

func (*UpdateP3PermissionGroupResponse) String

type UpdateP3UserNameRequest

type UpdateP3UserNameRequest struct {

	// Optional agent_sid or login_sid (must have one)
	AgentSid  int64  `protobuf:"varint,1,opt,name=agent_sid,json=agentSid,proto3" json:"agent_sid,omitempty"`
	LoginSid  int64  `protobuf:"varint,2,opt,name=login_sid,json=loginSid,proto3" json:"login_sid,omitempty"`
	UserName  string `protobuf:"bytes,3,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	ClientSid int64  `protobuf:"varint,4,opt,name=client_sid,json=clientSid,proto3" json:"client_sid,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateP3UserNameRequest) Descriptor deprecated

func (*UpdateP3UserNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateP3UserNameRequest.ProtoReflect.Descriptor instead.

func (*UpdateP3UserNameRequest) GetAgentSid

func (x *UpdateP3UserNameRequest) GetAgentSid() int64

func (*UpdateP3UserNameRequest) GetClientSid

func (x *UpdateP3UserNameRequest) GetClientSid() int64

func (*UpdateP3UserNameRequest) GetLoginSid

func (x *UpdateP3UserNameRequest) GetLoginSid() int64

func (*UpdateP3UserNameRequest) GetUserName

func (x *UpdateP3UserNameRequest) GetUserName() string

func (*UpdateP3UserNameRequest) ProtoMessage

func (*UpdateP3UserNameRequest) ProtoMessage()

func (*UpdateP3UserNameRequest) ProtoReflect

func (x *UpdateP3UserNameRequest) ProtoReflect() protoreflect.Message

func (*UpdateP3UserNameRequest) Reset

func (x *UpdateP3UserNameRequest) Reset()

func (*UpdateP3UserNameRequest) String

func (x *UpdateP3UserNameRequest) String() string

type UpdateP3UserNameResponse

type UpdateP3UserNameResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateP3UserNameResponse) Descriptor deprecated

func (*UpdateP3UserNameResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateP3UserNameResponse.ProtoReflect.Descriptor instead.

func (*UpdateP3UserNameResponse) ProtoMessage

func (*UpdateP3UserNameResponse) ProtoMessage()

func (*UpdateP3UserNameResponse) ProtoReflect

func (x *UpdateP3UserNameResponse) ProtoReflect() protoreflect.Message

func (*UpdateP3UserNameResponse) Reset

func (x *UpdateP3UserNameResponse) Reset()

func (*UpdateP3UserNameResponse) String

func (x *UpdateP3UserNameResponse) String() string

type UpdateP3UserSidsRequest

type UpdateP3UserSidsRequest struct {
	UserId    string                 `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	AgentSid  int64                  `protobuf:"varint,2,opt,name=agent_sid,json=agentSid,proto3" json:"agent_sid,omitempty"`
	LoginSid  int64                  `protobuf:"varint,3,opt,name=login_sid,json=loginSid,proto3" json:"login_sid,omitempty"`
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateP3UserSidsRequest) Descriptor deprecated

func (*UpdateP3UserSidsRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateP3UserSidsRequest.ProtoReflect.Descriptor instead.

func (*UpdateP3UserSidsRequest) GetAgentSid

func (x *UpdateP3UserSidsRequest) GetAgentSid() int64

func (*UpdateP3UserSidsRequest) GetFieldMask

func (x *UpdateP3UserSidsRequest) GetFieldMask() *fieldmaskpb.FieldMask

func (*UpdateP3UserSidsRequest) GetLoginSid

func (x *UpdateP3UserSidsRequest) GetLoginSid() int64

func (*UpdateP3UserSidsRequest) GetUserId

func (x *UpdateP3UserSidsRequest) GetUserId() string

func (*UpdateP3UserSidsRequest) ProtoMessage

func (*UpdateP3UserSidsRequest) ProtoMessage()

func (*UpdateP3UserSidsRequest) ProtoReflect

func (x *UpdateP3UserSidsRequest) ProtoReflect() protoreflect.Message

func (*UpdateP3UserSidsRequest) Reset

func (x *UpdateP3UserSidsRequest) Reset()

func (*UpdateP3UserSidsRequest) String

func (x *UpdateP3UserSidsRequest) String() string

type UpdateP3UserSidsResponse

type UpdateP3UserSidsResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateP3UserSidsResponse) Descriptor deprecated

func (*UpdateP3UserSidsResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateP3UserSidsResponse.ProtoReflect.Descriptor instead.

func (*UpdateP3UserSidsResponse) ProtoMessage

func (*UpdateP3UserSidsResponse) ProtoMessage()

func (*UpdateP3UserSidsResponse) ProtoReflect

func (x *UpdateP3UserSidsResponse) ProtoReflect() protoreflect.Message

func (*UpdateP3UserSidsResponse) Reset

func (x *UpdateP3UserSidsResponse) Reset()

func (*UpdateP3UserSidsResponse) String

func (x *UpdateP3UserSidsResponse) String() string

type UpdatePermissionGroupRequest

type UpdatePermissionGroupRequest struct {

	// Desired resulting PermissionGroup after update.
	PermissionGroup *PermissionGroup `protobuf:"bytes,1,opt,name=permission_group,json=permissionGroup,proto3" json:"permission_group,omitempty"`
	// contains filtered or unexported fields
}

The request for api.v0alpha.UpdatePermissionGroup.

func (*UpdatePermissionGroupRequest) Descriptor deprecated

func (*UpdatePermissionGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePermissionGroupRequest.ProtoReflect.Descriptor instead.

func (*UpdatePermissionGroupRequest) GetPermissionGroup

func (x *UpdatePermissionGroupRequest) GetPermissionGroup() *PermissionGroup

func (*UpdatePermissionGroupRequest) ProtoMessage

func (*UpdatePermissionGroupRequest) ProtoMessage()

func (*UpdatePermissionGroupRequest) ProtoReflect

func (*UpdatePermissionGroupRequest) Reset

func (x *UpdatePermissionGroupRequest) Reset()

func (*UpdatePermissionGroupRequest) String

type UpdatePermissionGroupResponse

type UpdatePermissionGroupResponse struct {
	// contains filtered or unexported fields
}

The response for api.v0alpha.UpdatePermissionGroup.

func (*UpdatePermissionGroupResponse) Descriptor deprecated

func (*UpdatePermissionGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePermissionGroupResponse.ProtoReflect.Descriptor instead.

func (*UpdatePermissionGroupResponse) ProtoMessage

func (*UpdatePermissionGroupResponse) ProtoMessage()

func (*UpdatePermissionGroupResponse) ProtoReflect

func (*UpdatePermissionGroupResponse) Reset

func (x *UpdatePermissionGroupResponse) Reset()

func (*UpdatePermissionGroupResponse) String

type UpdatePhonePreferencesRequest

type UpdatePhonePreferencesRequest struct {
	PhonePreferences *PhonePreferences      `protobuf:"bytes,2,opt,name=phone_preferences,json=phonePreferences,proto3" json:"phone_preferences,omitempty"` // Phone preferences object, required to update
	FieldMask        *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`                     // Field mask for update request
	// contains filtered or unexported fields
}

Request for UpdatePhonePreferences

func (*UpdatePhonePreferencesRequest) Descriptor deprecated

func (*UpdatePhonePreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePhonePreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdatePhonePreferencesRequest) GetFieldMask

func (*UpdatePhonePreferencesRequest) GetPhonePreferences

func (x *UpdatePhonePreferencesRequest) GetPhonePreferences() *PhonePreferences

func (*UpdatePhonePreferencesRequest) ProtoMessage

func (*UpdatePhonePreferencesRequest) ProtoMessage()

func (*UpdatePhonePreferencesRequest) ProtoReflect

func (*UpdatePhonePreferencesRequest) Reset

func (x *UpdatePhonePreferencesRequest) Reset()

func (*UpdatePhonePreferencesRequest) String

type UpdatePhonePreferencesResponse

type UpdatePhonePreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response for UpdatePhonePreferences

func (*UpdatePhonePreferencesResponse) Descriptor deprecated

func (*UpdatePhonePreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePhonePreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdatePhonePreferencesResponse) ProtoMessage

func (*UpdatePhonePreferencesResponse) ProtoMessage()

func (*UpdatePhonePreferencesResponse) ProtoReflect

func (*UpdatePhonePreferencesResponse) Reset

func (x *UpdatePhonePreferencesResponse) Reset()

func (*UpdatePhonePreferencesResponse) String

type UpdateQueueConfigReq

type UpdateQueueConfigReq struct {
	Config *QueueConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateQueueConfigReq) Descriptor deprecated

func (*UpdateQueueConfigReq) Descriptor() ([]byte, []int)

Deprecated: Use UpdateQueueConfigReq.ProtoReflect.Descriptor instead.

func (*UpdateQueueConfigReq) GetConfig

func (x *UpdateQueueConfigReq) GetConfig() *QueueConfig

func (*UpdateQueueConfigReq) ProtoMessage

func (*UpdateQueueConfigReq) ProtoMessage()

func (*UpdateQueueConfigReq) ProtoReflect

func (x *UpdateQueueConfigReq) ProtoReflect() protoreflect.Message

func (*UpdateQueueConfigReq) Reset

func (x *UpdateQueueConfigReq) Reset()

func (*UpdateQueueConfigReq) String

func (x *UpdateQueueConfigReq) String() string

type UpdateQueueConfigRes

type UpdateQueueConfigRes struct {
	// contains filtered or unexported fields
}

func (*UpdateQueueConfigRes) Descriptor deprecated

func (*UpdateQueueConfigRes) Descriptor() ([]byte, []int)

Deprecated: Use UpdateQueueConfigRes.ProtoReflect.Descriptor instead.

func (*UpdateQueueConfigRes) ProtoMessage

func (*UpdateQueueConfigRes) ProtoMessage()

func (*UpdateQueueConfigRes) ProtoReflect

func (x *UpdateQueueConfigRes) ProtoReflect() protoreflect.Message

func (*UpdateQueueConfigRes) Reset

func (x *UpdateQueueConfigRes) Reset()

func (*UpdateQueueConfigRes) String

func (x *UpdateQueueConfigRes) String() string

type UpdateRecordingPreferencesRequest

type UpdateRecordingPreferencesRequest struct {
	RecordingPreferences *RecordingPreferences  `protobuf:"bytes,2,opt,name=recording_preferences,json=recordingPreferences,proto3" json:"recording_preferences,omitempty"` // Recording preferences object, required to update
	FieldMask            *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`                                 // Field mask for update request
	// contains filtered or unexported fields
}

Request for UpdateRecordingPreferences

func (*UpdateRecordingPreferencesRequest) Descriptor deprecated

func (*UpdateRecordingPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRecordingPreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateRecordingPreferencesRequest) GetFieldMask

func (*UpdateRecordingPreferencesRequest) GetRecordingPreferences

func (x *UpdateRecordingPreferencesRequest) GetRecordingPreferences() *RecordingPreferences

func (*UpdateRecordingPreferencesRequest) ProtoMessage

func (*UpdateRecordingPreferencesRequest) ProtoMessage()

func (*UpdateRecordingPreferencesRequest) ProtoReflect

func (*UpdateRecordingPreferencesRequest) Reset

func (*UpdateRecordingPreferencesRequest) String

type UpdateRecordingPreferencesResponse

type UpdateRecordingPreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response for UpdateRecordingPreferences

func (*UpdateRecordingPreferencesResponse) Descriptor deprecated

func (*UpdateRecordingPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRecordingPreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateRecordingPreferencesResponse) ProtoMessage

func (*UpdateRecordingPreferencesResponse) ProtoMessage()

func (*UpdateRecordingPreferencesResponse) ProtoReflect

func (*UpdateRecordingPreferencesResponse) Reset

func (*UpdateRecordingPreferencesResponse) String

type UpdateSchedulePreferencesRequest

type UpdateSchedulePreferencesRequest struct {
	SchedulePreferences *SchedulePreferences   `protobuf:"bytes,2,opt,name=schedule_preferences,json=schedulePreferences,proto3" json:"schedule_preferences,omitempty"` // Schedule preferences object, required to update
	FieldMask           *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`                              // Field mask for update request
	// contains filtered or unexported fields
}

Request for UpdateSchedulePreferences

func (*UpdateSchedulePreferencesRequest) Descriptor deprecated

func (*UpdateSchedulePreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSchedulePreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateSchedulePreferencesRequest) GetFieldMask

func (*UpdateSchedulePreferencesRequest) GetSchedulePreferences

func (x *UpdateSchedulePreferencesRequest) GetSchedulePreferences() *SchedulePreferences

func (*UpdateSchedulePreferencesRequest) ProtoMessage

func (*UpdateSchedulePreferencesRequest) ProtoMessage()

func (*UpdateSchedulePreferencesRequest) ProtoReflect

func (*UpdateSchedulePreferencesRequest) Reset

func (*UpdateSchedulePreferencesRequest) String

type UpdateSchedulePreferencesResponse

type UpdateSchedulePreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response for UpdateSchedulePreferences

func (*UpdateSchedulePreferencesResponse) Descriptor deprecated

func (*UpdateSchedulePreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSchedulePreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateSchedulePreferencesResponse) ProtoMessage

func (*UpdateSchedulePreferencesResponse) ProtoMessage()

func (*UpdateSchedulePreferencesResponse) ProtoReflect

func (*UpdateSchedulePreferencesResponse) Reset

func (*UpdateSchedulePreferencesResponse) String

type UpdateScorecardsPreferencesRequest

type UpdateScorecardsPreferencesRequest struct {
	ScorecardsPreferences *ScorecardsPreferences `protobuf:"bytes,2,opt,name=scorecards_preferences,json=scorecardsPreferences,proto3" json:"scorecards_preferences,omitempty"` // Scorecards preferences object, required to update
	FieldMask             *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`                                     // Field mask for update request
	// contains filtered or unexported fields
}

Request for UpdateScorecardsPreferences

func (*UpdateScorecardsPreferencesRequest) Descriptor deprecated

func (*UpdateScorecardsPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateScorecardsPreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateScorecardsPreferencesRequest) GetFieldMask

func (*UpdateScorecardsPreferencesRequest) GetScorecardsPreferences

func (x *UpdateScorecardsPreferencesRequest) GetScorecardsPreferences() *ScorecardsPreferences

func (*UpdateScorecardsPreferencesRequest) ProtoMessage

func (*UpdateScorecardsPreferencesRequest) ProtoMessage()

func (*UpdateScorecardsPreferencesRequest) ProtoReflect

func (*UpdateScorecardsPreferencesRequest) Reset

func (*UpdateScorecardsPreferencesRequest) String

type UpdateScorecardsPreferencesResponse

type UpdateScorecardsPreferencesResponse struct {
	// contains filtered or unexported fields
}

Response for UpdateScorecardsPreferences

func (*UpdateScorecardsPreferencesResponse) Descriptor deprecated

func (*UpdateScorecardsPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateScorecardsPreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateScorecardsPreferencesResponse) ProtoMessage

func (*UpdateScorecardsPreferencesResponse) ProtoMessage()

func (*UpdateScorecardsPreferencesResponse) ProtoReflect

func (*UpdateScorecardsPreferencesResponse) Reset

func (*UpdateScorecardsPreferencesResponse) String

type UpdateUserDisabledRequest

type UpdateUserDisabledRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// Disables/Enables the User. true disables, false enables.
	Disable bool `protobuf:"varint,2,opt,name=disable,proto3" json:"disable,omitempty"`
	// If org_id is given, the CUSTOMER_SUPPORT permission is required.
	// Otherwise the org_id is pulled off of the token and the
	// USER_EDIT permission is required.
	OrgId string `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserDisabledRequest) Descriptor deprecated

func (*UpdateUserDisabledRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserDisabledRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserDisabledRequest) GetDisable

func (x *UpdateUserDisabledRequest) GetDisable() bool

func (*UpdateUserDisabledRequest) GetOrgId

func (x *UpdateUserDisabledRequest) GetOrgId() string

func (*UpdateUserDisabledRequest) GetUserId

func (x *UpdateUserDisabledRequest) GetUserId() string

func (*UpdateUserDisabledRequest) ProtoMessage

func (*UpdateUserDisabledRequest) ProtoMessage()

func (*UpdateUserDisabledRequest) ProtoReflect

func (*UpdateUserDisabledRequest) Reset

func (x *UpdateUserDisabledRequest) Reset()

func (*UpdateUserDisabledRequest) String

func (x *UpdateUserDisabledRequest) String() string

type UpdateUserDisabledResponse

type UpdateUserDisabledResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateUserDisabledResponse) Descriptor deprecated

func (*UpdateUserDisabledResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserDisabledResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserDisabledResponse) ProtoMessage

func (*UpdateUserDisabledResponse) ProtoMessage()

func (*UpdateUserDisabledResponse) ProtoReflect

func (*UpdateUserDisabledResponse) Reset

func (x *UpdateUserDisabledResponse) Reset()

func (*UpdateUserDisabledResponse) String

func (x *UpdateUserDisabledResponse) String() string

type UpdateUserNeoPermissionGroupsRequest

type UpdateUserNeoPermissionGroupsRequest struct {
	AssignUserId       string   `protobuf:"bytes,1,opt,name=assign_user_id,json=assignUserId,proto3" json:"assign_user_id,omitempty"`
	PermissionGroupIds []string `protobuf:"bytes,3,rep,name=permission_group_ids,json=permissionGroupIds,proto3" json:"permission_group_ids,omitempty"`
	// contains filtered or unexported fields
}

The request for api.v0alpha.UpdateUserNeoPermissionGroups.

func (*UpdateUserNeoPermissionGroupsRequest) Descriptor deprecated

func (*UpdateUserNeoPermissionGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserNeoPermissionGroupsRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserNeoPermissionGroupsRequest) GetAssignUserId

func (x *UpdateUserNeoPermissionGroupsRequest) GetAssignUserId() string

func (*UpdateUserNeoPermissionGroupsRequest) GetPermissionGroupIds

func (x *UpdateUserNeoPermissionGroupsRequest) GetPermissionGroupIds() []string

func (*UpdateUserNeoPermissionGroupsRequest) ProtoMessage

func (*UpdateUserNeoPermissionGroupsRequest) ProtoMessage()

func (*UpdateUserNeoPermissionGroupsRequest) ProtoReflect

func (*UpdateUserNeoPermissionGroupsRequest) Reset

func (*UpdateUserNeoPermissionGroupsRequest) String

type UpdateUserNeoPermissionGroupsResponse

type UpdateUserNeoPermissionGroupsResponse struct {
	// contains filtered or unexported fields
}

The response for api.v0alpha.UpdateUserNeoPermissionGroups.

func (*UpdateUserNeoPermissionGroupsResponse) Descriptor deprecated

func (*UpdateUserNeoPermissionGroupsResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserNeoPermissionGroupsResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserNeoPermissionGroupsResponse) ProtoMessage

func (*UpdateUserNeoPermissionGroupsResponse) ProtoMessage()

func (*UpdateUserNeoPermissionGroupsResponse) ProtoReflect

func (*UpdateUserNeoPermissionGroupsResponse) Reset

func (*UpdateUserNeoPermissionGroupsResponse) String

type UpdateUserPasswordRequest

type UpdateUserPasswordRequest struct {

	// If user_id is set, the password for the given user_id will
	// be updated. This requires the USER_EDIT permission.
	// This will update another user's password.
	// Otherwise the user_id will be retrieved from the token.
	// This requires the USER_EDIT_PASSWORD permission.
	// This updates your password.
	UserId          string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Password        string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	CurrentPassword string `protobuf:"bytes,3,opt,name=current_password,json=currentPassword,proto3" json:"current_password,omitempty"`
	// If org_id is set, UpdateUserPassword will require
	// the CUSTOMER_SUPPORT permission. The user_id MUST
	// be set if this field is not empty.
	OrgId string `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserPasswordRequest) Descriptor deprecated

func (*UpdateUserPasswordRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserPasswordRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserPasswordRequest) GetCurrentPassword

func (x *UpdateUserPasswordRequest) GetCurrentPassword() string

func (*UpdateUserPasswordRequest) GetOrgId

func (x *UpdateUserPasswordRequest) GetOrgId() string

func (*UpdateUserPasswordRequest) GetPassword

func (x *UpdateUserPasswordRequest) GetPassword() string

func (*UpdateUserPasswordRequest) GetUserId

func (x *UpdateUserPasswordRequest) GetUserId() string

func (*UpdateUserPasswordRequest) ProtoMessage

func (*UpdateUserPasswordRequest) ProtoMessage()

func (*UpdateUserPasswordRequest) ProtoReflect

func (*UpdateUserPasswordRequest) Reset

func (x *UpdateUserPasswordRequest) Reset()

func (*UpdateUserPasswordRequest) String

func (x *UpdateUserPasswordRequest) String() string

type UpdateUserPasswordResponse

type UpdateUserPasswordResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateUserPasswordResponse) Descriptor deprecated

func (*UpdateUserPasswordResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserPasswordResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserPasswordResponse) ProtoMessage

func (*UpdateUserPasswordResponse) ProtoMessage()

func (*UpdateUserPasswordResponse) ProtoReflect

func (*UpdateUserPasswordResponse) Reset

func (x *UpdateUserPasswordResponse) Reset()

func (*UpdateUserPasswordResponse) String

func (x *UpdateUserPasswordResponse) String() string

type UpdateUserRequest

type UpdateUserRequest struct {
	UserId         string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	FirstName      string `protobuf:"bytes,11,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName       string `protobuf:"bytes,12,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	PartnerAgentId string `protobuf:"bytes,4,opt,name=partner_agent_id,json=partnerAgentId,proto3" json:"partner_agent_id,omitempty"`
	// User TimeZone with wrapper for nullable timezone
	TimeZoneOverride *commons.TimeZoneWrapper `protobuf:"bytes,16,opt,name=time_zone_override,json=timeZoneOverride,proto3" json:"time_zone_override,omitempty"`
	LinkbackNumbers  []string                 `protobuf:"bytes,6,rep,name=linkback_numbers,json=linkbackNumbers,proto3" json:"linkback_numbers,omitempty"`
	CallerIds        []string                 `protobuf:"bytes,7,rep,name=caller_ids,json=callerIds,proto3" json:"caller_ids,omitempty"`
	UserName         string                   `protobuf:"bytes,8,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	// Default app the user starts on
	DefaultApp            commons.OperatorApplications `` /* 130-byte string literal not displayed */
	UserCallerId          string                       `protobuf:"bytes,10,opt,name=user_caller_id,json=userCallerId,proto3" json:"user_caller_id,omitempty"`
	PasswordResetRequired bool                         `` /* 128-byte string literal not displayed */
	AgentProfileGroupId   string                       `protobuf:"bytes,14,opt,name=agent_profile_group_id,json=agentProfileGroupId,proto3" json:"agent_profile_group_id,omitempty"`
	// A list of labels to assign to the user
	LabelEntities []*Label `protobuf:"bytes,18,rep,name=label_entities,json=labelEntities,proto3" json:"label_entities,omitempty"`
	// The users email
	Email string `protobuf:"bytes,17,opt,name=email,proto3" json:"email,omitempty"`
	// List of all fields being updated
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,100,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserRequest) Descriptor deprecated

func (*UpdateUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserRequest) GetAgentProfileGroupId

func (x *UpdateUserRequest) GetAgentProfileGroupId() string

func (*UpdateUserRequest) GetCallerIds

func (x *UpdateUserRequest) GetCallerIds() []string

func (*UpdateUserRequest) GetDefaultApp

func (x *UpdateUserRequest) GetDefaultApp() commons.OperatorApplications

func (*UpdateUserRequest) GetEmail

func (x *UpdateUserRequest) GetEmail() string

func (*UpdateUserRequest) GetFieldMask

func (x *UpdateUserRequest) GetFieldMask() *fieldmaskpb.FieldMask

func (*UpdateUserRequest) GetFirstName

func (x *UpdateUserRequest) GetFirstName() string

func (*UpdateUserRequest) GetLabelEntities

func (x *UpdateUserRequest) GetLabelEntities() []*Label

func (*UpdateUserRequest) GetLastName

func (x *UpdateUserRequest) GetLastName() string

func (*UpdateUserRequest) GetLinkbackNumbers

func (x *UpdateUserRequest) GetLinkbackNumbers() []string

func (*UpdateUserRequest) GetPartnerAgentId

func (x *UpdateUserRequest) GetPartnerAgentId() string

func (*UpdateUserRequest) GetPasswordResetRequired

func (x *UpdateUserRequest) GetPasswordResetRequired() bool

func (*UpdateUserRequest) GetTimeZoneOverride

func (x *UpdateUserRequest) GetTimeZoneOverride() *commons.TimeZoneWrapper

func (*UpdateUserRequest) GetUserCallerId

func (x *UpdateUserRequest) GetUserCallerId() string

func (*UpdateUserRequest) GetUserId

func (x *UpdateUserRequest) GetUserId() string

func (*UpdateUserRequest) GetUserName

func (x *UpdateUserRequest) GetUserName() string

func (*UpdateUserRequest) ProtoMessage

func (*UpdateUserRequest) ProtoMessage()

func (*UpdateUserRequest) ProtoReflect

func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message

func (*UpdateUserRequest) Reset

func (x *UpdateUserRequest) Reset()

func (*UpdateUserRequest) String

func (x *UpdateUserRequest) String() string

type UpdateUserResponse

type UpdateUserResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateUserResponse) Descriptor deprecated

func (*UpdateUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserResponse) ProtoMessage

func (*UpdateUserResponse) ProtoMessage()

func (*UpdateUserResponse) ProtoReflect

func (x *UpdateUserResponse) ProtoReflect() protoreflect.Message

func (*UpdateUserResponse) Reset

func (x *UpdateUserResponse) Reset()

func (*UpdateUserResponse) String

func (x *UpdateUserResponse) String() string

type UpdateUserSubscriptionRequest

type UpdateUserSubscriptionRequest struct {

	// Required.
	// Must have org id, user id, and subscription id.
	Subscription *UserSubscription `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"`
	// Required. Only fields in field mask will be updated.
	// Valid fields include: "filters", "room303"
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

Request for updating a user subscription.

func (*UpdateUserSubscriptionRequest) Descriptor deprecated

func (*UpdateUserSubscriptionRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserSubscriptionRequest) GetFieldMask

func (*UpdateUserSubscriptionRequest) GetSubscription

func (x *UpdateUserSubscriptionRequest) GetSubscription() *UserSubscription

func (*UpdateUserSubscriptionRequest) ProtoMessage

func (*UpdateUserSubscriptionRequest) ProtoMessage()

func (*UpdateUserSubscriptionRequest) ProtoReflect

func (*UpdateUserSubscriptionRequest) Reset

func (x *UpdateUserSubscriptionRequest) Reset()

func (*UpdateUserSubscriptionRequest) String

type UpdateUserSubscriptionResponse

type UpdateUserSubscriptionResponse struct {
	Subscription *UserSubscription `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"`
	// contains filtered or unexported fields
}

Response for updating a user subscription. Contains a single user subscription.

func (*UpdateUserSubscriptionResponse) Descriptor deprecated

func (*UpdateUserSubscriptionResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserSubscriptionResponse) GetSubscription

func (x *UpdateUserSubscriptionResponse) GetSubscription() *UserSubscription

func (*UpdateUserSubscriptionResponse) ProtoMessage

func (*UpdateUserSubscriptionResponse) ProtoMessage()

func (*UpdateUserSubscriptionResponse) ProtoReflect

func (*UpdateUserSubscriptionResponse) Reset

func (x *UpdateUserSubscriptionResponse) Reset()

func (*UpdateUserSubscriptionResponse) String

type UpdateVoiceAnalyticsPreferencesRequest

type UpdateVoiceAnalyticsPreferencesRequest struct {
	VoiceAnalyticsPreferences *VoiceAnalyticsPreferences `` // Voice analytics preferences object, required to update
	/* 138-byte string literal not displayed */
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // Field mask for update request
	// contains filtered or unexported fields
}

Request for UpdateVoiceAnalyticsPreferences

func (*UpdateVoiceAnalyticsPreferencesRequest) Descriptor deprecated

func (*UpdateVoiceAnalyticsPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateVoiceAnalyticsPreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateVoiceAnalyticsPreferencesRequest) GetFieldMask

func (*UpdateVoiceAnalyticsPreferencesRequest) GetVoiceAnalyticsPreferences

func (x *UpdateVoiceAnalyticsPreferencesRequest) GetVoiceAnalyticsPreferences() *VoiceAnalyticsPreferences

func (*UpdateVoiceAnalyticsPreferencesRequest) ProtoMessage

func (*UpdateVoiceAnalyticsPreferencesRequest) ProtoReflect

func (*UpdateVoiceAnalyticsPreferencesRequest) Reset

func (*UpdateVoiceAnalyticsPreferencesRequest) String

type UpdateVoiceAnalyticsPreferencesResponse

type UpdateVoiceAnalyticsPreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response for UpdateVoiceAnalyticsPreferences

func (*UpdateVoiceAnalyticsPreferencesResponse) Descriptor deprecated

func (*UpdateVoiceAnalyticsPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateVoiceAnalyticsPreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateVoiceAnalyticsPreferencesResponse) ProtoMessage

func (*UpdateVoiceAnalyticsPreferencesResponse) ProtoReflect

func (*UpdateVoiceAnalyticsPreferencesResponse) Reset

func (*UpdateVoiceAnalyticsPreferencesResponse) String

type UpdateWebLinkTemplateRequest

type UpdateWebLinkTemplateRequest struct {
	WebLinkTemplate *WebLinkTemplate `protobuf:"bytes,1,opt,name=web_link_template,json=webLinkTemplate,proto3" json:"web_link_template,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWebLinkTemplateRequest) Descriptor deprecated

func (*UpdateWebLinkTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWebLinkTemplateRequest.ProtoReflect.Descriptor instead.

func (*UpdateWebLinkTemplateRequest) GetWebLinkTemplate

func (x *UpdateWebLinkTemplateRequest) GetWebLinkTemplate() *WebLinkTemplate

func (*UpdateWebLinkTemplateRequest) ProtoMessage

func (*UpdateWebLinkTemplateRequest) ProtoMessage()

func (*UpdateWebLinkTemplateRequest) ProtoReflect

func (*UpdateWebLinkTemplateRequest) Reset

func (x *UpdateWebLinkTemplateRequest) Reset()

func (*UpdateWebLinkTemplateRequest) String

type UpdateWebLinkTemplateResponse

type UpdateWebLinkTemplateResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateWebLinkTemplateResponse) Descriptor deprecated

func (*UpdateWebLinkTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWebLinkTemplateResponse.ProtoReflect.Descriptor instead.

func (*UpdateWebLinkTemplateResponse) ProtoMessage

func (*UpdateWebLinkTemplateResponse) ProtoMessage()

func (*UpdateWebLinkTemplateResponse) ProtoReflect

func (*UpdateWebLinkTemplateResponse) Reset

func (x *UpdateWebLinkTemplateResponse) Reset()

func (*UpdateWebLinkTemplateResponse) String

type UpdateWebhookPreferencesRequest

type UpdateWebhookPreferencesRequest struct {
	WebhookPreferences *WebhookPreferences    `protobuf:"bytes,2,opt,name=webhook_preferences,json=webhookPreferences,proto3" json:"webhook_preferences,omitempty"` // Authentication preferences object, required to update
	FieldMask          *fieldmaskpb.FieldMask `protobuf:"bytes,10,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`                           // Field mask for update request
	// contains filtered or unexported fields
}

Request for UpdateWebhookPreferences

func (*UpdateWebhookPreferencesRequest) Descriptor deprecated

func (*UpdateWebhookPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWebhookPreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateWebhookPreferencesRequest) GetFieldMask

func (*UpdateWebhookPreferencesRequest) GetWebhookPreferences

func (x *UpdateWebhookPreferencesRequest) GetWebhookPreferences() *WebhookPreferences

func (*UpdateWebhookPreferencesRequest) ProtoMessage

func (*UpdateWebhookPreferencesRequest) ProtoMessage()

func (*UpdateWebhookPreferencesRequest) ProtoReflect

func (*UpdateWebhookPreferencesRequest) Reset

func (*UpdateWebhookPreferencesRequest) String

type UpdateWebhookPreferencesResponse

type UpdateWebhookPreferencesResponse struct {
	// contains filtered or unexported fields
}

Empty response for UpdateWebhookPreferences

func (*UpdateWebhookPreferencesResponse) Descriptor deprecated

func (*UpdateWebhookPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWebhookPreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateWebhookPreferencesResponse) ProtoMessage

func (*UpdateWebhookPreferencesResponse) ProtoMessage()

func (*UpdateWebhookPreferencesResponse) ProtoReflect

func (*UpdateWebhookPreferencesResponse) Reset

func (*UpdateWebhookPreferencesResponse) String

type User

type User struct {
	UserId         string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrgId          string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	RegionId       string `protobuf:"bytes,3,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty"` // deprecated
	PartnerAgentId string `protobuf:"bytes,4,opt,name=partner_agent_id,json=partnerAgentId,proto3" json:"partner_agent_id,omitempty"`
	// legacy keys
	LoginSid              int64                  `protobuf:"varint,10,opt,name=login_sid,json=loginSid,proto3" json:"login_sid,omitempty"` // deprecated
	AgentSid              int64                  `protobuf:"varint,14,opt,name=agent_sid,json=agentSid,proto3" json:"agent_sid,omitempty"` // deprecated
	Regions               []string               `protobuf:"bytes,103,rep,name=regions,proto3" json:"regions,omitempty"`
	Email                 string                 `protobuf:"bytes,104,opt,name=email,proto3" json:"email,omitempty"`
	CallerIds             []string               `protobuf:"bytes,115,rep,name=caller_ids,json=callerIds,proto3" json:"caller_ids,omitempty"`
	LinkbackNumbers       []string               `protobuf:"bytes,116,rep,name=linkback_numbers,json=linkbackNumbers,proto3" json:"linkback_numbers,omitempty"`
	UserName              string                 `protobuf:"bytes,120,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` // string default_app = 126;
	FirstName             string                 `protobuf:"bytes,127,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName              string                 `protobuf:"bytes,128,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	Created               *timestamppb.Timestamp `protobuf:"bytes,163,opt,name=created,proto3" json:"created,omitempty"`
	LastUpdated           *timestamppb.Timestamp `protobuf:"bytes,164,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
	PasswordResetRequired bool                   `` /* 129-byte string literal not displayed */
	// connection id is the id of the auth connection that the
	// user is coming from if it is a delgated user. If the user
	// is not delgated this will be nil.
	ConnectionId *wrapperspb.StringValue `protobuf:"bytes,166,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	// User TimeZone with wrapper for nullable timezone
	TimeZoneOverride *commons.TimeZoneWrapper `protobuf:"bytes,167,opt,name=time_zone_override,json=timeZoneOverride,proto3" json:"time_zone_override,omitempty"`
	// A list of labels assigned to the user
	LabelEntities []*Label `protobuf:"bytes,171,rep,name=label_entities,json=labelEntities,proto3" json:"label_entities,omitempty"`
	// contains filtered or unexported fields
}

user_id or login_sid and region_id must be specified

func (*User) Descriptor deprecated

func (*User) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetAgentSid

func (x *User) GetAgentSid() int64

func (*User) GetCallerIds

func (x *User) GetCallerIds() []string

func (*User) GetConnectionId

func (x *User) GetConnectionId() *wrapperspb.StringValue

func (*User) GetCreated

func (x *User) GetCreated() *timestamppb.Timestamp

func (*User) GetEmail

func (x *User) GetEmail() string

func (*User) GetFirstName

func (x *User) GetFirstName() string

func (*User) GetLabelEntities

func (x *User) GetLabelEntities() []*Label

func (*User) GetLastName

func (x *User) GetLastName() string

func (*User) GetLastUpdated

func (x *User) GetLastUpdated() *timestamppb.Timestamp

func (*User) GetLinkbackNumbers

func (x *User) GetLinkbackNumbers() []string

func (*User) GetLoginSid

func (x *User) GetLoginSid() int64

func (*User) GetOrgId

func (x *User) GetOrgId() string

func (*User) GetPartnerAgentId

func (x *User) GetPartnerAgentId() string

func (*User) GetPasswordResetRequired

func (x *User) GetPasswordResetRequired() bool

func (*User) GetRegionId

func (x *User) GetRegionId() string

func (*User) GetRegions

func (x *User) GetRegions() []string

func (*User) GetTimeZoneOverride

func (x *User) GetTimeZoneOverride() *commons.TimeZoneWrapper

func (*User) GetUserId

func (x *User) GetUserId() string

func (*User) GetUserName

func (x *User) GetUserName() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

type UserDescription

type UserDescription struct {

	// basic info
	UserId           string             `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrgId            string             `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserName         string             `protobuf:"bytes,4,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	LoginDisabled    bool               `protobuf:"varint,8,opt,name=login_disabled,json=loginDisabled,proto3" json:"login_disabled,omitempty"`
	AccountOwner     bool               `protobuf:"varint,9,opt,name=account_owner,json=accountOwner,proto3" json:"account_owner,omitempty"`
	OrgName          string             `protobuf:"bytes,13,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`
	OrgBillingId     string             `protobuf:"bytes,16,opt,name=org_billing_id,json=orgBillingId,proto3" json:"org_billing_id,omitempty"`
	LinkbackNumbers  []string           `protobuf:"bytes,18,rep,name=linkback_numbers,json=linkbackNumbers,proto3" json:"linkback_numbers,omitempty"`
	CallerIds        []string           `protobuf:"bytes,19,rep,name=caller_ids,json=callerIds,proto3" json:"caller_ids,omitempty"`
	LoginSid         int64              `protobuf:"varint,20,opt,name=login_sid,json=loginSid,proto3" json:"login_sid,omitempty"`
	PermissionGroups []*PermissionGroup `protobuf:"bytes,21,rep,name=permission_groups,json=permissionGroups,proto3" json:"permission_groups,omitempty"`
	AgentSid         int64              `protobuf:"varint,22,opt,name=agent_sid,json=agentSid,proto3" json:"agent_sid,omitempty"`
	// Agent profile group details.
	AgentProfileGroupId   string `protobuf:"bytes,23,opt,name=agent_profile_group_id,json=agentProfileGroupId,proto3" json:"agent_profile_group_id,omitempty"` // profile group id
	AgentProfileGroupName string ``                                                                                                                            // profile group name
	/* 129-byte string literal not displayed */
	// p3 permissions
	P3PermissionGroupId   string                 `protobuf:"bytes,100,opt,name=p3_permission_group_id,json=p3PermissionGroupId,proto3" json:"p3_permission_group_id,omitempty"`
	P3PermissionGroupName string                 `` /* 130-byte string literal not displayed */
	FirstName             string                 `protobuf:"bytes,102,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName              string                 `protobuf:"bytes,103,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	StrikeCount           int32                  `protobuf:"varint,110,opt,name=strike_count,json=strikeCount,proto3" json:"strike_count,omitempty"`
	Created               *timestamppb.Timestamp `protobuf:"bytes,163,opt,name=created,proto3" json:"created,omitempty"`
	LastUpdated           *timestamppb.Timestamp `protobuf:"bytes,164,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
	// A list of labels assigned to the user
	LabelEntities []*Label `protobuf:"bytes,171,rep,name=label_entities,json=labelEntities,proto3" json:"label_entities,omitempty"`
	// Boolean for whether or not the user is a delegated login authenticated through a third party provider.
	// Delegated login users are from connected login managements like Azure or Okta
	Delegated bool `protobuf:"varint,166,opt,name=delegated,proto3" json:"delegated,omitempty"`
	// User TimeZone with wrapper for nullable timezone
	TimeZoneOverride *commons.TimeZoneWrapper `protobuf:"bytes,167,opt,name=time_zone_override,json=timeZoneOverride,proto3" json:"time_zone_override,omitempty"`
	// The email of the user. empty if none set
	Email string `protobuf:"bytes,168,opt,name=email,proto3" json:"email,omitempty"`
	// Details of the agent-assigned hunt group.
	HuntGroupSid  int64  `protobuf:"varint,169,opt,name=hunt_group_sid,json=huntGroupSid,proto3" json:"hunt_group_sid,omitempty"`   // hunt group sid
	HuntGroupName string `protobuf:"bytes,170,opt,name=hunt_group_name,json=huntGroupName,proto3" json:"hunt_group_name,omitempty"` // hunt group name
	// Trusts assigned to the user.
	Trusts []*org.Trust `protobuf:"bytes,200,rep,name=trusts,proto3" json:"trusts,omitempty"`
	// contains filtered or unexported fields
}

func (*UserDescription) Descriptor deprecated

func (*UserDescription) Descriptor() ([]byte, []int)

Deprecated: Use UserDescription.ProtoReflect.Descriptor instead.

func (*UserDescription) GetAccountOwner

func (x *UserDescription) GetAccountOwner() bool

func (*UserDescription) GetAgentProfileGroupId

func (x *UserDescription) GetAgentProfileGroupId() string

func (*UserDescription) GetAgentProfileGroupName

func (x *UserDescription) GetAgentProfileGroupName() string

func (*UserDescription) GetAgentSid

func (x *UserDescription) GetAgentSid() int64

func (*UserDescription) GetCallerIds

func (x *UserDescription) GetCallerIds() []string

func (*UserDescription) GetCreated

func (x *UserDescription) GetCreated() *timestamppb.Timestamp

func (*UserDescription) GetDelegated

func (x *UserDescription) GetDelegated() bool

func (*UserDescription) GetEmail

func (x *UserDescription) GetEmail() string

func (*UserDescription) GetFirstName

func (x *UserDescription) GetFirstName() string

func (*UserDescription) GetHuntGroupName

func (x *UserDescription) GetHuntGroupName() string

func (*UserDescription) GetHuntGroupSid

func (x *UserDescription) GetHuntGroupSid() int64

func (*UserDescription) GetLabelEntities

func (x *UserDescription) GetLabelEntities() []*Label

func (*UserDescription) GetLastName

func (x *UserDescription) GetLastName() string

func (*UserDescription) GetLastUpdated

func (x *UserDescription) GetLastUpdated() *timestamppb.Timestamp

func (*UserDescription) GetLinkbackNumbers

func (x *UserDescription) GetLinkbackNumbers() []string

func (*UserDescription) GetLoginDisabled

func (x *UserDescription) GetLoginDisabled() bool

func (*UserDescription) GetLoginSid

func (x *UserDescription) GetLoginSid() int64

func (*UserDescription) GetOrgBillingId

func (x *UserDescription) GetOrgBillingId() string

func (*UserDescription) GetOrgId

func (x *UserDescription) GetOrgId() string

func (*UserDescription) GetOrgName

func (x *UserDescription) GetOrgName() string

func (*UserDescription) GetP3PermissionGroupId

func (x *UserDescription) GetP3PermissionGroupId() string

func (*UserDescription) GetP3PermissionGroupName

func (x *UserDescription) GetP3PermissionGroupName() string

func (*UserDescription) GetPermissionGroups

func (x *UserDescription) GetPermissionGroups() []*PermissionGroup

func (*UserDescription) GetStrikeCount

func (x *UserDescription) GetStrikeCount() int32

func (*UserDescription) GetTimeZoneOverride

func (x *UserDescription) GetTimeZoneOverride() *commons.TimeZoneWrapper

func (*UserDescription) GetTrusts

func (x *UserDescription) GetTrusts() []*org.Trust

func (*UserDescription) GetUserId

func (x *UserDescription) GetUserId() string

func (*UserDescription) GetUserName

func (x *UserDescription) GetUserName() string

func (*UserDescription) ProtoMessage

func (*UserDescription) ProtoMessage()

func (*UserDescription) ProtoReflect

func (x *UserDescription) ProtoReflect() protoreflect.Message

func (*UserDescription) Reset

func (x *UserDescription) Reset()

func (*UserDescription) String

func (x *UserDescription) String() string

type UserDetails

type UserDetails struct {
	UserId           string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserName         string `protobuf:"bytes,2,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	OrganizationName string `protobuf:"bytes,3,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"`
	LocationName     string `protobuf:"bytes,5,opt,name=location_name,json=locationName,proto3" json:"location_name,omitempty"`
	// Legacy P3 permission group
	P3PermissionGroup string `protobuf:"bytes,6,opt,name=p3_permission_group,json=p3PermissionGroup,proto3" json:"p3_permission_group,omitempty"`
	// List of permission groups for this user.
	PermissionGroups []*PermissionGroup `protobuf:"bytes,7,rep,name=permission_groups,json=permissionGroups,proto3" json:"permission_groups,omitempty"`
	DefaultRegion    string             `protobuf:"bytes,8,opt,name=default_region,json=defaultRegion,proto3" json:"default_region,omitempty"`
	AllowedRegions   []string           `protobuf:"bytes,9,rep,name=allowed_regions,json=allowedRegions,proto3" json:"allowed_regions,omitempty"`
	Disabled         bool               `protobuf:"varint,10,opt,name=disabled,proto3" json:"disabled,omitempty"`
	PartnerAgentId   string             `protobuf:"bytes,11,opt,name=partner_agent_id,json=partnerAgentId,proto3" json:"partner_agent_id,omitempty"`
	AgentSid         int64              `protobuf:"varint,12,opt,name=agent_sid,json=agentSid,proto3" json:"agent_sid,omitempty"`
	OrgId            string             `protobuf:"bytes,13,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	LinkbackNumbers  []string           `protobuf:"bytes,16,rep,name=linkback_numbers,json=linkbackNumbers,proto3" json:"linkback_numbers,omitempty"`
	CallerIds        []string           `protobuf:"bytes,17,rep,name=caller_ids,json=callerIds,proto3" json:"caller_ids,omitempty"`
	LoginSid         int64              `protobuf:"varint,18,opt,name=login_sid,json=loginSid,proto3" json:"login_sid,omitempty"`
	// Default app the user starts on
	DefaultApp            commons.OperatorApplications `` /* 131-byte string literal not displayed */
	UserCallerId          string                       `protobuf:"bytes,20,opt,name=user_caller_id,json=userCallerId,proto3" json:"user_caller_id,omitempty"`
	HuntGroupSid          int64                        `protobuf:"varint,21,opt,name=hunt_group_sid,json=huntGroupSid,proto3" json:"hunt_group_sid,omitempty"`
	HuntGroupName         string                       `protobuf:"bytes,22,opt,name=hunt_group_name,json=huntGroupName,proto3" json:"hunt_group_name,omitempty"`
	Skills                []*Skill                     `protobuf:"bytes,23,rep,name=skills,proto3" json:"skills,omitempty"`
	FirstName             string                       `protobuf:"bytes,24,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName              string                       `protobuf:"bytes,25,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	Created               *timestamppb.Timestamp       `protobuf:"bytes,26,opt,name=created,proto3" json:"created,omitempty"`
	LastUpdated           *timestamppb.Timestamp       `protobuf:"bytes,27,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
	PasswordResetRequired bool                         `` /* 128-byte string literal not displayed */
	AgentProfileGroupId   string                       `protobuf:"bytes,29,opt,name=agent_profile_group_id,json=agentProfileGroupId,proto3" json:"agent_profile_group_id,omitempty"`
	// A list of labels assigned to the user
	LabelEntities []*Label `protobuf:"bytes,35,rep,name=label_entities,json=labelEntities,proto3" json:"label_entities,omitempty"`
	// Boolean for whether or not the user is a delegated login authenticated through a third party provider.
	// Delegated login users are from connected login managements like Azure or Okta
	Delegated bool `protobuf:"varint,31,opt,name=delegated,proto3" json:"delegated,omitempty"`
	// User TimeZone with wrapper for nullable timezone
	TimeZoneOverride *commons.TimeZoneWrapper `protobuf:"bytes,32,opt,name=time_zone_override,json=timeZoneOverride,proto3" json:"time_zone_override,omitempty"`
	// email of the user. empty if none set
	Email string `protobuf:"bytes,34,opt,name=email,proto3" json:"email,omitempty"`
	// Trusts assigned to the user.
	Trusts []*org.Trust `protobuf:"bytes,200,rep,name=trusts,proto3" json:"trusts,omitempty"`
	// contains filtered or unexported fields
}

func (*UserDetails) Descriptor deprecated

func (*UserDetails) Descriptor() ([]byte, []int)

Deprecated: Use UserDetails.ProtoReflect.Descriptor instead.

func (*UserDetails) GetAgentProfileGroupId

func (x *UserDetails) GetAgentProfileGroupId() string

func (*UserDetails) GetAgentSid

func (x *UserDetails) GetAgentSid() int64

func (*UserDetails) GetAllowedRegions

func (x *UserDetails) GetAllowedRegions() []string

func (*UserDetails) GetCallerIds

func (x *UserDetails) GetCallerIds() []string

func (*UserDetails) GetCreated

func (x *UserDetails) GetCreated() *timestamppb.Timestamp

func (*UserDetails) GetDefaultApp

func (x *UserDetails) GetDefaultApp() commons.OperatorApplications

func (*UserDetails) GetDefaultRegion

func (x *UserDetails) GetDefaultRegion() string

func (*UserDetails) GetDelegated

func (x *UserDetails) GetDelegated() bool

func (*UserDetails) GetDisabled

func (x *UserDetails) GetDisabled() bool

func (*UserDetails) GetEmail

func (x *UserDetails) GetEmail() string

func (*UserDetails) GetFirstName

func (x *UserDetails) GetFirstName() string

func (*UserDetails) GetHuntGroupName

func (x *UserDetails) GetHuntGroupName() string

func (*UserDetails) GetHuntGroupSid

func (x *UserDetails) GetHuntGroupSid() int64

func (*UserDetails) GetLabelEntities

func (x *UserDetails) GetLabelEntities() []*Label

func (*UserDetails) GetLastName

func (x *UserDetails) GetLastName() string

func (*UserDetails) GetLastUpdated

func (x *UserDetails) GetLastUpdated() *timestamppb.Timestamp

func (*UserDetails) GetLinkbackNumbers

func (x *UserDetails) GetLinkbackNumbers() []string

func (*UserDetails) GetLocationName

func (x *UserDetails) GetLocationName() string

func (*UserDetails) GetLoginSid

func (x *UserDetails) GetLoginSid() int64

func (*UserDetails) GetOrgId

func (x *UserDetails) GetOrgId() string

func (*UserDetails) GetOrganizationName

func (x *UserDetails) GetOrganizationName() string

func (*UserDetails) GetP3PermissionGroup

func (x *UserDetails) GetP3PermissionGroup() string

func (*UserDetails) GetPartnerAgentId

func (x *UserDetails) GetPartnerAgentId() string

func (*UserDetails) GetPasswordResetRequired

func (x *UserDetails) GetPasswordResetRequired() bool

func (*UserDetails) GetPermissionGroups

func (x *UserDetails) GetPermissionGroups() []*PermissionGroup

func (*UserDetails) GetSkills

func (x *UserDetails) GetSkills() []*Skill

func (*UserDetails) GetTimeZoneOverride

func (x *UserDetails) GetTimeZoneOverride() *commons.TimeZoneWrapper

func (*UserDetails) GetTrusts

func (x *UserDetails) GetTrusts() []*org.Trust

func (*UserDetails) GetUserCallerId

func (x *UserDetails) GetUserCallerId() string

func (*UserDetails) GetUserId

func (x *UserDetails) GetUserId() string

func (*UserDetails) GetUserName

func (x *UserDetails) GetUserName() string

func (*UserDetails) ProtoMessage

func (*UserDetails) ProtoMessage()

func (*UserDetails) ProtoReflect

func (x *UserDetails) ProtoReflect() protoreflect.Message

func (*UserDetails) Reset

func (x *UserDetails) Reset()

func (*UserDetails) String

func (x *UserDetails) String() string

type UserDirectoryEntry

type UserDirectoryEntry struct {
	UserId    string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	FullName  string `protobuf:"bytes,2,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"`
	UserName  string `protobuf:"bytes,3,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	FirstName string `protobuf:"bytes,4,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName  string `protobuf:"bytes,5,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UserDirectoryEntry) Descriptor deprecated

func (*UserDirectoryEntry) Descriptor() ([]byte, []int)

Deprecated: Use UserDirectoryEntry.ProtoReflect.Descriptor instead.

func (*UserDirectoryEntry) GetFirstName

func (x *UserDirectoryEntry) GetFirstName() string

func (*UserDirectoryEntry) GetFullName

func (x *UserDirectoryEntry) GetFullName() string

func (*UserDirectoryEntry) GetLastName

func (x *UserDirectoryEntry) GetLastName() string

func (*UserDirectoryEntry) GetUserId

func (x *UserDirectoryEntry) GetUserId() string

func (*UserDirectoryEntry) GetUserName

func (x *UserDirectoryEntry) GetUserName() string

func (*UserDirectoryEntry) ProtoMessage

func (*UserDirectoryEntry) ProtoMessage()

func (*UserDirectoryEntry) ProtoReflect

func (x *UserDirectoryEntry) ProtoReflect() protoreflect.Message

func (*UserDirectoryEntry) Reset

func (x *UserDirectoryEntry) Reset()

func (*UserDirectoryEntry) String

func (x *UserDirectoryEntry) String() string

type UserSubscription

type UserSubscription struct {

	// Required.
	// The unique id given to the setting. Used for updating and deleting.
	SubscriptionId string `protobuf:"bytes,1,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,omitempty"`
	// Required.
	//
	// Used by matrix-notify.
	// It receives an event on an event type and
	// uses it to look up the targets for that event type.
	// e.g. api.commons.audit.EventType_DUMMY_APPLICAION_DID_SOMETHING
	EventType audit.EventType `protobuf:"varint,2,opt,name=event_type,json=eventType,proto3,enum=api.commons.audit.EventType" json:"event_type,omitempty"`
	// Required.
	UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// Required.
	//
	// Types that are assignable to DeliverMethod:
	//
	//	*UserSubscription_Room303_
	DeliverMethod isUserSubscription_DeliverMethod `protobuf_oneof:"deliver_method"`
	// Optional. Updates must specify current version or be rejected.
	Version int64 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
	// Optional.
	// If set, user only notified for events that match ALL filters.
	Filters []*commons.FieldValueFilter `protobuf:"bytes,4,rep,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

UserSubscription contains the info to send a notification to a user. It contains a user, the event type, a delivery method, and custom app settings.

func (*UserSubscription) Descriptor deprecated

func (*UserSubscription) Descriptor() ([]byte, []int)

Deprecated: Use UserSubscription.ProtoReflect.Descriptor instead.

func (*UserSubscription) GetDeliverMethod

func (m *UserSubscription) GetDeliverMethod() isUserSubscription_DeliverMethod

func (*UserSubscription) GetEventType

func (x *UserSubscription) GetEventType() audit.EventType

func (*UserSubscription) GetFilters

func (x *UserSubscription) GetFilters() []*commons.FieldValueFilter

func (*UserSubscription) GetRoom303

func (x *UserSubscription) GetRoom303() *UserSubscription_Room303

func (*UserSubscription) GetSubscriptionId

func (x *UserSubscription) GetSubscriptionId() string

func (*UserSubscription) GetUserId

func (x *UserSubscription) GetUserId() string

func (*UserSubscription) GetVersion

func (x *UserSubscription) GetVersion() int64

func (*UserSubscription) ProtoMessage

func (*UserSubscription) ProtoMessage()

func (*UserSubscription) ProtoReflect

func (x *UserSubscription) ProtoReflect() protoreflect.Message

func (*UserSubscription) Reset

func (x *UserSubscription) Reset()

func (*UserSubscription) String

func (x *UserSubscription) String() string

type UserSubscription_Room303

type UserSubscription_Room303 struct {

	// Optional.
	// If set, user will be notified in the room specificed.
	// If not set the message will be sent in the default
	// system room.
	RoomName string `protobuf:"bytes,1,opt,name=room_name,json=roomName,proto3" json:"room_name,omitempty"`
	// contains filtered or unexported fields
}

-------------------- Deliver Methods --------------------

func (*UserSubscription_Room303) Descriptor deprecated

func (*UserSubscription_Room303) Descriptor() ([]byte, []int)

Deprecated: Use UserSubscription_Room303.ProtoReflect.Descriptor instead.

func (*UserSubscription_Room303) GetRoomName

func (x *UserSubscription_Room303) GetRoomName() string

func (*UserSubscription_Room303) ProtoMessage

func (*UserSubscription_Room303) ProtoMessage()

func (*UserSubscription_Room303) ProtoReflect

func (x *UserSubscription_Room303) ProtoReflect() protoreflect.Message

func (*UserSubscription_Room303) Reset

func (x *UserSubscription_Room303) Reset()

func (*UserSubscription_Room303) String

func (x *UserSubscription_Room303) String() string

type UserSubscription_Room303_

type UserSubscription_Room303_ struct {
	Room303 *UserSubscription_Room303 `protobuf:"bytes,100,opt,name=room303,proto3,oneof"` // TODO: add email, sms, etc.
}

type VoiceAnalytics

type VoiceAnalytics struct {
	// contains filtered or unexported fields
}

Namespace for voice analytics messages.

func (*VoiceAnalytics) Descriptor deprecated

func (*VoiceAnalytics) Descriptor() ([]byte, []int)

Deprecated: Use VoiceAnalytics.ProtoReflect.Descriptor instead.

func (*VoiceAnalytics) ProtoMessage

func (*VoiceAnalytics) ProtoMessage()

func (*VoiceAnalytics) ProtoReflect

func (x *VoiceAnalytics) ProtoReflect() protoreflect.Message

func (*VoiceAnalytics) Reset

func (x *VoiceAnalytics) Reset()

func (*VoiceAnalytics) String

func (x *VoiceAnalytics) String() string

type VoiceAnalyticsPreferences

type VoiceAnalyticsPreferences struct {

	// Optional. When enabled call recordings will be transcribed and archived by
	// localmixer in voice analytics.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// Optional. List of redactions to be performed, when voice analytics is
	// enabled, on each call recording and transcript.
	Redact []*VoiceAnalytics_Redact `protobuf:"bytes,2,rep,name=redact,proto3" json:"redact,omitempty"`
	// Optional. Flagging transcript notification preferences.
	Notify *VoiceAnalytics_Notify `protobuf:"bytes,3,opt,name=notify,proto3" json:"notify,omitempty"`
	// Optional. Billing report notification preferences.
	BillingNotify *VoiceAnalytics_Notify `protobuf:"bytes,4,opt,name=billing_notify,json=billingNotify,proto3" json:"billing_notify,omitempty"`
	// Optional. Number format for transcript dispositions.
	NumberFormat string `protobuf:"bytes,5,opt,name=number_format,json=numberFormat,proto3" json:"number_format,omitempty"`
	// Optional. Will eventually be deprecated. When voice analytics is enabled
	// and this is true all cardinal numbers in each call recording and transcript
	// will be redacted.
	RedactAllDigits bool `protobuf:"varint,10,opt,name=redact_all_digits,json=redactAllDigits,proto3" json:"redact_all_digits,omitempty"`
	// Required. Minimum milliseconds of silence to occur before considered to
	// be silence by voice analytics.
	SilenceThreshold uint32 `protobuf:"varint,100,opt,name=silence_threshold,json=silenceThreshold,proto3" json:"silence_threshold,omitempty"`
	// Required. Minimum milliseconds of talk over to occur before considered to
	// be talk over by voice analytics.
	TalkOverThreshold uint32 `protobuf:"varint,200,opt,name=talk_over_threshold,json=talkOverThreshold,proto3" json:"talk_over_threshold,omitempty"`
	// contains filtered or unexported fields
}

Preferences for voice analytics. Primarily consumed and interpreted by localmixer when mixing and transcribing call recordings.

func (*VoiceAnalyticsPreferences) Descriptor deprecated

func (*VoiceAnalyticsPreferences) Descriptor() ([]byte, []int)

Deprecated: Use VoiceAnalyticsPreferences.ProtoReflect.Descriptor instead.

func (*VoiceAnalyticsPreferences) GetBillingNotify

func (x *VoiceAnalyticsPreferences) GetBillingNotify() *VoiceAnalytics_Notify

func (*VoiceAnalyticsPreferences) GetEnabled

func (x *VoiceAnalyticsPreferences) GetEnabled() bool

func (*VoiceAnalyticsPreferences) GetNotify

func (*VoiceAnalyticsPreferences) GetNumberFormat

func (x *VoiceAnalyticsPreferences) GetNumberFormat() string

func (*VoiceAnalyticsPreferences) GetRedact

func (*VoiceAnalyticsPreferences) GetRedactAllDigits

func (x *VoiceAnalyticsPreferences) GetRedactAllDigits() bool

func (*VoiceAnalyticsPreferences) GetSilenceThreshold

func (x *VoiceAnalyticsPreferences) GetSilenceThreshold() uint32

func (*VoiceAnalyticsPreferences) GetTalkOverThreshold

func (x *VoiceAnalyticsPreferences) GetTalkOverThreshold() uint32

func (*VoiceAnalyticsPreferences) ProtoMessage

func (*VoiceAnalyticsPreferences) ProtoMessage()

func (*VoiceAnalyticsPreferences) ProtoReflect

func (*VoiceAnalyticsPreferences) Reset

func (x *VoiceAnalyticsPreferences) Reset()

func (*VoiceAnalyticsPreferences) String

func (x *VoiceAnalyticsPreferences) String() string

type VoiceAnalytics_Notify

type VoiceAnalytics_Notify struct {

	// Optional. Cron pattern determining notification frequency. Defaults to
	// every 15 minutes when not specified.
	Cron string `protobuf:"bytes,1,opt,name=cron,proto3" json:"cron,omitempty"`
	// contains filtered or unexported fields
}

func (*VoiceAnalytics_Notify) Descriptor deprecated

func (*VoiceAnalytics_Notify) Descriptor() ([]byte, []int)

Deprecated: Use VoiceAnalytics_Notify.ProtoReflect.Descriptor instead.

func (*VoiceAnalytics_Notify) GetCron

func (x *VoiceAnalytics_Notify) GetCron() string

func (*VoiceAnalytics_Notify) ProtoMessage

func (*VoiceAnalytics_Notify) ProtoMessage()

func (*VoiceAnalytics_Notify) ProtoReflect

func (x *VoiceAnalytics_Notify) ProtoReflect() protoreflect.Message

func (*VoiceAnalytics_Notify) Reset

func (x *VoiceAnalytics_Notify) Reset()

func (*VoiceAnalytics_Notify) String

func (x *VoiceAnalytics_Notify) String() string

type VoiceAnalytics_Number

type VoiceAnalytics_Number struct {

	// Optional. The kind of number to redact.
	Kind VoiceAnalytics_Number_Kind `protobuf:"varint,1,opt,name=kind,proto3,enum=api.v1alpha1.org.legacy.VoiceAnalytics_Number_Kind" json:"kind,omitempty"`
	// Optional. When value is non zero only numbers composed of at least
	// `min_consecutive` digits will be redacted. For example, when the
	// transcript contains the number `one two three four five six` redaction
	// will not occur when `min_consecutive` is greater than 6.
	MinConsecutive uint32 `protobuf:"varint,2,opt,name=min_consecutive,json=minConsecutive,proto3" json:"min_consecutive,omitempty"`
	// Optional. When value is non zero only numbers composed of at most
	// `max_consecutive` digits will be redacted. For example, when the
	// transcript contains the number `one two three four five six` redaction
	// will not occur when `max_consecutive` is less than 6.
	MaxConsecutive uint32 `protobuf:"varint,3,opt,name=max_consecutive,json=maxConsecutive,proto3" json:"max_consecutive,omitempty"`
	// slop is the number of extra words that can be in between digits and
	// still count as a number. For example: slop of 2 with min_consecutive 3
	// would allow "one uh two and three" to count as a number.
	Slop uint32 `protobuf:"varint,4,opt,name=slop,proto3" json:"slop,omitempty"`
	// contains filtered or unexported fields
}

func (*VoiceAnalytics_Number) Descriptor deprecated

func (*VoiceAnalytics_Number) Descriptor() ([]byte, []int)

Deprecated: Use VoiceAnalytics_Number.ProtoReflect.Descriptor instead.

func (*VoiceAnalytics_Number) GetKind

func (*VoiceAnalytics_Number) GetMaxConsecutive

func (x *VoiceAnalytics_Number) GetMaxConsecutive() uint32

func (*VoiceAnalytics_Number) GetMinConsecutive

func (x *VoiceAnalytics_Number) GetMinConsecutive() uint32

func (*VoiceAnalytics_Number) GetSlop

func (x *VoiceAnalytics_Number) GetSlop() uint32

func (*VoiceAnalytics_Number) ProtoMessage

func (*VoiceAnalytics_Number) ProtoMessage()

func (*VoiceAnalytics_Number) ProtoReflect

func (x *VoiceAnalytics_Number) ProtoReflect() protoreflect.Message

func (*VoiceAnalytics_Number) Reset

func (x *VoiceAnalytics_Number) Reset()

func (*VoiceAnalytics_Number) String

func (x *VoiceAnalytics_Number) String() string

type VoiceAnalytics_Number_Kind

type VoiceAnalytics_Number_Kind int32
const (
	VoiceAnalytics_Number_KIND_CARDINAL_UNSPECIFIED VoiceAnalytics_Number_Kind = 0 // Cardinal number
	VoiceAnalytics_Number_KIND_ORDINAL              VoiceAnalytics_Number_Kind = 1 // Ordinal number
	VoiceAnalytics_Number_KIND_ANY                  VoiceAnalytics_Number_Kind = 2 // Any number
)

func (VoiceAnalytics_Number_Kind) Descriptor

func (VoiceAnalytics_Number_Kind) Enum

func (VoiceAnalytics_Number_Kind) EnumDescriptor deprecated

func (VoiceAnalytics_Number_Kind) EnumDescriptor() ([]byte, []int)

Deprecated: Use VoiceAnalytics_Number_Kind.Descriptor instead.

func (VoiceAnalytics_Number_Kind) Number

func (VoiceAnalytics_Number_Kind) String

func (VoiceAnalytics_Number_Kind) Type

type VoiceAnalytics_Redact

type VoiceAnalytics_Redact struct {

	// Types that are assignable to Where:
	//
	//	*VoiceAnalytics_Redact_Number
	Where isVoiceAnalytics_Redact_Where `protobuf_oneof:"where"`
	// contains filtered or unexported fields
}

func (*VoiceAnalytics_Redact) Descriptor deprecated

func (*VoiceAnalytics_Redact) Descriptor() ([]byte, []int)

Deprecated: Use VoiceAnalytics_Redact.ProtoReflect.Descriptor instead.

func (*VoiceAnalytics_Redact) GetNumber

func (*VoiceAnalytics_Redact) GetWhere

func (m *VoiceAnalytics_Redact) GetWhere() isVoiceAnalytics_Redact_Where

func (*VoiceAnalytics_Redact) ProtoMessage

func (*VoiceAnalytics_Redact) ProtoMessage()

func (*VoiceAnalytics_Redact) ProtoReflect

func (x *VoiceAnalytics_Redact) ProtoReflect() protoreflect.Message

func (*VoiceAnalytics_Redact) Reset

func (x *VoiceAnalytics_Redact) Reset()

func (*VoiceAnalytics_Redact) String

func (x *VoiceAnalytics_Redact) String() string

type VoiceAnalytics_Redact_Number

type VoiceAnalytics_Redact_Number struct {
	// Optional. Redact numbers.
	Number *VoiceAnalytics_Number `protobuf:"bytes,1,opt,name=number,proto3,oneof"`
}

type WebLinkBaseOption

type WebLinkBaseOption struct {

	// Types that are assignable to Option:
	//
	//	*WebLinkBaseOption_StaticText_
	//	*WebLinkBaseOption_TtsField_
	//	*WebLinkBaseOption_AgentField_
	//	*WebLinkBaseOption_DataKeyField_
	//	*WebLinkBaseOption_DataCollect_
	//	*WebLinkBaseOption_DataDip_
	//	*WebLinkBaseOption_IvrData_
	//	*WebLinkBaseOption_PhoneField_
	//	*WebLinkBaseOption_SipHeaderData_
	//	*WebLinkBaseOption_PostalField_
	Option isWebLinkBaseOption_Option `protobuf_oneof:"option"`
	// contains filtered or unexported fields
}

func (*WebLinkBaseOption) Descriptor deprecated

func (*WebLinkBaseOption) Descriptor() ([]byte, []int)

Deprecated: Use WebLinkBaseOption.ProtoReflect.Descriptor instead.

func (*WebLinkBaseOption) GetAgentField

func (x *WebLinkBaseOption) GetAgentField() *WebLinkBaseOption_AgentField

func (*WebLinkBaseOption) GetDataCollect

func (x *WebLinkBaseOption) GetDataCollect() *WebLinkBaseOption_DataCollect

func (*WebLinkBaseOption) GetDataDip

func (*WebLinkBaseOption) GetDataKeyField

func (x *WebLinkBaseOption) GetDataKeyField() *WebLinkBaseOption_DataKeyField

func (*WebLinkBaseOption) GetIvrData

func (*WebLinkBaseOption) GetOption

func (m *WebLinkBaseOption) GetOption() isWebLinkBaseOption_Option

func (*WebLinkBaseOption) GetPhoneField

func (x *WebLinkBaseOption) GetPhoneField() *WebLinkBaseOption_PhoneField

func (*WebLinkBaseOption) GetPostalField

func (x *WebLinkBaseOption) GetPostalField() *WebLinkBaseOption_PostalField

func (*WebLinkBaseOption) GetSipHeaderData

func (x *WebLinkBaseOption) GetSipHeaderData() *WebLinkBaseOption_SipHeaderData

func (*WebLinkBaseOption) GetStaticText

func (x *WebLinkBaseOption) GetStaticText() *WebLinkBaseOption_StaticText

func (*WebLinkBaseOption) GetTtsField

func (*WebLinkBaseOption) ProtoMessage

func (*WebLinkBaseOption) ProtoMessage()

func (*WebLinkBaseOption) ProtoReflect

func (x *WebLinkBaseOption) ProtoReflect() protoreflect.Message

func (*WebLinkBaseOption) Reset

func (x *WebLinkBaseOption) Reset()

func (*WebLinkBaseOption) String

func (x *WebLinkBaseOption) String() string

type WebLinkBaseOption_AgentField

type WebLinkBaseOption_AgentField struct {
	Option commons.AgentFieldOption `protobuf:"varint,1,opt,name=option,proto3,enum=api.commons.AgentFieldOption" json:"option,omitempty"`
	// contains filtered or unexported fields
}

func (*WebLinkBaseOption_AgentField) Descriptor deprecated

func (*WebLinkBaseOption_AgentField) Descriptor() ([]byte, []int)

Deprecated: Use WebLinkBaseOption_AgentField.ProtoReflect.Descriptor instead.

func (*WebLinkBaseOption_AgentField) GetOption

func (*WebLinkBaseOption_AgentField) ProtoMessage

func (*WebLinkBaseOption_AgentField) ProtoMessage()

func (*WebLinkBaseOption_AgentField) ProtoReflect

func (*WebLinkBaseOption_AgentField) Reset

func (x *WebLinkBaseOption_AgentField) Reset()

func (*WebLinkBaseOption_AgentField) String

type WebLinkBaseOption_AgentField_

type WebLinkBaseOption_AgentField_ struct {
	AgentField *WebLinkBaseOption_AgentField `protobuf:"bytes,3,opt,name=agent_field,json=agentField,proto3,oneof"`
}

type WebLinkBaseOption_DataCollect

type WebLinkBaseOption_DataCollect struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*WebLinkBaseOption_DataCollect) Descriptor deprecated

func (*WebLinkBaseOption_DataCollect) Descriptor() ([]byte, []int)

Deprecated: Use WebLinkBaseOption_DataCollect.ProtoReflect.Descriptor instead.

func (*WebLinkBaseOption_DataCollect) GetValue

func (x *WebLinkBaseOption_DataCollect) GetValue() string

func (*WebLinkBaseOption_DataCollect) ProtoMessage

func (*WebLinkBaseOption_DataCollect) ProtoMessage()

func (*WebLinkBaseOption_DataCollect) ProtoReflect

func (*WebLinkBaseOption_DataCollect) Reset

func (x *WebLinkBaseOption_DataCollect) Reset()

func (*WebLinkBaseOption_DataCollect) String

type WebLinkBaseOption_DataCollect_

type WebLinkBaseOption_DataCollect_ struct {
	DataCollect *WebLinkBaseOption_DataCollect `protobuf:"bytes,5,opt,name=data_collect,json=dataCollect,proto3,oneof"`
}

type WebLinkBaseOption_DataDip

type WebLinkBaseOption_DataDip struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*WebLinkBaseOption_DataDip) Descriptor deprecated

func (*WebLinkBaseOption_DataDip) Descriptor() ([]byte, []int)

Deprecated: Use WebLinkBaseOption_DataDip.ProtoReflect.Descriptor instead.

func (*WebLinkBaseOption_DataDip) GetValue

func (x *WebLinkBaseOption_DataDip) GetValue() string

func (*WebLinkBaseOption_DataDip) ProtoMessage

func (*WebLinkBaseOption_DataDip) ProtoMessage()

func (*WebLinkBaseOption_DataDip) ProtoReflect

func (*WebLinkBaseOption_DataDip) Reset

func (x *WebLinkBaseOption_DataDip) Reset()

func (*WebLinkBaseOption_DataDip) String

func (x *WebLinkBaseOption_DataDip) String() string

type WebLinkBaseOption_DataDip_

type WebLinkBaseOption_DataDip_ struct {
	DataDip *WebLinkBaseOption_DataDip `protobuf:"bytes,6,opt,name=data_dip,json=dataDip,proto3,oneof"`
}

type WebLinkBaseOption_DataKeyField

type WebLinkBaseOption_DataKeyField struct {
	ClientPropertiesSid int64  `protobuf:"varint,1,opt,name=client_properties_sid,json=clientPropertiesSid,proto3" json:"client_properties_sid,omitempty"`
	PropertyKey         string `protobuf:"bytes,2,opt,name=property_key,json=propertyKey,proto3" json:"property_key,omitempty"`
	PropertyValue       string `protobuf:"bytes,3,opt,name=property_value,json=propertyValue,proto3" json:"property_value,omitempty"`
	// contains filtered or unexported fields
}

func (*WebLinkBaseOption_DataKeyField) Descriptor deprecated

func (*WebLinkBaseOption_DataKeyField) Descriptor() ([]byte, []int)

Deprecated: Use WebLinkBaseOption_DataKeyField.ProtoReflect.Descriptor instead.

func (*WebLinkBaseOption_DataKeyField) GetClientPropertiesSid

func (x *WebLinkBaseOption_DataKeyField) GetClientPropertiesSid() int64

func (*WebLinkBaseOption_DataKeyField) GetPropertyKey

func (x *WebLinkBaseOption_DataKeyField) GetPropertyKey() string

func (*WebLinkBaseOption_DataKeyField) GetPropertyValue

func (x *WebLinkBaseOption_DataKeyField) GetPropertyValue() string

func (*WebLinkBaseOption_DataKeyField) ProtoMessage

func (*WebLinkBaseOption_DataKeyField) ProtoMessage()

func (*WebLinkBaseOption_DataKeyField) ProtoReflect

func (*WebLinkBaseOption_DataKeyField) Reset

func (x *WebLinkBaseOption_DataKeyField) Reset()

func (*WebLinkBaseOption_DataKeyField) String

type WebLinkBaseOption_DataKeyField_

type WebLinkBaseOption_DataKeyField_ struct {
	DataKeyField *WebLinkBaseOption_DataKeyField `protobuf:"bytes,4,opt,name=data_key_field,json=dataKeyField,proto3,oneof"`
}

type WebLinkBaseOption_IvrData

type WebLinkBaseOption_IvrData struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*WebLinkBaseOption_IvrData) Descriptor deprecated

func (*WebLinkBaseOption_IvrData) Descriptor() ([]byte, []int)

Deprecated: Use WebLinkBaseOption_IvrData.ProtoReflect.Descriptor instead.

func (*WebLinkBaseOption_IvrData) GetValue

func (x *WebLinkBaseOption_IvrData) GetValue() string

func (*WebLinkBaseOption_IvrData) ProtoMessage

func (*WebLinkBaseOption_IvrData) ProtoMessage()

func (*WebLinkBaseOption_IvrData) ProtoReflect

func (*WebLinkBaseOption_IvrData) Reset

func (x *WebLinkBaseOption_IvrData) Reset()

func (*WebLinkBaseOption_IvrData) String

func (x *WebLinkBaseOption_IvrData) String() string

type WebLinkBaseOption_IvrData_

type WebLinkBaseOption_IvrData_ struct {
	IvrData *WebLinkBaseOption_IvrData `protobuf:"bytes,7,opt,name=ivr_data,json=ivrData,proto3,oneof"`
}

type WebLinkBaseOption_PhoneField

type WebLinkBaseOption_PhoneField struct {
	Option commons.PhoneFieldOption `protobuf:"varint,1,opt,name=option,proto3,enum=api.commons.PhoneFieldOption" json:"option,omitempty"`
	// contains filtered or unexported fields
}

func (*WebLinkBaseOption_PhoneField) Descriptor deprecated

func (*WebLinkBaseOption_PhoneField) Descriptor() ([]byte, []int)

Deprecated: Use WebLinkBaseOption_PhoneField.ProtoReflect.Descriptor instead.

func (*WebLinkBaseOption_PhoneField) GetOption

func (*WebLinkBaseOption_PhoneField) ProtoMessage

func (*WebLinkBaseOption_PhoneField) ProtoMessage()

func (*WebLinkBaseOption_PhoneField) ProtoReflect

func (*WebLinkBaseOption_PhoneField) Reset

func (x *WebLinkBaseOption_PhoneField) Reset()

func (*WebLinkBaseOption_PhoneField) String

type WebLinkBaseOption_PhoneField_

type WebLinkBaseOption_PhoneField_ struct {
	PhoneField *WebLinkBaseOption_PhoneField `protobuf:"bytes,8,opt,name=phone_field,json=phoneField,proto3,oneof"`
}

type WebLinkBaseOption_PostalField

type WebLinkBaseOption_PostalField struct {
	Option commons.PostalFieldOption `protobuf:"varint,1,opt,name=option,proto3,enum=api.commons.PostalFieldOption" json:"option,omitempty"`
	// contains filtered or unexported fields
}

func (*WebLinkBaseOption_PostalField) Descriptor deprecated

func (*WebLinkBaseOption_PostalField) Descriptor() ([]byte, []int)

Deprecated: Use WebLinkBaseOption_PostalField.ProtoReflect.Descriptor instead.

func (*WebLinkBaseOption_PostalField) GetOption

func (*WebLinkBaseOption_PostalField) ProtoMessage

func (*WebLinkBaseOption_PostalField) ProtoMessage()

func (*WebLinkBaseOption_PostalField) ProtoReflect

func (*WebLinkBaseOption_PostalField) Reset

func (x *WebLinkBaseOption_PostalField) Reset()

func (*WebLinkBaseOption_PostalField) String

type WebLinkBaseOption_PostalField_

type WebLinkBaseOption_PostalField_ struct {
	PostalField *WebLinkBaseOption_PostalField `protobuf:"bytes,10,opt,name=postal_field,json=postalField,proto3,oneof"`
}

type WebLinkBaseOption_SipHeaderData

type WebLinkBaseOption_SipHeaderData struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*WebLinkBaseOption_SipHeaderData) Descriptor deprecated

func (*WebLinkBaseOption_SipHeaderData) Descriptor() ([]byte, []int)

Deprecated: Use WebLinkBaseOption_SipHeaderData.ProtoReflect.Descriptor instead.

func (*WebLinkBaseOption_SipHeaderData) GetValue

func (*WebLinkBaseOption_SipHeaderData) ProtoMessage

func (*WebLinkBaseOption_SipHeaderData) ProtoMessage()

func (*WebLinkBaseOption_SipHeaderData) ProtoReflect

func (*WebLinkBaseOption_SipHeaderData) Reset

func (*WebLinkBaseOption_SipHeaderData) String

type WebLinkBaseOption_SipHeaderData_

type WebLinkBaseOption_SipHeaderData_ struct {
	SipHeaderData *WebLinkBaseOption_SipHeaderData `protobuf:"bytes,9,opt,name=sip_header_data,json=sipHeaderData,proto3,oneof"`
}

type WebLinkBaseOption_StaticText

type WebLinkBaseOption_StaticText struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*WebLinkBaseOption_StaticText) Descriptor deprecated

func (*WebLinkBaseOption_StaticText) Descriptor() ([]byte, []int)

Deprecated: Use WebLinkBaseOption_StaticText.ProtoReflect.Descriptor instead.

func (*WebLinkBaseOption_StaticText) GetValue

func (x *WebLinkBaseOption_StaticText) GetValue() string

func (*WebLinkBaseOption_StaticText) ProtoMessage

func (*WebLinkBaseOption_StaticText) ProtoMessage()

func (*WebLinkBaseOption_StaticText) ProtoReflect

func (*WebLinkBaseOption_StaticText) Reset

func (x *WebLinkBaseOption_StaticText) Reset()

func (*WebLinkBaseOption_StaticText) String

type WebLinkBaseOption_StaticText_

type WebLinkBaseOption_StaticText_ struct {
	StaticText *WebLinkBaseOption_StaticText `protobuf:"bytes,1,opt,name=static_text,json=staticText,proto3,oneof"`
}

type WebLinkBaseOption_TtsField

type WebLinkBaseOption_TtsField struct {
	ContactFieldDescriptionSid int64  `` /* 144-byte string literal not displayed */
	FieldName                  string `protobuf:"bytes,2,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"`
	DisplayFormatString        string `protobuf:"bytes,3,opt,name=display_format_string,json=displayFormatString,proto3" json:"display_format_string,omitempty"`
	// contains filtered or unexported fields
}

func (*WebLinkBaseOption_TtsField) Descriptor deprecated

func (*WebLinkBaseOption_TtsField) Descriptor() ([]byte, []int)

Deprecated: Use WebLinkBaseOption_TtsField.ProtoReflect.Descriptor instead.

func (*WebLinkBaseOption_TtsField) GetContactFieldDescriptionSid

func (x *WebLinkBaseOption_TtsField) GetContactFieldDescriptionSid() int64

func (*WebLinkBaseOption_TtsField) GetDisplayFormatString

func (x *WebLinkBaseOption_TtsField) GetDisplayFormatString() string

func (*WebLinkBaseOption_TtsField) GetFieldName

func (x *WebLinkBaseOption_TtsField) GetFieldName() string

func (*WebLinkBaseOption_TtsField) ProtoMessage

func (*WebLinkBaseOption_TtsField) ProtoMessage()

func (*WebLinkBaseOption_TtsField) ProtoReflect

func (*WebLinkBaseOption_TtsField) Reset

func (x *WebLinkBaseOption_TtsField) Reset()

func (*WebLinkBaseOption_TtsField) String

func (x *WebLinkBaseOption_TtsField) String() string

type WebLinkBaseOption_TtsField_

type WebLinkBaseOption_TtsField_ struct {
	TtsField *WebLinkBaseOption_TtsField `protobuf:"bytes,2,opt,name=tts_field,json=ttsField,proto3,oneof"`
}

type WebLinkParameter

type WebLinkParameter struct {
	Key   string               `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value []*WebLinkBaseOption `protobuf:"bytes,2,rep,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*WebLinkParameter) Descriptor deprecated

func (*WebLinkParameter) Descriptor() ([]byte, []int)

Deprecated: Use WebLinkParameter.ProtoReflect.Descriptor instead.

func (*WebLinkParameter) GetKey

func (x *WebLinkParameter) GetKey() string

func (*WebLinkParameter) GetValue

func (x *WebLinkParameter) GetValue() []*WebLinkBaseOption

func (*WebLinkParameter) ProtoMessage

func (*WebLinkParameter) ProtoMessage()

func (*WebLinkParameter) ProtoReflect

func (x *WebLinkParameter) ProtoReflect() protoreflect.Message

func (*WebLinkParameter) Reset

func (x *WebLinkParameter) Reset()

func (*WebLinkParameter) String

func (x *WebLinkParameter) String() string

type WebLinkTemplate

type WebLinkTemplate struct {
	WebLinkTemplateId string               `protobuf:"bytes,1,opt,name=web_link_template_id,json=webLinkTemplateId,proto3" json:"web_link_template_id,omitempty"`
	DisplayName       string               `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Description       string               `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	IsJsLink          bool                 `protobuf:"varint,4,opt,name=is_js_link,json=isJsLink,proto3" json:"is_js_link,omitempty"`
	BaseUrl           []*WebLinkBaseOption `protobuf:"bytes,5,rep,name=base_url,json=baseUrl,proto3" json:"base_url,omitempty"`
	Parameters        []*WebLinkParameter  `protobuf:"bytes,6,rep,name=parameters,proto3" json:"parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*WebLinkTemplate) Descriptor deprecated

func (*WebLinkTemplate) Descriptor() ([]byte, []int)

Deprecated: Use WebLinkTemplate.ProtoReflect.Descriptor instead.

func (*WebLinkTemplate) GetBaseUrl

func (x *WebLinkTemplate) GetBaseUrl() []*WebLinkBaseOption

func (*WebLinkTemplate) GetDescription

func (x *WebLinkTemplate) GetDescription() string

func (*WebLinkTemplate) GetDisplayName

func (x *WebLinkTemplate) GetDisplayName() string
func (x *WebLinkTemplate) GetIsJsLink() bool

func (*WebLinkTemplate) GetParameters

func (x *WebLinkTemplate) GetParameters() []*WebLinkParameter

func (*WebLinkTemplate) GetWebLinkTemplateId

func (x *WebLinkTemplate) GetWebLinkTemplateId() string

func (*WebLinkTemplate) ProtoMessage

func (*WebLinkTemplate) ProtoMessage()

func (*WebLinkTemplate) ProtoReflect

func (x *WebLinkTemplate) ProtoReflect() protoreflect.Message

func (*WebLinkTemplate) Reset

func (x *WebLinkTemplate) Reset()

func (*WebLinkTemplate) String

func (x *WebLinkTemplate) String() string

type WebhookPreferences

type WebhookPreferences struct {
	PushUrlsEnabled      bool   `protobuf:"varint,1,opt,name=push_urls_enabled,json=pushUrlsEnabled,proto3" json:"push_urls_enabled,omitempty"`                 // Web hook push URLs enabled
	CallResultPushUrl    string `protobuf:"bytes,2,opt,name=call_result_push_url,json=callResultPushUrl,proto3" json:"call_result_push_url,omitempty"`          // Call result from push URL
	AgentResponsePushUrl string `protobuf:"bytes,3,opt,name=agent_response_push_url,json=agentResponsePushUrl,proto3" json:"agent_response_push_url,omitempty"` // Agent response from push URL
	// contains filtered or unexported fields
}

Wrapper WebhookPreferences object for get response and update request

func (*WebhookPreferences) Descriptor deprecated

func (*WebhookPreferences) Descriptor() ([]byte, []int)

Deprecated: Use WebhookPreferences.ProtoReflect.Descriptor instead.

func (*WebhookPreferences) GetAgentResponsePushUrl

func (x *WebhookPreferences) GetAgentResponsePushUrl() string

func (*WebhookPreferences) GetCallResultPushUrl

func (x *WebhookPreferences) GetCallResultPushUrl() string

func (*WebhookPreferences) GetPushUrlsEnabled

func (x *WebhookPreferences) GetPushUrlsEnabled() bool

func (*WebhookPreferences) ProtoMessage

func (*WebhookPreferences) ProtoMessage()

func (*WebhookPreferences) ProtoReflect

func (x *WebhookPreferences) ProtoReflect() protoreflect.Message

func (*WebhookPreferences) Reset

func (x *WebhookPreferences) Reset()

func (*WebhookPreferences) String

func (x *WebhookPreferences) String() string

type ZipCodeField

type ZipCodeField struct {
	CfdSid    int64  `protobuf:"varint,1,opt,name=cfd_sid,json=cfdSid,proto3" json:"cfd_sid,omitempty"`         // contact_field_description_sid in cfd table
	FieldName string `protobuf:"bytes,2,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` // Zip code field name
	// contains filtered or unexported fields
}

Zip code field for scrubbing

func (*ZipCodeField) Descriptor deprecated

func (*ZipCodeField) Descriptor() ([]byte, []int)

Deprecated: Use ZipCodeField.ProtoReflect.Descriptor instead.

func (*ZipCodeField) GetCfdSid

func (x *ZipCodeField) GetCfdSid() int64

func (*ZipCodeField) GetFieldName

func (x *ZipCodeField) GetFieldName() string

func (*ZipCodeField) ProtoMessage

func (*ZipCodeField) ProtoMessage()

func (*ZipCodeField) ProtoReflect

func (x *ZipCodeField) ProtoReflect() protoreflect.Message

func (*ZipCodeField) Reset

func (x *ZipCodeField) Reset()

func (*ZipCodeField) String

func (x *ZipCodeField) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL