Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterOrgLegacyServer(s grpc.ServiceRegistrar, srv OrgLegacyServer)
- type AcceptLinkbackRecordingTermsRequest
- func (*AcceptLinkbackRecordingTermsRequest) Descriptor() ([]byte, []int)deprecated
- func (*AcceptLinkbackRecordingTermsRequest) ProtoMessage()
- func (x *AcceptLinkbackRecordingTermsRequest) ProtoReflect() protoreflect.Message
- func (x *AcceptLinkbackRecordingTermsRequest) Reset()
- func (x *AcceptLinkbackRecordingTermsRequest) String() string
- type AcceptLinkbackRecordingTermsResponse
- func (*AcceptLinkbackRecordingTermsResponse) Descriptor() ([]byte, []int)deprecated
- func (*AcceptLinkbackRecordingTermsResponse) ProtoMessage()
- func (x *AcceptLinkbackRecordingTermsResponse) ProtoReflect() protoreflect.Message
- func (x *AcceptLinkbackRecordingTermsResponse) Reset()
- func (x *AcceptLinkbackRecordingTermsResponse) String() string
- type AddLoginToUserRequest
- func (*AddLoginToUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddLoginToUserRequest) GetUserId() string
- func (*AddLoginToUserRequest) ProtoMessage()
- func (x *AddLoginToUserRequest) ProtoReflect() protoreflect.Message
- func (x *AddLoginToUserRequest) Reset()
- func (x *AddLoginToUserRequest) String() string
- type AddLoginToUserResponse
- type AddOrgBillingOverrideRequest
- func (*AddOrgBillingOverrideRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddOrgBillingOverrideRequest) GetCountry() commons.Country
- func (x *AddOrgBillingOverrideRequest) GetOrgId() string
- func (x *AddOrgBillingOverrideRequest) GetRates() *PhoneBillingRates
- func (x *AddOrgBillingOverrideRequest) GetRegion() string
- func (*AddOrgBillingOverrideRequest) ProtoMessage()
- func (x *AddOrgBillingOverrideRequest) ProtoReflect() protoreflect.Message
- func (x *AddOrgBillingOverrideRequest) Reset()
- func (x *AddOrgBillingOverrideRequest) String() string
- type AddOrgBillingOverrideResponse
- func (*AddOrgBillingOverrideResponse) Descriptor() ([]byte, []int)deprecated
- func (*AddOrgBillingOverrideResponse) ProtoMessage()
- func (x *AddOrgBillingOverrideResponse) ProtoReflect() protoreflect.Message
- func (x *AddOrgBillingOverrideResponse) Reset()
- func (x *AddOrgBillingOverrideResponse) String() string
- type AddPermissionToAccountOwnerPermissionGroupRequest
- func (*AddPermissionToAccountOwnerPermissionGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddPermissionToAccountOwnerPermissionGroupRequest) GetOrgId() string
- func (x *AddPermissionToAccountOwnerPermissionGroupRequest) GetPermissions() []auth.Permission
- func (*AddPermissionToAccountOwnerPermissionGroupRequest) ProtoMessage()
- func (x *AddPermissionToAccountOwnerPermissionGroupRequest) ProtoReflect() protoreflect.Message
- func (x *AddPermissionToAccountOwnerPermissionGroupRequest) Reset()
- func (x *AddPermissionToAccountOwnerPermissionGroupRequest) String() string
- type AddPermissionToAccountOwnerPermissionGroupResponse
- func (*AddPermissionToAccountOwnerPermissionGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddPermissionToAccountOwnerPermissionGroupResponse) GetDefaultPermissionGroup() *PermissionGroup
- func (*AddPermissionToAccountOwnerPermissionGroupResponse) ProtoMessage()
- func (x *AddPermissionToAccountOwnerPermissionGroupResponse) ProtoReflect() protoreflect.Message
- func (x *AddPermissionToAccountOwnerPermissionGroupResponse) Reset()
- func (x *AddPermissionToAccountOwnerPermissionGroupResponse) String() string
- type AddPermissionToOrgDefaultGroupRequest
- func (*AddPermissionToOrgDefaultGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddPermissionToOrgDefaultGroupRequest) GetOrgId() string
- func (x *AddPermissionToOrgDefaultGroupRequest) GetPermission() auth.Permission
- func (*AddPermissionToOrgDefaultGroupRequest) ProtoMessage()
- func (x *AddPermissionToOrgDefaultGroupRequest) ProtoReflect() protoreflect.Message
- func (x *AddPermissionToOrgDefaultGroupRequest) Reset()
- func (x *AddPermissionToOrgDefaultGroupRequest) String() string
- type AddPermissionToOrgDefaultGroupResponse
- func (*AddPermissionToOrgDefaultGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddPermissionToOrgDefaultGroupResponse) GetDefaultPermissionGroup() *PermissionGroup
- func (*AddPermissionToOrgDefaultGroupResponse) ProtoMessage()
- func (x *AddPermissionToOrgDefaultGroupResponse) ProtoReflect() protoreflect.Message
- func (x *AddPermissionToOrgDefaultGroupResponse) Reset()
- func (x *AddPermissionToOrgDefaultGroupResponse) String() string
- type AddUserRegionRequest
- func (*AddUserRegionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddUserRegionRequest) GetRegionId() string
- func (x *AddUserRegionRequest) GetUserId() string
- func (*AddUserRegionRequest) ProtoMessage()
- func (x *AddUserRegionRequest) ProtoReflect() protoreflect.Message
- func (x *AddUserRegionRequest) Reset()
- func (x *AddUserRegionRequest) String() string
- type AddUserRegionResponse
- type AddUserSubscriptionRequest
- func (*AddUserSubscriptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddUserSubscriptionRequest) GetSubscription() *UserSubscription
- func (*AddUserSubscriptionRequest) ProtoMessage()
- func (x *AddUserSubscriptionRequest) ProtoReflect() protoreflect.Message
- func (x *AddUserSubscriptionRequest) Reset()
- func (x *AddUserSubscriptionRequest) String() string
- type AddUserSubscriptionResponse
- func (*AddUserSubscriptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddUserSubscriptionResponse) GetSubscription() *UserSubscription
- func (*AddUserSubscriptionResponse) ProtoMessage()
- func (x *AddUserSubscriptionResponse) ProtoReflect() protoreflect.Message
- func (x *AddUserSubscriptionResponse) Reset()
- func (x *AddUserSubscriptionResponse) String() string
- type AdminClientPreferences
- func (*AdminClientPreferences) Descriptor() ([]byte, []int)deprecated
- func (x *AdminClientPreferences) GetAgentScreenRecording() bool
- func (x *AdminClientPreferences) GetAllowedCountries() []commons.Country
- func (x *AdminClientPreferences) GetCallbacksServiceId() string
- func (x *AdminClientPreferences) GetEmailId() string
- func (x *AdminClientPreferences) GetEmailKey() string
- func (x *AdminClientPreferences) GetEmailName() string
- func (x *AdminClientPreferences) GetReservedCarriers() []string
- func (x *AdminClientPreferences) GetUseReservedCarrier() bool
- func (x *AdminClientPreferences) GetWhitelistDomains() []string
- func (x *AdminClientPreferences) GetWhitelistIps() []string
- func (*AdminClientPreferences) ProtoMessage()
- func (x *AdminClientPreferences) ProtoReflect() protoreflect.Message
- func (x *AdminClientPreferences) Reset()
- func (x *AdminClientPreferences) String() string
- type AdminGetUserDetailsRequest
- func (*AdminGetUserDetailsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AdminGetUserDetailsRequest) GetUserId() string
- func (*AdminGetUserDetailsRequest) ProtoMessage()
- func (x *AdminGetUserDetailsRequest) ProtoReflect() protoreflect.Message
- func (x *AdminGetUserDetailsRequest) Reset()
- func (x *AdminGetUserDetailsRequest) String() string
- type AgentBillingRates
- func (*AgentBillingRates) Descriptor() ([]byte, []int)deprecated
- func (x *AgentBillingRates) GetAgentLocalPpi() float64
- func (x *AgentBillingRates) GetAgentSoftphonePpi() float64
- func (x *AgentBillingRates) GetAgentTollFreePpi() float64
- func (*AgentBillingRates) ProtoMessage()
- func (x *AgentBillingRates) ProtoReflect() protoreflect.Message
- func (x *AgentBillingRates) Reset()
- func (x *AgentBillingRates) String() string
- type AgentLoginGuiStatisticsTemplate
- func (*AgentLoginGuiStatisticsTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *AgentLoginGuiStatisticsTemplate) GetDescription() string
- func (x *AgentLoginGuiStatisticsTemplate) GetGenericStatisticFormatRule() []*GenericStatisticFormatRule
- func (x *AgentLoginGuiStatisticsTemplate) GetInclusionType() string
- func (x *AgentLoginGuiStatisticsTemplate) GetName() string
- func (x *AgentLoginGuiStatisticsTemplate) GetStatisticTableId() string
- func (x *AgentLoginGuiStatisticsTemplate) GetXmlClientPropertySid() int64
- func (*AgentLoginGuiStatisticsTemplate) ProtoMessage()
- func (x *AgentLoginGuiStatisticsTemplate) ProtoReflect() protoreflect.Message
- func (x *AgentLoginGuiStatisticsTemplate) Reset()
- func (x *AgentLoginGuiStatisticsTemplate) String() string
- type AgentPreferences
- func (*AgentPreferences) Descriptor() ([]byte, []int)deprecated
- func (x *AgentPreferences) GetClientDialInNumbers() []string
- func (x *AgentPreferences) GetConfigDialInNumbers() []string
- func (x *AgentPreferences) GetDefaultAgentDialIn() string
- func (x *AgentPreferences) GetDefaultSoftphoneVolumeIn() int32
- func (x *AgentPreferences) GetDefaultSoftphoneVolumeOut() int32
- func (x *AgentPreferences) GetManualDialCallerIdPrivacy() bool
- func (x *AgentPreferences) GetMessageNotificationsDisabled() bool
- func (x *AgentPreferences) GetPbxExtensionLength() int32
- func (x *AgentPreferences) GetUseManualDialCallerIdPrivacy() bool
- func (*AgentPreferences) ProtoMessage()
- func (x *AgentPreferences) ProtoReflect() protoreflect.Message
- func (x *AgentPreferences) Reset()
- func (x *AgentPreferences) String() string
- type AgentStatusDisplayTemplate
- func (*AgentStatusDisplayTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *AgentStatusDisplayTemplate) GetAgentIntercomStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
- func (x *AgentStatusDisplayTemplate) GetCallConnectingStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
- func (x *AgentStatusDisplayTemplate) GetInConferenceStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
- func (x *AgentStatusDisplayTemplate) GetIntercomDestinationStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
- func (x *AgentStatusDisplayTemplate) GetIntercomSourceStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
- func (x *AgentStatusDisplayTemplate) GetManualCallStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
- func (x *AgentStatusDisplayTemplate) GetPausedStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
- func (x *AgentStatusDisplayTemplate) GetPbxCallStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
- func (x *AgentStatusDisplayTemplate) GetPreviewCallStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
- func (x *AgentStatusDisplayTemplate) GetReadyStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
- func (x *AgentStatusDisplayTemplate) GetTransferCallStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
- func (x *AgentStatusDisplayTemplate) GetTransferLostStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
- func (x *AgentStatusDisplayTemplate) GetWrapUpStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
- func (x *AgentStatusDisplayTemplate) GetXmlClientPropertySid() int64
- func (*AgentStatusDisplayTemplate) ProtoMessage()
- func (x *AgentStatusDisplayTemplate) ProtoReflect() protoreflect.Message
- func (x *AgentStatusDisplayTemplate) Reset()
- func (x *AgentStatusDisplayTemplate) String() string
- type AgentStatusDisplayTemplate_AgentStatusSinceStyle
- func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) Descriptor() ([]byte, []int)deprecated
- func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetAgentGuiStatus() int64
- func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetBgBlue() string
- func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetBgGreen() string
- func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetBgRed() string
- func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetDurationInStatus() int64
- func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetFgBlue() string
- func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetFgGreen() string
- func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetFgRed() string
- func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) ProtoMessage()
- func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) ProtoReflect() protoreflect.Message
- func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) Reset()
- func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) String() string
- type AgentTriggerTemplate
- func (*AgentTriggerTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *AgentTriggerTemplate) GetDescription() string
- func (x *AgentTriggerTemplate) GetId() string
- func (x *AgentTriggerTemplate) GetLoggedIn() *AgentTriggerTemplate_LoggedIn
- func (x *AgentTriggerTemplate) GetManualDialCall() *AgentTriggerTemplate_ManualDialCall
- func (x *AgentTriggerTemplate) GetOnCall() *AgentTriggerTemplate_OnCall
- func (x *AgentTriggerTemplate) GetPaused() *AgentTriggerTemplate_Paused
- func (x *AgentTriggerTemplate) GetPreviewCall() *AgentTriggerTemplate_PreviewCall
- func (x *AgentTriggerTemplate) GetStatus() isAgentTriggerTemplate_Status
- func (x *AgentTriggerTemplate) GetTransferCall() *AgentTriggerTemplate_TransferCall
- func (x *AgentTriggerTemplate) GetTransferLost() *AgentTriggerTemplate_TransferLost
- func (x *AgentTriggerTemplate) GetTransferTargetLost() *AgentTriggerTemplate_TransferTargetLost
- func (x *AgentTriggerTemplate) GetWaiting() *AgentTriggerTemplate_Waiting
- func (x *AgentTriggerTemplate) GetWrapUp() *AgentTriggerTemplate_WrapUp
- func (*AgentTriggerTemplate) ProtoMessage()
- func (x *AgentTriggerTemplate) ProtoReflect() protoreflect.Message
- func (x *AgentTriggerTemplate) Reset()
- func (x *AgentTriggerTemplate) String() string
- type AgentTriggerTemplate_AdvanceStatus
- func (*AgentTriggerTemplate_AdvanceStatus) Descriptor() ([]byte, []int)deprecated
- func (x *AgentTriggerTemplate_AdvanceStatus) GetStatusType() commons.AdvanceStatusType
- func (*AgentTriggerTemplate_AdvanceStatus) ProtoMessage()
- func (x *AgentTriggerTemplate_AdvanceStatus) ProtoReflect() protoreflect.Message
- func (x *AgentTriggerTemplate_AdvanceStatus) Reset()
- func (x *AgentTriggerTemplate_AdvanceStatus) String() string
- type AgentTriggerTemplate_DisplayMessage
- func (*AgentTriggerTemplate_DisplayMessage) Descriptor() ([]byte, []int)deprecated
- func (x *AgentTriggerTemplate_DisplayMessage) GetMessage() string
- func (*AgentTriggerTemplate_DisplayMessage) ProtoMessage()
- func (x *AgentTriggerTemplate_DisplayMessage) ProtoReflect() protoreflect.Message
- func (x *AgentTriggerTemplate_DisplayMessage) Reset()
- func (x *AgentTriggerTemplate_DisplayMessage) String() string
- type AgentTriggerTemplate_EjectAgent
- func (*AgentTriggerTemplate_EjectAgent) Descriptor() ([]byte, []int)deprecated
- func (*AgentTriggerTemplate_EjectAgent) ProtoMessage()
- func (x *AgentTriggerTemplate_EjectAgent) ProtoReflect() protoreflect.Message
- func (x *AgentTriggerTemplate_EjectAgent) Reset()
- func (x *AgentTriggerTemplate_EjectAgent) String() string
- type AgentTriggerTemplate_ExecuteWebLink
- func (*AgentTriggerTemplate_ExecuteWebLink) Descriptor() ([]byte, []int)deprecated
- func (x *AgentTriggerTemplate_ExecuteWebLink) GetWebLinkId() string
- func (*AgentTriggerTemplate_ExecuteWebLink) ProtoMessage()
- func (x *AgentTriggerTemplate_ExecuteWebLink) ProtoReflect() protoreflect.Message
- func (x *AgentTriggerTemplate_ExecuteWebLink) Reset()
- func (x *AgentTriggerTemplate_ExecuteWebLink) String() string
- type AgentTriggerTemplate_LoggedIn
- func (*AgentTriggerTemplate_LoggedIn) Descriptor() ([]byte, []int)deprecated
- func (x *AgentTriggerTemplate_LoggedIn) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
- func (x *AgentTriggerTemplate_LoggedIn) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
- func (x *AgentTriggerTemplate_LoggedIn) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
- func (x *AgentTriggerTemplate_LoggedIn) GetResult() isAgentTriggerTemplate_LoggedIn_Result
- func (*AgentTriggerTemplate_LoggedIn) ProtoMessage()
- func (x *AgentTriggerTemplate_LoggedIn) ProtoReflect() protoreflect.Message
- func (x *AgentTriggerTemplate_LoggedIn) Reset()
- func (x *AgentTriggerTemplate_LoggedIn) String() string
- type AgentTriggerTemplate_LoggedIn_
- type AgentTriggerTemplate_LoggedIn_DisplayMessage
- type AgentTriggerTemplate_LoggedIn_EjectAgent
- type AgentTriggerTemplate_LoggedIn_ExecuteWebLink
- type AgentTriggerTemplate_ManualDialCall
- func (*AgentTriggerTemplate_ManualDialCall) Descriptor() ([]byte, []int)deprecated
- func (x *AgentTriggerTemplate_ManualDialCall) GetAdvanceStatus() *AgentTriggerTemplate_AdvanceStatus
- func (x *AgentTriggerTemplate_ManualDialCall) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
- func (x *AgentTriggerTemplate_ManualDialCall) GetDuration() int64
- func (x *AgentTriggerTemplate_ManualDialCall) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
- func (x *AgentTriggerTemplate_ManualDialCall) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
- func (x *AgentTriggerTemplate_ManualDialCall) GetResult() isAgentTriggerTemplate_ManualDialCall_Result
- func (x *AgentTriggerTemplate_ManualDialCall) GetScheduledCallbackPresent() bool
- func (*AgentTriggerTemplate_ManualDialCall) ProtoMessage()
- func (x *AgentTriggerTemplate_ManualDialCall) ProtoReflect() protoreflect.Message
- func (x *AgentTriggerTemplate_ManualDialCall) Reset()
- func (x *AgentTriggerTemplate_ManualDialCall) String() string
- type AgentTriggerTemplate_ManualDialCall_
- type AgentTriggerTemplate_ManualDialCall_AdvanceStatus
- type AgentTriggerTemplate_ManualDialCall_DisplayMessage
- type AgentTriggerTemplate_ManualDialCall_EjectAgent
- type AgentTriggerTemplate_ManualDialCall_ExecuteWebLink
- type AgentTriggerTemplate_OnCall
- func (*AgentTriggerTemplate_OnCall) Descriptor() ([]byte, []int)deprecated
- func (x *AgentTriggerTemplate_OnCall) GetAdvanceStatus() *AgentTriggerTemplate_AdvanceStatus
- func (x *AgentTriggerTemplate_OnCall) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
- func (x *AgentTriggerTemplate_OnCall) GetDuration() int64
- func (x *AgentTriggerTemplate_OnCall) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
- func (x *AgentTriggerTemplate_OnCall) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
- func (x *AgentTriggerTemplate_OnCall) GetInbound() bool
- func (x *AgentTriggerTemplate_OnCall) GetManual() bool
- func (x *AgentTriggerTemplate_OnCall) GetOutbound() bool
- func (x *AgentTriggerTemplate_OnCall) GetPreview() bool
- func (x *AgentTriggerTemplate_OnCall) GetResult() isAgentTriggerTemplate_OnCall_Result
- func (*AgentTriggerTemplate_OnCall) ProtoMessage()
- func (x *AgentTriggerTemplate_OnCall) ProtoReflect() protoreflect.Message
- func (x *AgentTriggerTemplate_OnCall) Reset()
- func (x *AgentTriggerTemplate_OnCall) String() string
- type AgentTriggerTemplate_OnCall_
- type AgentTriggerTemplate_OnCall_AdvanceStatus
- type AgentTriggerTemplate_OnCall_DisplayMessage
- type AgentTriggerTemplate_OnCall_EjectAgent
- type AgentTriggerTemplate_OnCall_ExecuteWebLink
- type AgentTriggerTemplate_Paused
- func (*AgentTriggerTemplate_Paused) Descriptor() ([]byte, []int)deprecated
- func (x *AgentTriggerTemplate_Paused) GetAdvanceStatus() *AgentTriggerTemplate_AdvanceStatus
- func (x *AgentTriggerTemplate_Paused) GetAutomaticSystemCode() commons.AutomaticSystemCode
- func (x *AgentTriggerTemplate_Paused) GetCustomPauseCodeSid() int64
- func (x *AgentTriggerTemplate_Paused) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
- func (x *AgentTriggerTemplate_Paused) GetDuration() int64
- func (x *AgentTriggerTemplate_Paused) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
- func (x *AgentTriggerTemplate_Paused) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
- func (x *AgentTriggerTemplate_Paused) GetPauseCode() *PauseCode
- func (x *AgentTriggerTemplate_Paused) GetPauseCodeType() isAgentTriggerTemplate_Paused_PauseCodeType
- func (x *AgentTriggerTemplate_Paused) GetResult() isAgentTriggerTemplate_Paused_Result
- func (*AgentTriggerTemplate_Paused) ProtoMessage()
- func (x *AgentTriggerTemplate_Paused) ProtoReflect() protoreflect.Message
- func (x *AgentTriggerTemplate_Paused) Reset()
- func (x *AgentTriggerTemplate_Paused) String() string
- type AgentTriggerTemplate_Paused_
- type AgentTriggerTemplate_Paused_AdvanceStatus
- type AgentTriggerTemplate_Paused_AutomaticSystemCode
- type AgentTriggerTemplate_Paused_CustomPauseCodeSid
- type AgentTriggerTemplate_Paused_DisplayMessage
- type AgentTriggerTemplate_Paused_EjectAgent
- type AgentTriggerTemplate_Paused_ExecuteWebLink
- type AgentTriggerTemplate_PreviewCall
- func (*AgentTriggerTemplate_PreviewCall) Descriptor() ([]byte, []int)deprecated
- func (x *AgentTriggerTemplate_PreviewCall) GetAdvanceStatus() *AgentTriggerTemplate_AdvanceStatus
- func (x *AgentTriggerTemplate_PreviewCall) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
- func (x *AgentTriggerTemplate_PreviewCall) GetDuration() int64
- func (x *AgentTriggerTemplate_PreviewCall) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
- func (x *AgentTriggerTemplate_PreviewCall) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
- func (x *AgentTriggerTemplate_PreviewCall) GetResult() isAgentTriggerTemplate_PreviewCall_Result
- func (*AgentTriggerTemplate_PreviewCall) ProtoMessage()
- func (x *AgentTriggerTemplate_PreviewCall) ProtoReflect() protoreflect.Message
- func (x *AgentTriggerTemplate_PreviewCall) Reset()
- func (x *AgentTriggerTemplate_PreviewCall) String() string
- type AgentTriggerTemplate_PreviewCall_
- type AgentTriggerTemplate_PreviewCall_AdvanceStatus
- type AgentTriggerTemplate_PreviewCall_DisplayMessage
- type AgentTriggerTemplate_PreviewCall_EjectAgent
- type AgentTriggerTemplate_PreviewCall_ExecuteWebLink
- type AgentTriggerTemplate_TransferCall
- func (*AgentTriggerTemplate_TransferCall) Descriptor() ([]byte, []int)deprecated
- func (x *AgentTriggerTemplate_TransferCall) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
- func (x *AgentTriggerTemplate_TransferCall) GetDuration() int64
- func (x *AgentTriggerTemplate_TransferCall) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
- func (x *AgentTriggerTemplate_TransferCall) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
- func (x *AgentTriggerTemplate_TransferCall) GetResult() isAgentTriggerTemplate_TransferCall_Result
- func (*AgentTriggerTemplate_TransferCall) ProtoMessage()
- func (x *AgentTriggerTemplate_TransferCall) ProtoReflect() protoreflect.Message
- func (x *AgentTriggerTemplate_TransferCall) Reset()
- func (x *AgentTriggerTemplate_TransferCall) String() string
- type AgentTriggerTemplate_TransferCall_
- type AgentTriggerTemplate_TransferCall_DisplayMessage
- type AgentTriggerTemplate_TransferCall_EjectAgent
- type AgentTriggerTemplate_TransferCall_ExecuteWebLink
- type AgentTriggerTemplate_TransferLost
- func (*AgentTriggerTemplate_TransferLost) Descriptor() ([]byte, []int)deprecated
- func (x *AgentTriggerTemplate_TransferLost) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
- func (x *AgentTriggerTemplate_TransferLost) GetDuration() int64
- func (x *AgentTriggerTemplate_TransferLost) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
- func (x *AgentTriggerTemplate_TransferLost) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
- func (x *AgentTriggerTemplate_TransferLost) GetResult() isAgentTriggerTemplate_TransferLost_Result
- func (*AgentTriggerTemplate_TransferLost) ProtoMessage()
- func (x *AgentTriggerTemplate_TransferLost) ProtoReflect() protoreflect.Message
- func (x *AgentTriggerTemplate_TransferLost) Reset()
- func (x *AgentTriggerTemplate_TransferLost) String() string
- type AgentTriggerTemplate_TransferLost_
- type AgentTriggerTemplate_TransferLost_DisplayMessage
- type AgentTriggerTemplate_TransferLost_EjectAgent
- type AgentTriggerTemplate_TransferLost_ExecuteWebLink
- type AgentTriggerTemplate_TransferTargetLost
- func (*AgentTriggerTemplate_TransferTargetLost) Descriptor() ([]byte, []int)deprecated
- func (x *AgentTriggerTemplate_TransferTargetLost) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
- func (x *AgentTriggerTemplate_TransferTargetLost) GetDuration() int64
- func (x *AgentTriggerTemplate_TransferTargetLost) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
- func (x *AgentTriggerTemplate_TransferTargetLost) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
- func (x *AgentTriggerTemplate_TransferTargetLost) GetResult() isAgentTriggerTemplate_TransferTargetLost_Result
- func (*AgentTriggerTemplate_TransferTargetLost) ProtoMessage()
- func (x *AgentTriggerTemplate_TransferTargetLost) ProtoReflect() protoreflect.Message
- func (x *AgentTriggerTemplate_TransferTargetLost) Reset()
- func (x *AgentTriggerTemplate_TransferTargetLost) String() string
- type AgentTriggerTemplate_TransferTargetLost_
- type AgentTriggerTemplate_TransferTargetLost_DisplayMessage
- type AgentTriggerTemplate_TransferTargetLost_EjectAgent
- type AgentTriggerTemplate_TransferTargetLost_ExecuteWebLink
- type AgentTriggerTemplate_Waiting
- func (*AgentTriggerTemplate_Waiting) Descriptor() ([]byte, []int)deprecated
- func (x *AgentTriggerTemplate_Waiting) GetAdvanceStatus() *AgentTriggerTemplate_AdvanceStatus
- func (x *AgentTriggerTemplate_Waiting) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
- func (x *AgentTriggerTemplate_Waiting) GetDuration() int64
- func (x *AgentTriggerTemplate_Waiting) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
- func (x *AgentTriggerTemplate_Waiting) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
- func (x *AgentTriggerTemplate_Waiting) GetResult() isAgentTriggerTemplate_Waiting_Result
- func (*AgentTriggerTemplate_Waiting) ProtoMessage()
- func (x *AgentTriggerTemplate_Waiting) ProtoReflect() protoreflect.Message
- func (x *AgentTriggerTemplate_Waiting) Reset()
- func (x *AgentTriggerTemplate_Waiting) String() string
- type AgentTriggerTemplate_Waiting_
- type AgentTriggerTemplate_Waiting_AdvanceStatus
- type AgentTriggerTemplate_Waiting_DisplayMessage
- type AgentTriggerTemplate_Waiting_EjectAgent
- type AgentTriggerTemplate_Waiting_ExecuteWebLink
- type AgentTriggerTemplate_WrapUp
- func (*AgentTriggerTemplate_WrapUp) Descriptor() ([]byte, []int)deprecated
- func (x *AgentTriggerTemplate_WrapUp) GetAdvanceStatus() *AgentTriggerTemplate_AdvanceStatus
- func (x *AgentTriggerTemplate_WrapUp) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
- func (x *AgentTriggerTemplate_WrapUp) GetDuration() int64
- func (x *AgentTriggerTemplate_WrapUp) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
- func (x *AgentTriggerTemplate_WrapUp) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
- func (x *AgentTriggerTemplate_WrapUp) GetInbound() bool
- func (x *AgentTriggerTemplate_WrapUp) GetManual() bool
- func (x *AgentTriggerTemplate_WrapUp) GetOutbound() bool
- func (x *AgentTriggerTemplate_WrapUp) GetPreview() bool
- func (x *AgentTriggerTemplate_WrapUp) GetResult() isAgentTriggerTemplate_WrapUp_Result
- func (*AgentTriggerTemplate_WrapUp) ProtoMessage()
- func (x *AgentTriggerTemplate_WrapUp) ProtoReflect() protoreflect.Message
- func (x *AgentTriggerTemplate_WrapUp) Reset()
- func (x *AgentTriggerTemplate_WrapUp) String() string
- type AgentTriggerTemplate_WrapUp_
- type AgentTriggerTemplate_WrapUp_AdvanceStatus
- type AgentTriggerTemplate_WrapUp_DisplayMessage
- type AgentTriggerTemplate_WrapUp_EjectAgent
- type AgentTriggerTemplate_WrapUp_ExecuteWebLink
- type AgentUser
- func (*AgentUser) Descriptor() ([]byte, []int)deprecated
- func (x *AgentUser) GetAgentProfileGroupId() string
- func (x *AgentUser) GetAgentProfileGroupName() string
- func (x *AgentUser) GetAgentSid() int64
- func (x *AgentUser) GetCallbackExtension() string
- func (x *AgentUser) GetCallbackNumber() string
- func (x *AgentUser) GetCreated() *timestamppb.Timestamp
- func (x *AgentUser) GetDelegated() bool
- func (x *AgentUser) GetDisabled() bool
- func (x *AgentUser) GetEmail() string
- func (x *AgentUser) GetFirstName() string
- func (x *AgentUser) GetHasAgentPerm() bool
- func (x *AgentUser) GetHuntGroupName() string
- func (x *AgentUser) GetHuntGroupSid() int64
- func (x *AgentUser) GetLabelEntities() []*Label
- func (x *AgentUser) GetLastName() string
- func (x *AgentUser) GetLastUpdated() *timestamppb.Timestamp
- func (x *AgentUser) GetName() string
- func (x *AgentUser) GetPartnerAgentId() string
- func (x *AgentUser) GetPermissionGroups() []*PermissionGroup
- func (x *AgentUser) GetSkills() []*Skill
- func (x *AgentUser) GetTimeZoneOverride() *commons.TimeZoneWrapper
- func (x *AgentUser) GetUserCallerId() string
- func (x *AgentUser) GetUserId() string
- func (x *AgentUser) GetUserName() string
- func (*AgentUser) ProtoMessage()
- func (x *AgentUser) ProtoReflect() protoreflect.Message
- func (x *AgentUser) Reset()
- func (x *AgentUser) String() string
- type ArchiveOrganizationRequest
- func (*ArchiveOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ArchiveOrganizationRequest) GetOrgId() string
- func (*ArchiveOrganizationRequest) ProtoMessage()
- func (x *ArchiveOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *ArchiveOrganizationRequest) Reset()
- func (x *ArchiveOrganizationRequest) String() string
- type ArchiveOrganizationResponse
- type AssignAgentProfileGroupsRequest
- func (*AssignAgentProfileGroupsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AssignAgentProfileGroupsRequest) GetAgentProfileGroupId() string
- func (x *AssignAgentProfileGroupsRequest) GetUserIds() []string
- func (*AssignAgentProfileGroupsRequest) ProtoMessage()
- func (x *AssignAgentProfileGroupsRequest) ProtoReflect() protoreflect.Message
- func (x *AssignAgentProfileGroupsRequest) Reset()
- func (x *AssignAgentProfileGroupsRequest) String() string
- type AssignAgentProfileGroupsResponse
- func (*AssignAgentProfileGroupsResponse) Descriptor() ([]byte, []int)deprecated
- func (*AssignAgentProfileGroupsResponse) ProtoMessage()
- func (x *AssignAgentProfileGroupsResponse) ProtoReflect() protoreflect.Message
- func (x *AssignAgentProfileGroupsResponse) Reset()
- func (x *AssignAgentProfileGroupsResponse) String() string
- type AssignUserPermissionGroupRequest
- func (*AssignUserPermissionGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AssignUserPermissionGroupRequest) GetAssignUserId() string
- func (x *AssignUserPermissionGroupRequest) GetPermissionGroupId() string
- func (*AssignUserPermissionGroupRequest) ProtoMessage()
- func (x *AssignUserPermissionGroupRequest) ProtoReflect() protoreflect.Message
- func (x *AssignUserPermissionGroupRequest) Reset()
- func (x *AssignUserPermissionGroupRequest) String() string
- type AssignUserPermissionGroupResponse
- func (*AssignUserPermissionGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (*AssignUserPermissionGroupResponse) ProtoMessage()
- func (x *AssignUserPermissionGroupResponse) ProtoReflect() protoreflect.Message
- func (x *AssignUserPermissionGroupResponse) Reset()
- func (x *AssignUserPermissionGroupResponse) String() string
- type AssignUserToAccountOwnerPermissionGroupRequest
- func (*AssignUserToAccountOwnerPermissionGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AssignUserToAccountOwnerPermissionGroupRequest) GetUserId() string
- func (*AssignUserToAccountOwnerPermissionGroupRequest) ProtoMessage()
- func (x *AssignUserToAccountOwnerPermissionGroupRequest) ProtoReflect() protoreflect.Message
- func (x *AssignUserToAccountOwnerPermissionGroupRequest) Reset()
- func (x *AssignUserToAccountOwnerPermissionGroupRequest) String() string
- type AssignUserToAccountOwnerPermissionGroupResponse
- func (*AssignUserToAccountOwnerPermissionGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (*AssignUserToAccountOwnerPermissionGroupResponse) ProtoMessage()
- func (x *AssignUserToAccountOwnerPermissionGroupResponse) ProtoReflect() protoreflect.Message
- func (x *AssignUserToAccountOwnerPermissionGroupResponse) Reset()
- func (x *AssignUserToAccountOwnerPermissionGroupResponse) String() string
- type AssignUsersP3PermissionGroupRequest
- func (*AssignUsersP3PermissionGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AssignUsersP3PermissionGroupRequest) GetPermissionGroupId() string
- func (x *AssignUsersP3PermissionGroupRequest) GetUserIds() []string
- func (*AssignUsersP3PermissionGroupRequest) ProtoMessage()
- func (x *AssignUsersP3PermissionGroupRequest) ProtoReflect() protoreflect.Message
- func (x *AssignUsersP3PermissionGroupRequest) Reset()
- func (x *AssignUsersP3PermissionGroupRequest) String() string
- type AssignUsersP3PermissionGroupResponse
- func (*AssignUsersP3PermissionGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AssignUsersP3PermissionGroupResponse) GetUserIds() []string
- func (*AssignUsersP3PermissionGroupResponse) ProtoMessage()
- func (x *AssignUsersP3PermissionGroupResponse) ProtoReflect() protoreflect.Message
- func (x *AssignUsersP3PermissionGroupResponse) Reset()
- func (x *AssignUsersP3PermissionGroupResponse) String() string
- type AssignUsersPermissionGroupRequest
- func (*AssignUsersPermissionGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AssignUsersPermissionGroupRequest) GetAssignUserIds() []string
- func (x *AssignUsersPermissionGroupRequest) GetPermissionGroupId() string
- func (*AssignUsersPermissionGroupRequest) ProtoMessage()
- func (x *AssignUsersPermissionGroupRequest) ProtoReflect() protoreflect.Message
- func (x *AssignUsersPermissionGroupRequest) Reset()
- func (x *AssignUsersPermissionGroupRequest) String() string
- type AssignUsersPermissionGroupResponse
- func (*AssignUsersPermissionGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (*AssignUsersPermissionGroupResponse) ProtoMessage()
- func (x *AssignUsersPermissionGroupResponse) ProtoReflect() protoreflect.Message
- func (x *AssignUsersPermissionGroupResponse) Reset()
- func (x *AssignUsersPermissionGroupResponse) String() string
- type AuthConnectionSettings
- func (*AuthConnectionSettings) Descriptor() ([]byte, []int)deprecated
- func (x *AuthConnectionSettings) GetClientId() string
- func (x *AuthConnectionSettings) GetConnectionId() string
- func (x *AuthConnectionSettings) GetCustomGroups() []*GroupItem
- func (x *AuthConnectionSettings) GetDefaultGroup() *GroupItem
- func (x *AuthConnectionSettings) GetIssuerUrl() string
- func (x *AuthConnectionSettings) GetProvider() commons.IdentityProvider
- func (x *AuthConnectionSettings) GetSecretExpiration() *AuthConnectionSettings_SecretExpiration
- func (x *AuthConnectionSettings) GetTenantUrl() string
- func (*AuthConnectionSettings) ProtoMessage()
- func (x *AuthConnectionSettings) ProtoReflect() protoreflect.Message
- func (x *AuthConnectionSettings) Reset()
- func (x *AuthConnectionSettings) String() string
- type AuthConnectionSettings_SecretExpiration
- func (*AuthConnectionSettings_SecretExpiration) Descriptor() ([]byte, []int)deprecated
- func (x *AuthConnectionSettings_SecretExpiration) GetDate() *timestamppb.Timestamp
- func (*AuthConnectionSettings_SecretExpiration) ProtoMessage()
- func (x *AuthConnectionSettings_SecretExpiration) ProtoReflect() protoreflect.Message
- func (x *AuthConnectionSettings_SecretExpiration) Reset()
- func (x *AuthConnectionSettings_SecretExpiration) String() string
- type AuthenticationPreferences
- func (*AuthenticationPreferences) Descriptor() ([]byte, []int)deprecated
- func (x *AuthenticationPreferences) GetAgentApiKey() string
- func (x *AuthenticationPreferences) GetAllowedIps() []string
- func (x *AuthenticationPreferences) GetAuthorizationViaIp() bool
- func (x *AuthenticationPreferences) GetUserAuthorizationViaIp() bool
- func (*AuthenticationPreferences) ProtoMessage()
- func (x *AuthenticationPreferences) ProtoReflect() protoreflect.Message
- func (x *AuthenticationPreferences) Reset()
- func (x *AuthenticationPreferences) String() string
- type BargeInFiltering
- func (*BargeInFiltering) Descriptor() ([]byte, []int)deprecated
- func (x *BargeInFiltering) GetAgentStatus() *BargeInFiltering_AgentStatus
- func (x *BargeInFiltering) GetHuntGroup() *BargeInFiltering_HuntGroup
- func (*BargeInFiltering) ProtoMessage()
- func (x *BargeInFiltering) ProtoReflect() protoreflect.Message
- func (x *BargeInFiltering) Reset()
- func (x *BargeInFiltering) String() string
- type BargeInFiltering_AgentStatus
- func (*BargeInFiltering_AgentStatus) Descriptor() ([]byte, []int)deprecated
- func (x *BargeInFiltering_AgentStatus) GetAny() bool
- func (x *BargeInFiltering_AgentStatus) GetIntercom() bool
- func (x *BargeInFiltering_AgentStatus) GetManual() bool
- func (x *BargeInFiltering_AgentStatus) GetOnCall() bool
- func (x *BargeInFiltering_AgentStatus) GetPaused() bool
- func (x *BargeInFiltering_AgentStatus) GetPbx() bool
- func (x *BargeInFiltering_AgentStatus) GetPreview() bool
- func (x *BargeInFiltering_AgentStatus) GetTransfer() bool
- func (x *BargeInFiltering_AgentStatus) GetWaiting() bool
- func (x *BargeInFiltering_AgentStatus) GetWrapUp() bool
- func (*BargeInFiltering_AgentStatus) ProtoMessage()
- func (x *BargeInFiltering_AgentStatus) ProtoReflect() protoreflect.Message
- func (x *BargeInFiltering_AgentStatus) Reset()
- func (x *BargeInFiltering_AgentStatus) String() string
- type BargeInFiltering_HuntGroup
- func (*BargeInFiltering_HuntGroup) Descriptor() ([]byte, []int)deprecated
- func (x *BargeInFiltering_HuntGroup) GetAny() bool
- func (x *BargeInFiltering_HuntGroup) GetHuntGroupSid() int64
- func (*BargeInFiltering_HuntGroup) ProtoMessage()
- func (x *BargeInFiltering_HuntGroup) ProtoReflect() protoreflect.Message
- func (x *BargeInFiltering_HuntGroup) Reset()
- func (x *BargeInFiltering_HuntGroup) String() string
- type BillingRate
- func (*BillingRate) Descriptor() ([]byte, []int)deprecated
- func (x *BillingRate) GetBillingIncrementSeconds() int64
- func (x *BillingRate) GetHumanHangupIncrements() *wrapperspb.Int64Value
- func (x *BillingRate) GetInboundPpi() *wrapperspb.DoubleValue
- func (x *BillingRate) GetLinkbackPpi() float64
- func (x *BillingRate) GetMachineHangupIncrements() *wrapperspb.Int64Value
- func (x *BillingRate) GetMaxBilledIncrements() *wrapperspb.Int64Value
- func (x *BillingRate) GetMaxLinkbackBilledIncrements() *wrapperspb.Int64Value
- func (x *BillingRate) GetMinBilledIncrements() int64
- func (x *BillingRate) GetMinLinkbackBilledIncrements() int64
- func (x *BillingRate) GetSmsMsgRate() float64
- func (x *BillingRate) GetStandardPpi() float64
- func (x *BillingRate) GetVocalDirectMsgRate() float64
- func (*BillingRate) ProtoMessage()
- func (x *BillingRate) ProtoReflect() protoreflect.Message
- func (x *BillingRate) Reset()
- func (x *BillingRate) String() string
- type BillingRegion
- func (*BillingRegion) Descriptor() ([]byte, []int)deprecated
- func (x *BillingRegion) GetDescription() string
- func (x *BillingRegion) GetName() string
- func (x *BillingRegion) GetPrefixes() []string
- func (*BillingRegion) ProtoMessage()
- func (x *BillingRegion) ProtoReflect() protoreflect.Message
- func (x *BillingRegion) Reset()
- func (x *BillingRegion) String() string
- type BillingRegionMap
- func (*BillingRegionMap) Descriptor() ([]byte, []int)deprecated
- func (x *BillingRegionMap) GetRegionRates() map[string]*PhoneBillingRates
- func (*BillingRegionMap) ProtoMessage()
- func (x *BillingRegionMap) ProtoReflect() protoreflect.Message
- func (x *BillingRegionMap) Reset()
- func (x *BillingRegionMap) String() string
- type BillingRegionRate
- func (*BillingRegionRate) Descriptor() ([]byte, []int)deprecated
- func (x *BillingRegionRate) GetBillingRate() *BillingRate
- func (x *BillingRegionRate) GetBillingRegion() *BillingRegion
- func (x *BillingRegionRate) GetBillingRegionId() string
- func (x *BillingRegionRate) GetCountryId() string
- func (x *BillingRegionRate) GetIsCustom() bool
- func (*BillingRegionRate) ProtoMessage()
- func (x *BillingRegionRate) ProtoReflect() protoreflect.Message
- func (x *BillingRegionRate) Reset()
- func (x *BillingRegionRate) String() string
- type BroadcastPreferences
- func (*BroadcastPreferences) Descriptor() ([]byte, []int)deprecated
- func (x *BroadcastPreferences) GetBroadcastTemplateOrdering() commons.BroadcastTemplateOrdering
- func (x *BroadcastPreferences) GetDefaultStartTime() *BroadcastTime
- func (x *BroadcastPreferences) GetDefaultStopTime() *BroadcastTime
- func (x *BroadcastPreferences) GetDialListPenetrationStrategy() bool
- func (x *BroadcastPreferences) GetDisplayFollowTheSun() bool
- func (x *BroadcastPreferences) GetDisplayListPenetrationStrategy() bool
- func (x *BroadcastPreferences) GetEmailFromAddresses() []string
- func (x *BroadcastPreferences) GetFollowTheSun() bool
- func (x *BroadcastPreferences) GetSequenceTerminatorOverride() bool
- func (x *BroadcastPreferences) GetStartTimeEnabled() bool
- func (x *BroadcastPreferences) GetStopTimeEnabled() bool
- func (*BroadcastPreferences) ProtoMessage()
- func (x *BroadcastPreferences) ProtoReflect() protoreflect.Message
- func (x *BroadcastPreferences) Reset()
- func (x *BroadcastPreferences) String() string
- type BroadcastTime
- func (*BroadcastTime) Descriptor() ([]byte, []int)deprecated
- func (x *BroadcastTime) GetHours() int32
- func (x *BroadcastTime) GetMinutes() int32
- func (x *BroadcastTime) GetTimezone() commons.TimeZone
- func (*BroadcastTime) ProtoMessage()
- func (x *BroadcastTime) ProtoReflect() protoreflect.Message
- func (x *BroadcastTime) Reset()
- func (x *BroadcastTime) String() string
- type BusinessPreferences
- func (*BusinessPreferences) Descriptor() ([]byte, []int)deprecated
- func (x *BusinessPreferences) GetCustomVisualizations() bool
- func (x *BusinessPreferences) GetMultiClientAccess() bool
- func (x *BusinessPreferences) GetTimeFilter() string
- func (x *BusinessPreferences) GetTimeZone() commons.AnaTimeZone
- func (x *BusinessPreferences) GetWeeksOfData() int32
- func (*BusinessPreferences) ProtoMessage()
- func (x *BusinessPreferences) ProtoReflect() protoreflect.Message
- func (x *BusinessPreferences) Reset()
- func (x *BusinessPreferences) String() string
- type ClearEmailUnsubscribeAcknowledgementRequest
- func (*ClearEmailUnsubscribeAcknowledgementRequest) Descriptor() ([]byte, []int)deprecated
- func (*ClearEmailUnsubscribeAcknowledgementRequest) ProtoMessage()
- func (x *ClearEmailUnsubscribeAcknowledgementRequest) ProtoReflect() protoreflect.Message
- func (x *ClearEmailUnsubscribeAcknowledgementRequest) Reset()
- func (x *ClearEmailUnsubscribeAcknowledgementRequest) String() string
- type ClearEmailUnsubscribeAcknowledgementResponse
- func (*ClearEmailUnsubscribeAcknowledgementResponse) Descriptor() ([]byte, []int)deprecated
- func (*ClearEmailUnsubscribeAcknowledgementResponse) ProtoMessage()
- func (x *ClearEmailUnsubscribeAcknowledgementResponse) ProtoReflect() protoreflect.Message
- func (x *ClearEmailUnsubscribeAcknowledgementResponse) Reset()
- func (x *ClearEmailUnsubscribeAcknowledgementResponse) String() string
- type ClientInfoDisplayTemplate
- func (*ClientInfoDisplayTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *ClientInfoDisplayTemplate) GetContactFieldStyles() []*ContactFieldStyle
- func (x *ClientInfoDisplayTemplate) GetDescription() string
- func (x *ClientInfoDisplayTemplate) GetDialedNumberFieldStyle() *DialedNumberFieldStyle
- func (x *ClientInfoDisplayTemplate) GetDisplayAllFields() bool
- func (x *ClientInfoDisplayTemplate) GetId() string
- func (x *ClientInfoDisplayTemplate) GetName() string
- func (*ClientInfoDisplayTemplate) ProtoMessage()
- func (x *ClientInfoDisplayTemplate) ProtoReflect() protoreflect.Message
- func (x *ClientInfoDisplayTemplate) Reset()
- func (x *ClientInfoDisplayTemplate) String() string
- type Color
- type CompareExprList
- func (*CompareExprList) Descriptor() ([]byte, []int)deprecated
- func (x *CompareExprList) GetSimpleCompareExpression() []*SimpleCompareExpression
- func (*CompareExprList) ProtoMessage()
- func (x *CompareExprList) ProtoReflect() protoreflect.Message
- func (x *CompareExprList) Reset()
- func (x *CompareExprList) String() string
- type ComplexBooleanExpr
- func (*ComplexBooleanExpr) Descriptor() ([]byte, []int)deprecated
- func (x *ComplexBooleanExpr) GetCompareExpressionList() *CompareExprList
- func (*ComplexBooleanExpr) ProtoMessage()
- func (x *ComplexBooleanExpr) ProtoReflect() protoreflect.Message
- func (x *ComplexBooleanExpr) Reset()
- func (x *ComplexBooleanExpr) String() string
- type CompliancePreferences
- func (*CompliancePreferences) Descriptor() ([]byte, []int)deprecated
- func (x *CompliancePreferences) GetAfterHoursCalls() bool
- func (x *CompliancePreferences) GetCellPhoneScrub() bool
- func (x *CompliancePreferences) GetDefaultComplianceRuleSet() string
- func (x *CompliancePreferences) GetDefaultEmailComplianceList() string
- func (x *CompliancePreferences) GetDefaultScheduleRule() *ScheduleRuleField
- func (x *CompliancePreferences) GetDefaultSmsComplianceList() string
- func (x *CompliancePreferences) GetDisplayAfterHoursCalls() bool
- func (x *CompliancePreferences) GetDisplayCellPhoneScrub() bool
- func (x *CompliancePreferences) GetDisplayNaturalCompliance() bool
- func (x *CompliancePreferences) GetDisplayScheduleRules() bool
- func (x *CompliancePreferences) GetDoZipCodeScrub() bool
- func (x *CompliancePreferences) GetUseNaturalCompliance() bool
- func (x *CompliancePreferences) GetUseScheduleRules() bool
- func (x *CompliancePreferences) GetZipCodeScrub() *ZipCodeField
- func (*CompliancePreferences) ProtoMessage()
- func (x *CompliancePreferences) ProtoReflect() protoreflect.Message
- func (x *CompliancePreferences) Reset()
- func (x *CompliancePreferences) String() string
- type ContactAreaCode
- func (*ContactAreaCode) Descriptor() ([]byte, []int)deprecated
- func (x *ContactAreaCode) GetAreaCode() isContactAreaCode_AreaCode
- func (x *ContactAreaCode) GetContactField() *ContactFieldDesc
- func (x *ContactAreaCode) GetCustom() int32
- func (*ContactAreaCode) ProtoMessage()
- func (x *ContactAreaCode) ProtoReflect() protoreflect.Message
- func (x *ContactAreaCode) Reset()
- func (x *ContactAreaCode) String() string
- type ContactAreaCode_ContactField
- type ContactAreaCode_Custom
- type ContactFieldDesc
- func (*ContactFieldDesc) Descriptor() ([]byte, []int)deprecated
- func (x *ContactFieldDesc) GetFieldName() string
- func (x *ContactFieldDesc) GetId() int64
- func (*ContactFieldDesc) ProtoMessage()
- func (x *ContactFieldDesc) ProtoReflect() protoreflect.Message
- func (x *ContactFieldDesc) Reset()
- func (x *ContactFieldDesc) String() string
- type ContactFieldStyle
- func (*ContactFieldStyle) Descriptor() ([]byte, []int)deprecated
- func (x *ContactFieldStyle) GetBackgroundColor() *Color
- func (x *ContactFieldStyle) GetContactFieldDescriptionSid() int64
- func (x *ContactFieldStyle) GetTextColor() *Color
- func (*ContactFieldStyle) ProtoMessage()
- func (x *ContactFieldStyle) ProtoReflect() protoreflect.Message
- func (x *ContactFieldStyle) Reset()
- func (x *ContactFieldStyle) String() string
- type ContactPreferences
- func (*ContactPreferences) Descriptor() ([]byte, []int)deprecated
- func (x *ContactPreferences) GetDefaultContactAreaCode() *ContactAreaCode
- func (x *ContactPreferences) GetDefaultContactImportFormat() *ImportFormat
- func (x *ContactPreferences) GetDefaultContactsImportRandomization() bool
- func (x *ContactPreferences) GetDefaultDuplicateHandling() commons.DefaultDuplicateHandling
- func (x *ContactPreferences) GetDefaultEmailColumn() string
- func (x *ContactPreferences) GetDiscardRecordDefaultAbsentNumbersHandling() bool
- func (x *ContactPreferences) GetUseContactAreaCode() bool
- func (x *ContactPreferences) GetUseContactImportFormat() bool
- func (*ContactPreferences) ProtoMessage()
- func (x *ContactPreferences) ProtoReflect() protoreflect.Message
- func (x *ContactPreferences) Reset()
- func (x *ContactPreferences) String() string
- type ConvertOrgToManualRequest
- func (*ConvertOrgToManualRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ConvertOrgToManualRequest) GetOrgId() string
- func (*ConvertOrgToManualRequest) ProtoMessage()
- func (x *ConvertOrgToManualRequest) ProtoReflect() protoreflect.Message
- func (x *ConvertOrgToManualRequest) Reset()
- func (x *ConvertOrgToManualRequest) String() string
- type ConvertOrgToManualResponse
- type CopyQueueConfigReq
- func (*CopyQueueConfigReq) Descriptor() ([]byte, []int)deprecated
- func (x *CopyQueueConfigReq) GetFromName() string
- func (x *CopyQueueConfigReq) GetFromOrgId() string
- func (x *CopyQueueConfigReq) GetToName() string
- func (x *CopyQueueConfigReq) GetToOrgId() string
- func (*CopyQueueConfigReq) ProtoMessage()
- func (x *CopyQueueConfigReq) ProtoReflect() protoreflect.Message
- func (x *CopyQueueConfigReq) Reset()
- func (x *CopyQueueConfigReq) String() string
- type CopyQueueConfigRes
- type Country
- func (*Country) Descriptor() ([]byte, []int)deprecated
- func (x *Country) GetCountry() commons.Country
- func (x *Country) GetCountryCode() int64
- func (x *Country) GetCountryId() string
- func (x *Country) GetCountryName() string
- func (x *Country) GetCountrySid() int64
- func (x *Country) GetPhoneDigits() int64
- func (x *Country) GetRegionCodes() []string
- func (x *Country) GetRegionDigits() int64
- func (x *Country) GetTotalDigits() int64
- func (*Country) ProtoMessage()
- func (x *Country) ProtoReflect() protoreflect.Message
- func (x *Country) Reset()
- func (x *Country) String() string
- type CreateAgentPauseCodeRequest
- func (*CreateAgentPauseCodeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAgentPauseCodeRequest) GetPauseCode() *PauseCode
- func (*CreateAgentPauseCodeRequest) ProtoMessage()
- func (x *CreateAgentPauseCodeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAgentPauseCodeRequest) Reset()
- func (x *CreateAgentPauseCodeRequest) String() string
- type CreateAgentPauseCodeResponse
- func (*CreateAgentPauseCodeResponse) Descriptor() ([]byte, []int)deprecated
- func (*CreateAgentPauseCodeResponse) ProtoMessage()
- func (x *CreateAgentPauseCodeResponse) ProtoReflect() protoreflect.Message
- func (x *CreateAgentPauseCodeResponse) Reset()
- func (x *CreateAgentPauseCodeResponse) String() string
- type CreateAgentProfileGroupRequest
- func (*CreateAgentProfileGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAgentProfileGroupRequest) GetAgentProfileGroup() *org.AgentProfileGroup
- func (*CreateAgentProfileGroupRequest) ProtoMessage()
- func (x *CreateAgentProfileGroupRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAgentProfileGroupRequest) Reset()
- func (x *CreateAgentProfileGroupRequest) String() string
- type CreateAgentProfileGroupResponse
- func (*CreateAgentProfileGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAgentProfileGroupResponse) GetAgentProfileGroupId() string
- func (*CreateAgentProfileGroupResponse) ProtoMessage()
- func (x *CreateAgentProfileGroupResponse) ProtoReflect() protoreflect.Message
- func (x *CreateAgentProfileGroupResponse) Reset()
- func (x *CreateAgentProfileGroupResponse) String() string
- type CreateAgentStatisticsTemplateRequest
- func (*CreateAgentStatisticsTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAgentStatisticsTemplateRequest) GetTemplate() *AgentLoginGuiStatisticsTemplate
- func (*CreateAgentStatisticsTemplateRequest) ProtoMessage()
- func (x *CreateAgentStatisticsTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAgentStatisticsTemplateRequest) Reset()
- func (x *CreateAgentStatisticsTemplateRequest) String() string
- type CreateAgentStatisticsTemplateResponse
- func (*CreateAgentStatisticsTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (*CreateAgentStatisticsTemplateResponse) ProtoMessage()
- func (x *CreateAgentStatisticsTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *CreateAgentStatisticsTemplateResponse) Reset()
- func (x *CreateAgentStatisticsTemplateResponse) String() string
- type CreateAgentTriggerTemplateRequest
- func (*CreateAgentTriggerTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAgentTriggerTemplateRequest) GetAgentTriggerTemplate() *AgentTriggerTemplate
- func (*CreateAgentTriggerTemplateRequest) ProtoMessage()
- func (x *CreateAgentTriggerTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAgentTriggerTemplateRequest) Reset()
- func (x *CreateAgentTriggerTemplateRequest) String() string
- type CreateAgentTriggerTemplateResponse
- func (*CreateAgentTriggerTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (*CreateAgentTriggerTemplateResponse) ProtoMessage()
- func (x *CreateAgentTriggerTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *CreateAgentTriggerTemplateResponse) Reset()
- func (x *CreateAgentTriggerTemplateResponse) String() string
- type CreateAuthConnectionRequest
- func (*CreateAuthConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAuthConnectionRequest) GetClientSecret() string
- func (x *CreateAuthConnectionRequest) GetSettings() *AuthConnectionSettings
- func (*CreateAuthConnectionRequest) ProtoMessage()
- func (x *CreateAuthConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAuthConnectionRequest) Reset()
- func (x *CreateAuthConnectionRequest) String() string
- type CreateAuthConnectionResponse
- func (*CreateAuthConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (*CreateAuthConnectionResponse) ProtoMessage()
- func (x *CreateAuthConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *CreateAuthConnectionResponse) Reset()
- func (x *CreateAuthConnectionResponse) String() string
- type CreateClientInfoDisplayTemplateRequest
- func (*CreateClientInfoDisplayTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateClientInfoDisplayTemplateRequest) GetClientInfoDisplayTemplate() *ClientInfoDisplayTemplate
- func (*CreateClientInfoDisplayTemplateRequest) ProtoMessage()
- func (x *CreateClientInfoDisplayTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *CreateClientInfoDisplayTemplateRequest) Reset()
- func (x *CreateClientInfoDisplayTemplateRequest) String() string
- type CreateClientInfoDisplayTemplateResponse
- func (*CreateClientInfoDisplayTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (*CreateClientInfoDisplayTemplateResponse) ProtoMessage()
- func (x *CreateClientInfoDisplayTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *CreateClientInfoDisplayTemplateResponse) Reset()
- func (x *CreateClientInfoDisplayTemplateResponse) String() string
- type CreateCustomReportFilterRequest
- func (*CreateCustomReportFilterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCustomReportFilterRequest) GetFilter() *CustomReportFilter
- func (*CreateCustomReportFilterRequest) ProtoMessage()
- func (x *CreateCustomReportFilterRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCustomReportFilterRequest) Reset()
- func (x *CreateCustomReportFilterRequest) String() string
- type CreateCustomReportFilterResponse
- func (*CreateCustomReportFilterResponse) Descriptor() ([]byte, []int)deprecated
- func (*CreateCustomReportFilterResponse) ProtoMessage()
- func (x *CreateCustomReportFilterResponse) ProtoReflect() protoreflect.Message
- func (x *CreateCustomReportFilterResponse) Reset()
- func (x *CreateCustomReportFilterResponse) String() string
- type CreateDelegatedUserRequest
- func (*CreateDelegatedUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDelegatedUserRequest) GetConnectionId() string
- func (x *CreateDelegatedUserRequest) GetEmail() string
- func (x *CreateDelegatedUserRequest) GetFirstName() string
- func (x *CreateDelegatedUserRequest) GetGroups() []string
- func (x *CreateDelegatedUserRequest) GetLastName() string
- func (x *CreateDelegatedUserRequest) GetOrgId() string
- func (x *CreateDelegatedUserRequest) GetUserId() string
- func (x *CreateDelegatedUserRequest) GetUserName() string
- func (*CreateDelegatedUserRequest) ProtoMessage()
- func (x *CreateDelegatedUserRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDelegatedUserRequest) Reset()
- func (x *CreateDelegatedUserRequest) String() string
- type CreateDelegatedUserResponse
- func (*CreateDelegatedUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDelegatedUserResponse) GetUserId() string
- func (*CreateDelegatedUserResponse) ProtoMessage()
- func (x *CreateDelegatedUserResponse) ProtoReflect() protoreflect.Message
- func (x *CreateDelegatedUserResponse) Reset()
- func (x *CreateDelegatedUserResponse) String() string
- type CreateP3PermissionGroupRequest
- func (*CreateP3PermissionGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateP3PermissionGroupRequest) GetDescription() string
- func (x *CreateP3PermissionGroupRequest) GetName() string
- func (x *CreateP3PermissionGroupRequest) GetPermissions() []commons.Permission
- func (*CreateP3PermissionGroupRequest) ProtoMessage()
- func (x *CreateP3PermissionGroupRequest) ProtoReflect() protoreflect.Message
- func (x *CreateP3PermissionGroupRequest) Reset()
- func (x *CreateP3PermissionGroupRequest) String() string
- type CreateP3PermissionGroupResponse
- func (*CreateP3PermissionGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateP3PermissionGroupResponse) GetP3PermissionGroup() *P3PermissionGroup
- func (*CreateP3PermissionGroupResponse) ProtoMessage()
- func (x *CreateP3PermissionGroupResponse) ProtoReflect() protoreflect.Message
- func (x *CreateP3PermissionGroupResponse) Reset()
- func (x *CreateP3PermissionGroupResponse) String() string
- type CreatePermissionGroupRequest
- func (*CreatePermissionGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreatePermissionGroupRequest) GetDescription() string
- func (x *CreatePermissionGroupRequest) GetName() string
- func (x *CreatePermissionGroupRequest) GetPermissions() []auth.Permission
- func (*CreatePermissionGroupRequest) ProtoMessage()
- func (x *CreatePermissionGroupRequest) ProtoReflect() protoreflect.Message
- func (x *CreatePermissionGroupRequest) Reset()
- func (x *CreatePermissionGroupRequest) String() string
- type CreatePermissionGroupResponse
- func (*CreatePermissionGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreatePermissionGroupResponse) GetPermissionGroup() *PermissionGroup
- func (*CreatePermissionGroupResponse) ProtoMessage()
- func (x *CreatePermissionGroupResponse) ProtoReflect() protoreflect.Message
- func (x *CreatePermissionGroupResponse) Reset()
- func (x *CreatePermissionGroupResponse) String() string
- type CreateQueueConfigReq
- func (*CreateQueueConfigReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateQueueConfigReq) GetConfig() *QueueConfig
- func (*CreateQueueConfigReq) ProtoMessage()
- func (x *CreateQueueConfigReq) ProtoReflect() protoreflect.Message
- func (x *CreateQueueConfigReq) Reset()
- func (x *CreateQueueConfigReq) String() string
- type CreateQueueConfigRes
- type CreateUserRequest
- func (*CreateUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserRequest) GetAgentProfileGroupId() string
- func (x *CreateUserRequest) GetCallerIds() []string
- func (x *CreateUserRequest) GetDefaultApp() commons.OperatorApplications
- func (x *CreateUserRequest) GetEmail() string
- func (x *CreateUserRequest) GetFirstName() string
- func (x *CreateUserRequest) GetHuntGroupSid() int64
- func (x *CreateUserRequest) GetLabels() []string
- func (x *CreateUserRequest) GetLastName() string
- func (x *CreateUserRequest) GetLinkbackNumbers() []string
- func (x *CreateUserRequest) GetOrgId() string
- func (x *CreateUserRequest) GetP3PermissionGroupId() string
- func (x *CreateUserRequest) GetPartnerAgentId() string
- func (x *CreateUserRequest) GetPassword() string
- func (x *CreateUserRequest) GetPermissionGroupIds() []string
- func (x *CreateUserRequest) GetTimeZoneOverride() *commons.TimeZoneWrapper
- func (x *CreateUserRequest) GetUserCallerId() string
- func (x *CreateUserRequest) GetUserName() string
- func (*CreateUserRequest) ProtoMessage()
- func (x *CreateUserRequest) ProtoReflect() protoreflect.Message
- func (x *CreateUserRequest) Reset()
- func (x *CreateUserRequest) String() string
- type CreateUserResponse
- func (*CreateUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserResponse) GetUserId() string
- func (*CreateUserResponse) ProtoMessage()
- func (x *CreateUserResponse) ProtoReflect() protoreflect.Message
- func (x *CreateUserResponse) Reset()
- func (x *CreateUserResponse) String() string
- type CreateWebLinkTemplateRequest
- func (*CreateWebLinkTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWebLinkTemplateRequest) GetWebLinkTemplate() *WebLinkTemplate
- func (*CreateWebLinkTemplateRequest) ProtoMessage()
- func (x *CreateWebLinkTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *CreateWebLinkTemplateRequest) Reset()
- func (x *CreateWebLinkTemplateRequest) String() string
- type CreateWebLinkTemplateResponse
- func (*CreateWebLinkTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (*CreateWebLinkTemplateResponse) ProtoMessage()
- func (x *CreateWebLinkTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *CreateWebLinkTemplateResponse) Reset()
- func (x *CreateWebLinkTemplateResponse) String() string
- type CustomDialOrder
- func (*CustomDialOrder) Descriptor() ([]byte, []int)deprecated
- func (x *CustomDialOrder) GetDialOrderFields() []*DialOrderField
- func (*CustomDialOrder) ProtoMessage()
- func (x *CustomDialOrder) ProtoReflect() protoreflect.Message
- func (x *CustomDialOrder) Reset()
- func (x *CustomDialOrder) String() string
- type CustomImportFormat
- func (*CustomImportFormat) Descriptor() ([]byte, []int)deprecated
- func (x *CustomImportFormat) GetId() int64
- func (x *CustomImportFormat) GetName() string
- func (*CustomImportFormat) ProtoMessage()
- func (x *CustomImportFormat) ProtoReflect() protoreflect.Message
- func (x *CustomImportFormat) Reset()
- func (x *CustomImportFormat) String() string
- type CustomReportFilter
- func (*CustomReportFilter) Descriptor() ([]byte, []int)deprecated
- func (x *CustomReportFilter) GetAgentResponseExpressionList() []*ComplexBooleanExpr
- func (x *CustomReportFilter) GetCallResultsFilterList() []int64
- func (x *CustomReportFilter) GetConjunction() CustomReportFilter_FilterConjunction
- func (x *CustomReportFilter) GetDescription() string
- func (x *CustomReportFilter) GetDtmfExpressionList() []*ComplexBooleanExpr
- func (x *CustomReportFilter) GetExcludeDtmfExpressionList() []*ComplexBooleanExpr
- func (x *CustomReportFilter) GetHuntGroupSidExcludeList() []int64
- func (x *CustomReportFilter) GetHuntGroupSidIncludeList() []int64
- func (x *CustomReportFilter) GetLastTemplateElementExpressionList() []*ComplexBooleanExpr
- func (x *CustomReportFilter) GetName() string
- func (x *CustomReportFilter) GetXmlClientPropertySid() int64
- func (*CustomReportFilter) ProtoMessage()
- func (x *CustomReportFilter) ProtoReflect() protoreflect.Message
- func (x *CustomReportFilter) Reset()
- func (x *CustomReportFilter) String() string
- type CustomReportFilterPreferences
- func (*CustomReportFilterPreferences) Descriptor() ([]byte, []int)deprecated
- func (x *CustomReportFilterPreferences) GetName() string
- func (x *CustomReportFilterPreferences) GetXmlClientPropertySid() int64
- func (*CustomReportFilterPreferences) ProtoMessage()
- func (x *CustomReportFilterPreferences) ProtoReflect() protoreflect.Message
- func (x *CustomReportFilterPreferences) Reset()
- func (x *CustomReportFilterPreferences) String() string
- type CustomReportFilter_FilterConjunction
- func (CustomReportFilter_FilterConjunction) Descriptor() protoreflect.EnumDescriptor
- func (x CustomReportFilter_FilterConjunction) Enum() *CustomReportFilter_FilterConjunction
- func (CustomReportFilter_FilterConjunction) EnumDescriptor() ([]byte, []int)deprecated
- func (x CustomReportFilter_FilterConjunction) Number() protoreflect.EnumNumber
- func (x CustomReportFilter_FilterConjunction) String() string
- func (CustomReportFilter_FilterConjunction) Type() protoreflect.EnumType
- type DashboardPreferences
- func (*DashboardPreferences) Descriptor() ([]byte, []int)deprecated
- func (x *DashboardPreferences) GetDefaultBargeInFiltering() *BargeInFiltering
- func (x *DashboardPreferences) GetDefaultCallTypes() *IncludedCallTypes
- func (x *DashboardPreferences) GetDefaultDescendingSort() bool
- func (x *DashboardPreferences) GetDefaultInfoGrouping() bool
- func (x *DashboardPreferences) GetDefaultInfoSortByValue() commons.AgentInfoSortBy
- func (x *DashboardPreferences) GetDefaultInfoView() bool
- func (x *DashboardPreferences) GetDefaultSmallIcon() bool
- func (x *DashboardPreferences) GetDefaultTableInclusion() bool
- func (x *DashboardPreferences) GetTableTemplateSid() int64
- func (*DashboardPreferences) ProtoMessage()
- func (x *DashboardPreferences) ProtoReflect() protoreflect.Message
- func (x *DashboardPreferences) Reset()
- func (x *DashboardPreferences) String() string
- type DashboardQueuePreferences
- func (*DashboardQueuePreferences) Descriptor() ([]byte, []int)deprecated
- func (x *DashboardQueuePreferences) GetDefaultAgentSkillsFilter() int64
- func (x *DashboardQueuePreferences) GetDefaultDescendingSort() bool
- func (x *DashboardQueuePreferences) GetDefaultInfoGrouping() bool
- func (x *DashboardQueuePreferences) GetDefaultInfoSortByValue() commons.QueueInfoSortBy
- func (x *DashboardQueuePreferences) GetDefaultInfoTableTemplate() int64
- func (x *DashboardQueuePreferences) GetDefaultInfoView() bool
- func (x *DashboardQueuePreferences) GetDefaultSmallIcon() bool
- func (*DashboardQueuePreferences) ProtoMessage()
- func (x *DashboardQueuePreferences) ProtoReflect() protoreflect.Message
- func (x *DashboardQueuePreferences) Reset()
- func (x *DashboardQueuePreferences) String() string
- type DeleteAgentPauseCodeRequest
- func (*DeleteAgentPauseCodeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAgentPauseCodeRequest) GetXmlClientPropertySid() int64
- func (*DeleteAgentPauseCodeRequest) ProtoMessage()
- func (x *DeleteAgentPauseCodeRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAgentPauseCodeRequest) Reset()
- func (x *DeleteAgentPauseCodeRequest) String() string
- type DeleteAgentPauseCodeResponse
- func (*DeleteAgentPauseCodeResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteAgentPauseCodeResponse) ProtoMessage()
- func (x *DeleteAgentPauseCodeResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteAgentPauseCodeResponse) Reset()
- func (x *DeleteAgentPauseCodeResponse) String() string
- type DeleteAgentProfileGroupRequest
- func (*DeleteAgentProfileGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAgentProfileGroupRequest) GetAgentProfileGroupId() string
- func (*DeleteAgentProfileGroupRequest) ProtoMessage()
- func (x *DeleteAgentProfileGroupRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAgentProfileGroupRequest) Reset()
- func (x *DeleteAgentProfileGroupRequest) String() string
- type DeleteAgentProfileGroupResponse
- func (*DeleteAgentProfileGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteAgentProfileGroupResponse) ProtoMessage()
- func (x *DeleteAgentProfileGroupResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteAgentProfileGroupResponse) Reset()
- func (x *DeleteAgentProfileGroupResponse) String() string
- type DeleteAgentStatisticsTemplateRequest
- func (*DeleteAgentStatisticsTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAgentStatisticsTemplateRequest) GetXmlClientPropertySid() int64
- func (*DeleteAgentStatisticsTemplateRequest) ProtoMessage()
- func (x *DeleteAgentStatisticsTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAgentStatisticsTemplateRequest) Reset()
- func (x *DeleteAgentStatisticsTemplateRequest) String() string
- type DeleteAgentStatisticsTemplateResponse
- func (*DeleteAgentStatisticsTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteAgentStatisticsTemplateResponse) ProtoMessage()
- func (x *DeleteAgentStatisticsTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteAgentStatisticsTemplateResponse) Reset()
- func (x *DeleteAgentStatisticsTemplateResponse) String() string
- type DeleteAgentTriggerTemplateRequest
- func (*DeleteAgentTriggerTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAgentTriggerTemplateRequest) GetId() string
- func (*DeleteAgentTriggerTemplateRequest) ProtoMessage()
- func (x *DeleteAgentTriggerTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAgentTriggerTemplateRequest) Reset()
- func (x *DeleteAgentTriggerTemplateRequest) String() string
- type DeleteAgentTriggerTemplateResponse
- func (*DeleteAgentTriggerTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteAgentTriggerTemplateResponse) ProtoMessage()
- func (x *DeleteAgentTriggerTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteAgentTriggerTemplateResponse) Reset()
- func (x *DeleteAgentTriggerTemplateResponse) String() string
- type DeleteAuthConnectionRequest
- type DeleteAuthConnectionResponse
- func (*DeleteAuthConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteAuthConnectionResponse) ProtoMessage()
- func (x *DeleteAuthConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteAuthConnectionResponse) Reset()
- func (x *DeleteAuthConnectionResponse) String() string
- type DeleteClientInfoDisplayTemplateRequest
- func (*DeleteClientInfoDisplayTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteClientInfoDisplayTemplateRequest) GetId() string
- func (*DeleteClientInfoDisplayTemplateRequest) ProtoMessage()
- func (x *DeleteClientInfoDisplayTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteClientInfoDisplayTemplateRequest) Reset()
- func (x *DeleteClientInfoDisplayTemplateRequest) String() string
- type DeleteClientInfoDisplayTemplateResponse
- func (*DeleteClientInfoDisplayTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteClientInfoDisplayTemplateResponse) ProtoMessage()
- func (x *DeleteClientInfoDisplayTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteClientInfoDisplayTemplateResponse) Reset()
- func (x *DeleteClientInfoDisplayTemplateResponse) String() string
- type DeleteCustomReportFilterRequest
- func (*DeleteCustomReportFilterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCustomReportFilterRequest) GetXmlClientPropertySid() int64
- func (*DeleteCustomReportFilterRequest) ProtoMessage()
- func (x *DeleteCustomReportFilterRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCustomReportFilterRequest) Reset()
- func (x *DeleteCustomReportFilterRequest) String() string
- type DeleteCustomReportFilterResponse
- func (*DeleteCustomReportFilterResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteCustomReportFilterResponse) ProtoMessage()
- func (x *DeleteCustomReportFilterResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteCustomReportFilterResponse) Reset()
- func (x *DeleteCustomReportFilterResponse) String() string
- type DeleteOrganizationPropertiesResponse
- func (*DeleteOrganizationPropertiesResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteOrganizationPropertiesResponse) ProtoMessage()
- func (x *DeleteOrganizationPropertiesResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationPropertiesResponse) Reset()
- func (x *DeleteOrganizationPropertiesResponse) String() string
- type DeleteP3PermissionGroupRequest
- func (*DeleteP3PermissionGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteP3PermissionGroupRequest) GetPermissionGroupId() string
- func (*DeleteP3PermissionGroupRequest) ProtoMessage()
- func (x *DeleteP3PermissionGroupRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteP3PermissionGroupRequest) Reset()
- func (x *DeleteP3PermissionGroupRequest) String() string
- type DeleteP3PermissionGroupResponse
- func (*DeleteP3PermissionGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteP3PermissionGroupResponse) GetPermissionGroupId() string
- func (*DeleteP3PermissionGroupResponse) ProtoMessage()
- func (x *DeleteP3PermissionGroupResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteP3PermissionGroupResponse) Reset()
- func (x *DeleteP3PermissionGroupResponse) String() string
- type DeletePermissionGroupRequest
- func (*DeletePermissionGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeletePermissionGroupRequest) GetPermissionGroupId() string
- func (*DeletePermissionGroupRequest) ProtoMessage()
- func (x *DeletePermissionGroupRequest) ProtoReflect() protoreflect.Message
- func (x *DeletePermissionGroupRequest) Reset()
- func (x *DeletePermissionGroupRequest) String() string
- type DeletePermissionGroupResponse
- func (*DeletePermissionGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeletePermissionGroupResponse) ProtoMessage()
- func (x *DeletePermissionGroupResponse) ProtoReflect() protoreflect.Message
- func (x *DeletePermissionGroupResponse) Reset()
- func (x *DeletePermissionGroupResponse) String() string
- type DeleteQueueConfigReq
- func (*DeleteQueueConfigReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteQueueConfigReq) GetConfigName() string
- func (*DeleteQueueConfigReq) ProtoMessage()
- func (x *DeleteQueueConfigReq) ProtoReflect() protoreflect.Message
- func (x *DeleteQueueConfigReq) Reset()
- func (x *DeleteQueueConfigReq) String() string
- type DeleteQueueConfigRes
- type DeleteWebLinkTemplateRequest
- func (*DeleteWebLinkTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteWebLinkTemplateRequest) GetWebLinkTemplateId() string
- func (*DeleteWebLinkTemplateRequest) ProtoMessage()
- func (x *DeleteWebLinkTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteWebLinkTemplateRequest) Reset()
- func (x *DeleteWebLinkTemplateRequest) String() string
- type DeleteWebLinkTemplateResponse
- func (*DeleteWebLinkTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteWebLinkTemplateResponse) ProtoMessage()
- func (x *DeleteWebLinkTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteWebLinkTemplateResponse) Reset()
- func (x *DeleteWebLinkTemplateResponse) String() string
- type DialOrder
- func (*DialOrder) Descriptor() ([]byte, []int)deprecated
- func (x *DialOrder) GetCustomOrder() *CustomDialOrder
- func (x *DialOrder) GetStandardOrder() commons.DialOrderType
- func (x *DialOrder) GetType() isDialOrder_Type
- func (*DialOrder) ProtoMessage()
- func (x *DialOrder) ProtoReflect() protoreflect.Message
- func (x *DialOrder) Reset()
- func (x *DialOrder) String() string
- type DialOrderField
- func (*DialOrderField) Descriptor() ([]byte, []int)deprecated
- func (x *DialOrderField) GetCfdSid() int64
- func (x *DialOrderField) GetFieldName() string
- func (*DialOrderField) ProtoMessage()
- func (x *DialOrderField) ProtoReflect() protoreflect.Message
- func (x *DialOrderField) Reset()
- func (x *DialOrderField) String() string
- type DialOrder_CustomOrder
- type DialOrder_StandardOrder
- type DialedNumberFieldStyle
- func (*DialedNumberFieldStyle) Descriptor() ([]byte, []int)deprecated
- func (x *DialedNumberFieldStyle) GetBackgroundColor() *Color
- func (x *DialedNumberFieldStyle) GetTextColor() *Color
- func (*DialedNumberFieldStyle) ProtoMessage()
- func (x *DialedNumberFieldStyle) ProtoReflect() protoreflect.Message
- func (x *DialedNumberFieldStyle) Reset()
- func (x *DialedNumberFieldStyle) String() string
- type EditAgentQuickViewPreferencesRequest
- func (*EditAgentQuickViewPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EditAgentQuickViewPreferencesRequest) GetAgentStatusDisplayTemplate() *AgentStatusDisplayTemplate
- func (*EditAgentQuickViewPreferencesRequest) ProtoMessage()
- func (x *EditAgentQuickViewPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *EditAgentQuickViewPreferencesRequest) Reset()
- func (x *EditAgentQuickViewPreferencesRequest) String() string
- type EditAgentQuickViewPreferencesResponse
- func (*EditAgentQuickViewPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*EditAgentQuickViewPreferencesResponse) ProtoMessage()
- func (x *EditAgentQuickViewPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *EditAgentQuickViewPreferencesResponse) Reset()
- func (x *EditAgentQuickViewPreferencesResponse) String() string
- type EditBackofficeThemePreferenceRequest
- func (*EditBackofficeThemePreferenceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EditBackofficeThemePreferenceRequest) GetBackofficeTheme() commons.ClientSkin
- func (x *EditBackofficeThemePreferenceRequest) GetOrgId() string
- func (*EditBackofficeThemePreferenceRequest) ProtoMessage()
- func (x *EditBackofficeThemePreferenceRequest) ProtoReflect() protoreflect.Message
- func (x *EditBackofficeThemePreferenceRequest) Reset()
- func (x *EditBackofficeThemePreferenceRequest) String() string
- type EditBackofficeThemePreferenceResponse
- func (*EditBackofficeThemePreferenceResponse) Descriptor() ([]byte, []int)deprecated
- func (*EditBackofficeThemePreferenceResponse) ProtoMessage()
- func (x *EditBackofficeThemePreferenceResponse) ProtoReflect() protoreflect.Message
- func (x *EditBackofficeThemePreferenceResponse) Reset()
- func (x *EditBackofficeThemePreferenceResponse) String() string
- type EmailSmsPreferences
- func (*EmailSmsPreferences) Descriptor() ([]byte, []int)deprecated
- func (x *EmailSmsPreferences) GetClientAcknowledgement() bool
- func (x *EmailSmsPreferences) GetEmailFromAddresses() []string
- func (x *EmailSmsPreferences) GetUseCustomLinks() bool
- func (*EmailSmsPreferences) ProtoMessage()
- func (x *EmailSmsPreferences) ProtoReflect() protoreflect.Message
- func (x *EmailSmsPreferences) Reset()
- func (x *EmailSmsPreferences) String() string
- type EndOfDayPreferences
- func (*EndOfDayPreferences) Descriptor() ([]byte, []int)deprecated
- func (x *EndOfDayPreferences) GetEodFriday() int32
- func (x *EndOfDayPreferences) GetEodMonday() int32
- func (x *EndOfDayPreferences) GetEodSaturday() int32
- func (x *EndOfDayPreferences) GetEodSunday() int32
- func (x *EndOfDayPreferences) GetEodThursday() int32
- func (x *EndOfDayPreferences) GetEodTuesday() int32
- func (x *EndOfDayPreferences) GetEodWednesday() int32
- func (*EndOfDayPreferences) ProtoMessage()
- func (x *EndOfDayPreferences) ProtoReflect() protoreflect.Message
- func (x *EndOfDayPreferences) Reset()
- func (x *EndOfDayPreferences) String() string
- type FileNameSegment
- func (*FileNameSegment) Descriptor() ([]byte, []int)deprecated
- func (x *FileNameSegment) GetFormatPattern() string
- func (x *FileNameSegment) GetSegmentType() string
- func (x *FileNameSegment) GetTimeZoneId() string
- func (*FileNameSegment) ProtoMessage()
- func (x *FileNameSegment) ProtoReflect() protoreflect.Message
- func (x *FileNameSegment) Reset()
- func (x *FileNameSegment) String() string
- type FileNamingConvention
- func (*FileNamingConvention) Descriptor() ([]byte, []int)deprecated
- func (x *FileNamingConvention) GetSegments() []*FileNameSegment
- func (*FileNamingConvention) ProtoMessage()
- func (x *FileNamingConvention) ProtoReflect() protoreflect.Message
- func (x *FileNamingConvention) Reset()
- func (x *FileNamingConvention) String() string
- type FilterPreferences
- func (*FilterPreferences) Descriptor() ([]byte, []int)deprecated
- func (x *FilterPreferences) GetCustomReportFilters() []*CustomReportFilter
- func (x *FilterPreferences) GetDefaultAutoReportFilter() *ReportFilter
- func (x *FilterPreferences) GetDefaultBroadcastResendFilter() *ReportFilter
- func (x *FilterPreferences) GetDisplayBroadcastResendFilter() bool
- func (x *FilterPreferences) GetSendEmptyAutoReports() bool
- func (*FilterPreferences) ProtoMessage()
- func (x *FilterPreferences) ProtoReflect() protoreflect.Message
- func (x *FilterPreferences) Reset()
- func (x *FilterPreferences) String() string
- type GenericStatisticFormatRule
- func (*GenericStatisticFormatRule) Descriptor() ([]byte, []int)deprecated
- func (x *GenericStatisticFormatRule) GetDatabaseFieldName() string
- func (x *GenericStatisticFormatRule) GetHeaderText() string
- func (x *GenericStatisticFormatRule) GetHeaderTooltipText() string
- func (x *GenericStatisticFormatRule) GetSimpleDateFormatString() string
- func (x *GenericStatisticFormatRule) GetStatisticId() string
- func (x *GenericStatisticFormatRule) GetTimeZoneEnum() commons.TimeZone
- func (x *GenericStatisticFormatRule) GetTimezoneIdString() string
- func (*GenericStatisticFormatRule) ProtoMessage()
- func (x *GenericStatisticFormatRule) ProtoReflect() protoreflect.Message
- func (x *GenericStatisticFormatRule) Reset()
- func (x *GenericStatisticFormatRule) String() string
- type GetAdminClientPreferencesRequest
- func (*GetAdminClientPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAdminClientPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *GetAdminClientPreferencesRequest) GetOrgId() string
- func (*GetAdminClientPreferencesRequest) ProtoMessage()
- func (x *GetAdminClientPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetAdminClientPreferencesRequest) Reset()
- func (x *GetAdminClientPreferencesRequest) String() string
- type GetAdminClientPreferencesResponse
- func (*GetAdminClientPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAdminClientPreferencesResponse) GetAdminClientPreferences() *AdminClientPreferences
- func (*GetAdminClientPreferencesResponse) ProtoMessage()
- func (x *GetAdminClientPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetAdminClientPreferencesResponse) Reset()
- func (x *GetAdminClientPreferencesResponse) String() string
- type GetAgentPreferencesRequest
- func (*GetAgentPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAgentPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetAgentPreferencesRequest) ProtoMessage()
- func (x *GetAgentPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetAgentPreferencesRequest) Reset()
- func (x *GetAgentPreferencesRequest) String() string
- type GetAgentPreferencesResponse
- func (*GetAgentPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAgentPreferencesResponse) GetAgentPreferences() *AgentPreferences
- func (*GetAgentPreferencesResponse) ProtoMessage()
- func (x *GetAgentPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetAgentPreferencesResponse) Reset()
- func (x *GetAgentPreferencesResponse) String() string
- type GetAgentProfileGroupRequest
- func (*GetAgentProfileGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAgentProfileGroupRequest) GetAgentProfileGroupId() string
- func (*GetAgentProfileGroupRequest) ProtoMessage()
- func (x *GetAgentProfileGroupRequest) ProtoReflect() protoreflect.Message
- func (x *GetAgentProfileGroupRequest) Reset()
- func (x *GetAgentProfileGroupRequest) String() string
- type GetAgentProfileGroupResponse
- func (*GetAgentProfileGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAgentProfileGroupResponse) GetAgentProfileGroup() *org.AgentProfileGroup
- func (*GetAgentProfileGroupResponse) ProtoMessage()
- func (x *GetAgentProfileGroupResponse) ProtoReflect() protoreflect.Message
- func (x *GetAgentProfileGroupResponse) Reset()
- func (x *GetAgentProfileGroupResponse) String() string
- type GetAgentQuickViewPreferencesRequest
- func (*GetAgentQuickViewPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAgentQuickViewPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetAgentQuickViewPreferencesRequest) ProtoMessage()
- func (x *GetAgentQuickViewPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetAgentQuickViewPreferencesRequest) Reset()
- func (x *GetAgentQuickViewPreferencesRequest) String() string
- type GetAgentQuickViewPreferencesResponse
- func (*GetAgentQuickViewPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAgentQuickViewPreferencesResponse) GetAgentStatusDisplayTemplate() *AgentStatusDisplayTemplate
- func (*GetAgentQuickViewPreferencesResponse) ProtoMessage()
- func (x *GetAgentQuickViewPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetAgentQuickViewPreferencesResponse) Reset()
- func (x *GetAgentQuickViewPreferencesResponse) String() string
- type GetAgentSettingsRequest
- type GetAgentSettingsResponse
- func (*GetAgentSettingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAgentSettingsResponse) GetPriorityGroups() []*PriorityGroup
- func (x *GetAgentSettingsResponse) GetReservedCarriers() []string
- func (x *GetAgentSettingsResponse) GetUserCallerId() string
- func (*GetAgentSettingsResponse) ProtoMessage()
- func (x *GetAgentSettingsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAgentSettingsResponse) Reset()
- func (x *GetAgentSettingsResponse) String() string
- type GetAgentTriggerTemplateRequest
- func (*GetAgentTriggerTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAgentTriggerTemplateRequest) GetId() string
- func (*GetAgentTriggerTemplateRequest) ProtoMessage()
- func (x *GetAgentTriggerTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *GetAgentTriggerTemplateRequest) Reset()
- func (x *GetAgentTriggerTemplateRequest) String() string
- type GetAgentTriggerTemplateResponse
- func (*GetAgentTriggerTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAgentTriggerTemplateResponse) GetAgentTriggerTemplate() *AgentTriggerTemplate
- func (*GetAgentTriggerTemplateResponse) ProtoMessage()
- func (x *GetAgentTriggerTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *GetAgentTriggerTemplateResponse) Reset()
- func (x *GetAgentTriggerTemplateResponse) String() string
- type GetAgentUsersRequest
- type GetAgentUsersResponse
- func (*GetAgentUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAgentUsersResponse) GetAgentUsers() []*AgentUser
- func (*GetAgentUsersResponse) ProtoMessage()
- func (x *GetAgentUsersResponse) ProtoReflect() protoreflect.Message
- func (x *GetAgentUsersResponse) Reset()
- func (x *GetAgentUsersResponse) String() string
- type GetAllQueueConfigSoundsReq
- func (*GetAllQueueConfigSoundsReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllQueueConfigSoundsReq) GetConfigName() string
- func (*GetAllQueueConfigSoundsReq) ProtoMessage()
- func (x *GetAllQueueConfigSoundsReq) ProtoReflect() protoreflect.Message
- func (x *GetAllQueueConfigSoundsReq) Reset()
- func (x *GetAllQueueConfigSoundsReq) String() string
- type GetAllQueueConfigSoundsRes
- func (*GetAllQueueConfigSoundsRes) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllQueueConfigSoundsRes) GetUrl() string
- func (*GetAllQueueConfigSoundsRes) ProtoMessage()
- func (x *GetAllQueueConfigSoundsRes) ProtoReflect() protoreflect.Message
- func (x *GetAllQueueConfigSoundsRes) Reset()
- func (x *GetAllQueueConfigSoundsRes) String() string
- type GetAuthConnectionSettingsRequest
- func (*GetAuthConnectionSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetAuthConnectionSettingsRequest) ProtoMessage()
- func (x *GetAuthConnectionSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetAuthConnectionSettingsRequest) Reset()
- func (x *GetAuthConnectionSettingsRequest) String() string
- type GetAuthConnectionSettingsResponse
- func (*GetAuthConnectionSettingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAuthConnectionSettingsResponse) GetSettings() *AuthConnectionSettings
- func (*GetAuthConnectionSettingsResponse) ProtoMessage()
- func (x *GetAuthConnectionSettingsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAuthConnectionSettingsResponse) Reset()
- func (x *GetAuthConnectionSettingsResponse) String() string
- type GetAuthenticationPreferencesRequest
- func (*GetAuthenticationPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAuthenticationPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetAuthenticationPreferencesRequest) ProtoMessage()
- func (x *GetAuthenticationPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetAuthenticationPreferencesRequest) Reset()
- func (x *GetAuthenticationPreferencesRequest) String() string
- type GetAuthenticationPreferencesResponse
- func (*GetAuthenticationPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAuthenticationPreferencesResponse) GetAuthenticationPreferences() *AuthenticationPreferences
- func (*GetAuthenticationPreferencesResponse) ProtoMessage()
- func (x *GetAuthenticationPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetAuthenticationPreferencesResponse) Reset()
- func (x *GetAuthenticationPreferencesResponse) String() string
- type GetBackofficeThemePreferenceRequest
- func (*GetBackofficeThemePreferenceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBackofficeThemePreferenceRequest) GetOrgId() string
- func (*GetBackofficeThemePreferenceRequest) ProtoMessage()
- func (x *GetBackofficeThemePreferenceRequest) ProtoReflect() protoreflect.Message
- func (x *GetBackofficeThemePreferenceRequest) Reset()
- func (x *GetBackofficeThemePreferenceRequest) String() string
- type GetBackofficeThemePreferenceResponse
- func (*GetBackofficeThemePreferenceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBackofficeThemePreferenceResponse) GetBackofficeTheme() commons.ClientSkin
- func (*GetBackofficeThemePreferenceResponse) ProtoMessage()
- func (x *GetBackofficeThemePreferenceResponse) ProtoReflect() protoreflect.Message
- func (x *GetBackofficeThemePreferenceResponse) Reset()
- func (x *GetBackofficeThemePreferenceResponse) String() string
- type GetBroadcastPreferencesRequest
- func (*GetBroadcastPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBroadcastPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetBroadcastPreferencesRequest) ProtoMessage()
- func (x *GetBroadcastPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetBroadcastPreferencesRequest) Reset()
- func (x *GetBroadcastPreferencesRequest) String() string
- type GetBroadcastPreferencesResponse
- func (*GetBroadcastPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBroadcastPreferencesResponse) GetBroadcastPreferences() *BroadcastPreferences
- func (*GetBroadcastPreferencesResponse) ProtoMessage()
- func (x *GetBroadcastPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetBroadcastPreferencesResponse) Reset()
- func (x *GetBroadcastPreferencesResponse) String() string
- type GetBusinessPreferencesRequest
- func (*GetBusinessPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBusinessPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetBusinessPreferencesRequest) ProtoMessage()
- func (x *GetBusinessPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetBusinessPreferencesRequest) Reset()
- func (x *GetBusinessPreferencesRequest) String() string
- type GetBusinessPreferencesResponse
- func (*GetBusinessPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBusinessPreferencesResponse) GetBusinessPreferences() *BusinessPreferences
- func (*GetBusinessPreferencesResponse) ProtoMessage()
- func (x *GetBusinessPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetBusinessPreferencesResponse) Reset()
- func (x *GetBusinessPreferencesResponse) String() string
- type GetClientInfoDisplayTemplateRequest
- func (*GetClientInfoDisplayTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetClientInfoDisplayTemplateRequest) GetId() string
- func (*GetClientInfoDisplayTemplateRequest) ProtoMessage()
- func (x *GetClientInfoDisplayTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *GetClientInfoDisplayTemplateRequest) Reset()
- func (x *GetClientInfoDisplayTemplateRequest) String() string
- type GetClientInfoDisplayTemplateResponse
- func (*GetClientInfoDisplayTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetClientInfoDisplayTemplateResponse) GetClientInfoDisplayTemplate() *ClientInfoDisplayTemplate
- func (*GetClientInfoDisplayTemplateResponse) ProtoMessage()
- func (x *GetClientInfoDisplayTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *GetClientInfoDisplayTemplateResponse) Reset()
- func (x *GetClientInfoDisplayTemplateResponse) String() string
- type GetCompliancePreferencesRequest
- func (*GetCompliancePreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCompliancePreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetCompliancePreferencesRequest) ProtoMessage()
- func (x *GetCompliancePreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetCompliancePreferencesRequest) Reset()
- func (x *GetCompliancePreferencesRequest) String() string
- type GetCompliancePreferencesResponse
- func (*GetCompliancePreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCompliancePreferencesResponse) GetCompliancePreferences() *CompliancePreferences
- func (*GetCompliancePreferencesResponse) ProtoMessage()
- func (x *GetCompliancePreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetCompliancePreferencesResponse) Reset()
- func (x *GetCompliancePreferencesResponse) String() string
- type GetContactPreferencesRequest
- func (*GetContactPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetContactPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetContactPreferencesRequest) ProtoMessage()
- func (x *GetContactPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetContactPreferencesRequest) Reset()
- func (x *GetContactPreferencesRequest) String() string
- type GetContactPreferencesResponse
- func (*GetContactPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetContactPreferencesResponse) GetContactPreferences() *ContactPreferences
- func (*GetContactPreferencesResponse) ProtoMessage()
- func (x *GetContactPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetContactPreferencesResponse) Reset()
- func (x *GetContactPreferencesResponse) String() string
- type GetCountriesListRequest
- type GetCountriesListResponse
- func (*GetCountriesListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCountriesListResponse) GetCountries() []*Country
- func (*GetCountriesListResponse) ProtoMessage()
- func (x *GetCountriesListResponse) ProtoReflect() protoreflect.Message
- func (x *GetCountriesListResponse) Reset()
- func (x *GetCountriesListResponse) String() string
- type GetCustomReportFilterRequest
- func (*GetCustomReportFilterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomReportFilterRequest) GetXmlClientPropertySid() int64
- func (*GetCustomReportFilterRequest) ProtoMessage()
- func (x *GetCustomReportFilterRequest) ProtoReflect() protoreflect.Message
- func (x *GetCustomReportFilterRequest) Reset()
- func (x *GetCustomReportFilterRequest) String() string
- type GetCustomReportFilterResponse
- func (*GetCustomReportFilterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomReportFilterResponse) GetFilter() *CustomReportFilter
- func (*GetCustomReportFilterResponse) ProtoMessage()
- func (x *GetCustomReportFilterResponse) ProtoReflect() protoreflect.Message
- func (x *GetCustomReportFilterResponse) Reset()
- func (x *GetCustomReportFilterResponse) String() string
- type GetDashboardGeneralPreferencesRequest
- func (*GetDashboardGeneralPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDashboardGeneralPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetDashboardGeneralPreferencesRequest) ProtoMessage()
- func (x *GetDashboardGeneralPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetDashboardGeneralPreferencesRequest) Reset()
- func (x *GetDashboardGeneralPreferencesRequest) String() string
- type GetDashboardGeneralPreferencesResponse
- func (*GetDashboardGeneralPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDashboardGeneralPreferencesResponse) GetDashboardPreferences() *DashboardPreferences
- func (*GetDashboardGeneralPreferencesResponse) ProtoMessage()
- func (x *GetDashboardGeneralPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetDashboardGeneralPreferencesResponse) Reset()
- func (x *GetDashboardGeneralPreferencesResponse) String() string
- type GetDashboardQueuePreferencesRequest
- func (*GetDashboardQueuePreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDashboardQueuePreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetDashboardQueuePreferencesRequest) ProtoMessage()
- func (x *GetDashboardQueuePreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetDashboardQueuePreferencesRequest) Reset()
- func (x *GetDashboardQueuePreferencesRequest) String() string
- type GetDashboardQueuePreferencesResponse
- func (*GetDashboardQueuePreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDashboardQueuePreferencesResponse) GetDashboardQueuePreferences() *DashboardQueuePreferences
- func (*GetDashboardQueuePreferencesResponse) ProtoMessage()
- func (x *GetDashboardQueuePreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetDashboardQueuePreferencesResponse) Reset()
- func (x *GetDashboardQueuePreferencesResponse) String() string
- type GetEmailSmsPreferencesRequest
- func (*GetEmailSmsPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEmailSmsPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetEmailSmsPreferencesRequest) ProtoMessage()
- func (x *GetEmailSmsPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetEmailSmsPreferencesRequest) Reset()
- func (x *GetEmailSmsPreferencesRequest) String() string
- type GetEmailSmsPreferencesResponse
- func (*GetEmailSmsPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetEmailSmsPreferencesResponse) GetEmailSmsPreferences() *EmailSmsPreferences
- func (*GetEmailSmsPreferencesResponse) ProtoMessage()
- func (x *GetEmailSmsPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetEmailSmsPreferencesResponse) Reset()
- func (x *GetEmailSmsPreferencesResponse) String() string
- type GetEndOfDayPreferencesRequest
- func (*GetEndOfDayPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEndOfDayPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetEndOfDayPreferencesRequest) ProtoMessage()
- func (x *GetEndOfDayPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetEndOfDayPreferencesRequest) Reset()
- func (x *GetEndOfDayPreferencesRequest) String() string
- type GetEndOfDayPreferencesResponse
- func (*GetEndOfDayPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetEndOfDayPreferencesResponse) GetEndOfDayPreferences() *EndOfDayPreferences
- func (*GetEndOfDayPreferencesResponse) ProtoMessage()
- func (x *GetEndOfDayPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetEndOfDayPreferencesResponse) Reset()
- func (x *GetEndOfDayPreferencesResponse) String() string
- type GetFilterPreferencesRequest
- func (*GetFilterPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFilterPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetFilterPreferencesRequest) ProtoMessage()
- func (x *GetFilterPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetFilterPreferencesRequest) Reset()
- func (x *GetFilterPreferencesRequest) String() string
- type GetFilterPreferencesResponse
- func (*GetFilterPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFilterPreferencesResponse) GetFilterPreferences() *FilterPreferences
- func (*GetFilterPreferencesResponse) ProtoMessage()
- func (x *GetFilterPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetFilterPreferencesResponse) Reset()
- func (x *GetFilterPreferencesResponse) String() string
- type GetOrgBillingSettingsRequest
- func (*GetOrgBillingSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrgBillingSettingsRequest) GetOrgId() string
- func (*GetOrgBillingSettingsRequest) ProtoMessage()
- func (x *GetOrgBillingSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrgBillingSettingsRequest) Reset()
- func (x *GetOrgBillingSettingsRequest) String() string
- type GetOrgBillingSettingsResponse
- func (*GetOrgBillingSettingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrgBillingSettingsResponse) GetCountryDefaultRegions() map[int32]*BillingRegionMap
- func (x *GetOrgBillingSettingsResponse) GetSettings() *OrgBillingSettings
- func (*GetOrgBillingSettingsResponse) ProtoMessage()
- func (x *GetOrgBillingSettingsResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrgBillingSettingsResponse) Reset()
- func (x *GetOrgBillingSettingsResponse) String() string
- type GetOrgDefaultSuperUserGroupRequest
- func (*GetOrgDefaultSuperUserGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrgDefaultSuperUserGroupRequest) GetOrgId() string
- func (*GetOrgDefaultSuperUserGroupRequest) ProtoMessage()
- func (x *GetOrgDefaultSuperUserGroupRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrgDefaultSuperUserGroupRequest) Reset()
- func (x *GetOrgDefaultSuperUserGroupRequest) String() string
- type GetOrgDefaultSuperUserGroupResponse
- func (*GetOrgDefaultSuperUserGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrgDefaultSuperUserGroupResponse) GetDefaultPermissionGroup() *PermissionGroup
- func (*GetOrgDefaultSuperUserGroupResponse) ProtoMessage()
- func (x *GetOrgDefaultSuperUserGroupResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrgDefaultSuperUserGroupResponse) Reset()
- func (x *GetOrgDefaultSuperUserGroupResponse) String() string
- type GetOrganizationPreferencesRequest
- func (*GetOrganizationPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetOrganizationPreferencesRequest) ProtoMessage()
- func (x *GetOrganizationPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationPreferencesRequest) Reset()
- func (x *GetOrganizationPreferencesRequest) String() string
- type GetOrganizationPreferencesResponse
- func (*GetOrganizationPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationPreferencesResponse) GetOrganizationPreferences() *OrganizationPreferences
- func (*GetOrganizationPreferencesResponse) ProtoMessage()
- func (x *GetOrganizationPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationPreferencesResponse) Reset()
- func (x *GetOrganizationPreferencesResponse) String() string
- type GetOrganizationProfileByIdRequest
- func (*GetOrganizationProfileByIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationProfileByIdRequest) GetOrgId() string
- func (*GetOrganizationProfileByIdRequest) ProtoMessage()
- func (x *GetOrganizationProfileByIdRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationProfileByIdRequest) Reset()
- func (x *GetOrganizationProfileByIdRequest) String() string
- type GetOrganizationProfileRequest
- func (*GetOrganizationProfileRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetOrganizationProfileRequest) ProtoMessage()
- func (x *GetOrganizationProfileRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationProfileRequest) Reset()
- func (x *GetOrganizationProfileRequest) String() string
- type GetOrganizationProfileResponse
- func (*GetOrganizationProfileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationProfileResponse) GetAddDate() *timestamppb.Timestamp
- func (x *GetOrganizationProfileResponse) GetAllowedRegions() map[string]*RegionUrls
- func (x *GetOrganizationProfileResponse) GetBillingId() string
- func (x *GetOrganizationProfileResponse) GetCrmId() string
- func (x *GetOrganizationProfileResponse) GetIsManualOnlyAccount() bool
- func (x *GetOrganizationProfileResponse) GetName() string
- func (x *GetOrganizationProfileResponse) GetOrgId() string
- func (x *GetOrganizationProfileResponse) GetRegionId() string
- func (x *GetOrganizationProfileResponse) GetTimezone() commons.TimeZone
- func (*GetOrganizationProfileResponse) ProtoMessage()
- func (x *GetOrganizationProfileResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationProfileResponse) Reset()
- func (x *GetOrganizationProfileResponse) String() string
- type GetP3OwningOrgRequest
- func (*GetP3OwningOrgRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetP3OwningOrgRequest) GetOrgId() string
- func (*GetP3OwningOrgRequest) ProtoMessage()
- func (x *GetP3OwningOrgRequest) ProtoReflect() protoreflect.Message
- func (x *GetP3OwningOrgRequest) Reset()
- func (x *GetP3OwningOrgRequest) String() string
- type GetP3OwningOrgResponse
- func (*GetP3OwningOrgResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetP3OwningOrgResponse) GetId() string
- func (*GetP3OwningOrgResponse) ProtoMessage()
- func (x *GetP3OwningOrgResponse) ProtoReflect() protoreflect.Message
- func (x *GetP3OwningOrgResponse) Reset()
- func (x *GetP3OwningOrgResponse) String() string
- type GetPermissionsRequest
- type GetPermissionsResponse
- func (*GetPermissionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPermissionsResponse) GetDefaultApp() commons.OperatorApplications
- func (x *GetPermissionsResponse) GetLogLevel() commons.Level
- func (x *GetPermissionsResponse) GetOrgDefaultRegionId() string
- func (x *GetPermissionsResponse) GetOrgName() string
- func (x *GetPermissionsResponse) GetP3Permissions() []commons.Permission
- func (x *GetPermissionsResponse) GetPermissions() []auth.Permission
- func (x *GetPermissionsResponse) GetUiLogLevel() string
- func (x *GetPermissionsResponse) GetUser() *User
- func (*GetPermissionsResponse) ProtoMessage()
- func (x *GetPermissionsResponse) ProtoReflect() protoreflect.Message
- func (x *GetPermissionsResponse) Reset()
- func (x *GetPermissionsResponse) String() string
- type GetPhonePreferencesRequest
- func (*GetPhonePreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPhonePreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetPhonePreferencesRequest) ProtoMessage()
- func (x *GetPhonePreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetPhonePreferencesRequest) Reset()
- func (x *GetPhonePreferencesRequest) String() string
- type GetPhonePreferencesResponse
- func (*GetPhonePreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPhonePreferencesResponse) GetPhonePreferences() *PhonePreferences
- func (*GetPhonePreferencesResponse) ProtoMessage()
- func (x *GetPhonePreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetPhonePreferencesResponse) Reset()
- func (x *GetPhonePreferencesResponse) String() string
- type GetQueueConfigReq
- func (*GetQueueConfigReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetQueueConfigReq) GetMerge() bool
- func (x *GetQueueConfigReq) GetName() string
- func (*GetQueueConfigReq) ProtoMessage()
- func (x *GetQueueConfigReq) ProtoReflect() protoreflect.Message
- func (x *GetQueueConfigReq) Reset()
- func (x *GetQueueConfigReq) String() string
- type GetQueueConfigRes
- func (*GetQueueConfigRes) Descriptor() ([]byte, []int)deprecated
- func (x *GetQueueConfigRes) GetConfig() *QueueConfig
- func (*GetQueueConfigRes) ProtoMessage()
- func (x *GetQueueConfigRes) ProtoReflect() protoreflect.Message
- func (x *GetQueueConfigRes) Reset()
- func (x *GetQueueConfigRes) String() string
- type GetQueueConfigSoundReq
- func (*GetQueueConfigSoundReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetQueueConfigSoundReq) GetConfig() string
- func (x *GetQueueConfigSoundReq) GetSound() commons.ConfigSound
- func (*GetQueueConfigSoundReq) ProtoMessage()
- func (x *GetQueueConfigSoundReq) ProtoReflect() protoreflect.Message
- func (x *GetQueueConfigSoundReq) Reset()
- func (x *GetQueueConfigSoundReq) String() string
- type GetQueueConfigSoundRes
- func (*GetQueueConfigSoundRes) Descriptor() ([]byte, []int)deprecated
- func (x *GetQueueConfigSoundRes) GetUrl() string
- func (*GetQueueConfigSoundRes) ProtoMessage()
- func (x *GetQueueConfigSoundRes) ProtoReflect() protoreflect.Message
- func (x *GetQueueConfigSoundRes) Reset()
- func (x *GetQueueConfigSoundRes) String() string
- type GetRecordingPreferencesRequest
- func (*GetRecordingPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRecordingPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetRecordingPreferencesRequest) ProtoMessage()
- func (x *GetRecordingPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetRecordingPreferencesRequest) Reset()
- func (x *GetRecordingPreferencesRequest) String() string
- type GetRecordingPreferencesResponse
- func (*GetRecordingPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRecordingPreferencesResponse) GetCallRecordingRedaction() bool
- func (x *GetRecordingPreferencesResponse) GetRecordingPreferences() *RecordingPreferences
- func (*GetRecordingPreferencesResponse) ProtoMessage()
- func (x *GetRecordingPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetRecordingPreferencesResponse) Reset()
- func (x *GetRecordingPreferencesResponse) String() string
- type GetRegionsRequest
- type GetRegionsResponse
- func (*GetRegionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRegionsResponse) GetRegionNames() []string
- func (*GetRegionsResponse) ProtoMessage()
- func (x *GetRegionsResponse) ProtoReflect() protoreflect.Message
- func (x *GetRegionsResponse) Reset()
- func (x *GetRegionsResponse) String() string
- type GetSchedulePreferencesRequest
- func (*GetSchedulePreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSchedulePreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetSchedulePreferencesRequest) ProtoMessage()
- func (x *GetSchedulePreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetSchedulePreferencesRequest) Reset()
- func (x *GetSchedulePreferencesRequest) String() string
- type GetSchedulePreferencesResponse
- func (*GetSchedulePreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSchedulePreferencesResponse) GetSchedulePreferences() *SchedulePreferences
- func (*GetSchedulePreferencesResponse) ProtoMessage()
- func (x *GetSchedulePreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetSchedulePreferencesResponse) Reset()
- func (x *GetSchedulePreferencesResponse) String() string
- type GetScorecardsPreferencesRequest
- func (*GetScorecardsPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetScorecardsPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetScorecardsPreferencesRequest) ProtoMessage()
- func (x *GetScorecardsPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetScorecardsPreferencesRequest) Reset()
- func (x *GetScorecardsPreferencesRequest) String() string
- type GetScorecardsPreferencesResponse
- func (*GetScorecardsPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetScorecardsPreferencesResponse) GetScorecardsPreferences() *ScorecardsPreferences
- func (*GetScorecardsPreferencesResponse) ProtoMessage()
- func (x *GetScorecardsPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetScorecardsPreferencesResponse) Reset()
- func (x *GetScorecardsPreferencesResponse) String() string
- type GetSystemDefaultBillingRatesRequest
- func (*GetSystemDefaultBillingRatesRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetSystemDefaultBillingRatesRequest) ProtoMessage()
- func (x *GetSystemDefaultBillingRatesRequest) ProtoReflect() protoreflect.Message
- func (x *GetSystemDefaultBillingRatesRequest) Reset()
- func (x *GetSystemDefaultBillingRatesRequest) String() string
- type GetSystemDefaultBillingRatesResponse
- func (*GetSystemDefaultBillingRatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSystemDefaultBillingRatesResponse) GetAgentRates() *AgentBillingRates
- func (x *GetSystemDefaultBillingRatesResponse) GetEmailPricePerMessage() float32
- func (x *GetSystemDefaultBillingRatesResponse) GetPhoneRates() *PhoneBillingRates
- func (*GetSystemDefaultBillingRatesResponse) ProtoMessage()
- func (x *GetSystemDefaultBillingRatesResponse) ProtoReflect() protoreflect.Message
- func (x *GetSystemDefaultBillingRatesResponse) Reset()
- func (x *GetSystemDefaultBillingRatesResponse) String() string
- type GetSystemEnvironmentDetailsRequest
- func (*GetSystemEnvironmentDetailsRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetSystemEnvironmentDetailsRequest) ProtoMessage()
- func (x *GetSystemEnvironmentDetailsRequest) ProtoReflect() protoreflect.Message
- func (x *GetSystemEnvironmentDetailsRequest) Reset()
- func (x *GetSystemEnvironmentDetailsRequest) String() string
- type GetSystemEnvironmentDetailsResponse
- func (*GetSystemEnvironmentDetailsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSystemEnvironmentDetailsResponse) GetClusterId() string
- func (x *GetSystemEnvironmentDetailsResponse) GetRegionId() string
- func (*GetSystemEnvironmentDetailsResponse) ProtoMessage()
- func (x *GetSystemEnvironmentDetailsResponse) ProtoReflect() protoreflect.Message
- func (x *GetSystemEnvironmentDetailsResponse) Reset()
- func (x *GetSystemEnvironmentDetailsResponse) String() string
- type GetTempUserTokenReq
- func (*GetTempUserTokenReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetTempUserTokenReq) GetUserId() string
- func (*GetTempUserTokenReq) ProtoMessage()
- func (x *GetTempUserTokenReq) ProtoReflect() protoreflect.Message
- func (x *GetTempUserTokenReq) Reset()
- func (x *GetTempUserTokenReq) String() string
- type GetTempUserTokenRes
- func (*GetTempUserTokenRes) Descriptor() ([]byte, []int)deprecated
- func (x *GetTempUserTokenRes) GetRegionId() string
- func (x *GetTempUserTokenRes) GetToken() string
- func (*GetTempUserTokenRes) ProtoMessage()
- func (x *GetTempUserTokenRes) ProtoReflect() protoreflect.Message
- func (x *GetTempUserTokenRes) Reset()
- func (x *GetTempUserTokenRes) String() string
- type GetUserBlockedRequest
- func (*GetUserBlockedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserBlockedRequest) GetUserId() string
- func (*GetUserBlockedRequest) ProtoMessage()
- func (x *GetUserBlockedRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserBlockedRequest) Reset()
- func (x *GetUserBlockedRequest) String() string
- type GetUserBlockedResponse
- func (*GetUserBlockedResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserBlockedResponse) GetBlocked() bool
- func (x *GetUserBlockedResponse) GetCreatedAt() *timestamppb.Timestamp
- func (x *GetUserBlockedResponse) GetHasBlockedIps() bool
- func (x *GetUserBlockedResponse) GetLastIp() string
- func (x *GetUserBlockedResponse) GetLastLogin() *timestamppb.Timestamp
- func (x *GetUserBlockedResponse) GetLastPasswordReset() *timestamppb.Timestamp
- func (x *GetUserBlockedResponse) GetLoginsCount() int64
- func (x *GetUserBlockedResponse) GetUpdatedAt() *timestamppb.Timestamp
- func (*GetUserBlockedResponse) ProtoMessage()
- func (x *GetUserBlockedResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserBlockedResponse) Reset()
- func (x *GetUserBlockedResponse) String() string
- type GetUserDetailsRequest
- func (*GetUserDetailsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserDetailsRequest) GetUserId() string
- func (*GetUserDetailsRequest) ProtoMessage()
- func (x *GetUserDetailsRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserDetailsRequest) Reset()
- func (x *GetUserDetailsRequest) String() string
- type GetUserDirectoryRequest
- func (*GetUserDirectoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserDirectoryRequest) GetAgentsOnly() bool
- func (*GetUserDirectoryRequest) ProtoMessage()
- func (x *GetUserDirectoryRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserDirectoryRequest) Reset()
- func (x *GetUserDirectoryRequest) String() string
- type GetUserDirectoryResponse
- func (*GetUserDirectoryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserDirectoryResponse) GetUserDirectory() []*UserDirectoryEntry
- func (*GetUserDirectoryResponse) ProtoMessage()
- func (x *GetUserDirectoryResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserDirectoryResponse) Reset()
- func (x *GetUserDirectoryResponse) String() string
- type GetUserEmailVerifiedRequest
- func (*GetUserEmailVerifiedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserEmailVerifiedRequest) GetOrgId() string
- func (x *GetUserEmailVerifiedRequest) GetUserId() string
- func (*GetUserEmailVerifiedRequest) ProtoMessage()
- func (x *GetUserEmailVerifiedRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserEmailVerifiedRequest) Reset()
- func (x *GetUserEmailVerifiedRequest) String() string
- type GetUserEmailVerifiedResponse
- func (*GetUserEmailVerifiedResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserEmailVerifiedResponse) GetVerified() bool
- func (*GetUserEmailVerifiedResponse) ProtoMessage()
- func (x *GetUserEmailVerifiedResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserEmailVerifiedResponse) Reset()
- func (x *GetUserEmailVerifiedResponse) String() string
- type GetUserPasswordResetLinkRequest
- func (*GetUserPasswordResetLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserPasswordResetLinkRequest) GetOrgId() string
- func (x *GetUserPasswordResetLinkRequest) GetTtl() int64
- func (x *GetUserPasswordResetLinkRequest) GetUserId() string
- func (*GetUserPasswordResetLinkRequest) ProtoMessage()
- func (x *GetUserPasswordResetLinkRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserPasswordResetLinkRequest) Reset()
- func (x *GetUserPasswordResetLinkRequest) String() string
- type GetUserPasswordResetLinkResponse
- func (*GetUserPasswordResetLinkResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserPasswordResetLinkResponse) GetUrl() string
- func (*GetUserPasswordResetLinkResponse) ProtoMessage()
- func (x *GetUserPasswordResetLinkResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserPasswordResetLinkResponse) Reset()
- func (x *GetUserPasswordResetLinkResponse) String() string
- type GetUserSubscriptionRequest
- func (*GetUserSubscriptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubscriptionRequest) GetSubscriptionId() string
- func (x *GetUserSubscriptionRequest) GetUserId() string
- func (*GetUserSubscriptionRequest) ProtoMessage()
- func (x *GetUserSubscriptionRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserSubscriptionRequest) Reset()
- func (x *GetUserSubscriptionRequest) String() string
- type GetUserSubscriptionResponse
- func (*GetUserSubscriptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubscriptionResponse) GetSubscription() *UserSubscription
- func (*GetUserSubscriptionResponse) ProtoMessage()
- func (x *GetUserSubscriptionResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserSubscriptionResponse) Reset()
- func (x *GetUserSubscriptionResponse) String() string
- type GetVoiceAnalyticsPreferencesRequest
- func (*GetVoiceAnalyticsPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetVoiceAnalyticsPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetVoiceAnalyticsPreferencesRequest) ProtoMessage()
- func (x *GetVoiceAnalyticsPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetVoiceAnalyticsPreferencesRequest) Reset()
- func (x *GetVoiceAnalyticsPreferencesRequest) String() string
- type GetVoiceAnalyticsPreferencesResponse
- func (*GetVoiceAnalyticsPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetVoiceAnalyticsPreferencesResponse) GetVoiceAnalyticsPreferences() *VoiceAnalyticsPreferences
- func (*GetVoiceAnalyticsPreferencesResponse) ProtoMessage()
- func (x *GetVoiceAnalyticsPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetVoiceAnalyticsPreferencesResponse) Reset()
- func (x *GetVoiceAnalyticsPreferencesResponse) String() string
- type GetWebLinkTemplateRequest
- func (*GetWebLinkTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWebLinkTemplateRequest) GetWebLinkTemplateId() string
- func (*GetWebLinkTemplateRequest) ProtoMessage()
- func (x *GetWebLinkTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *GetWebLinkTemplateRequest) Reset()
- func (x *GetWebLinkTemplateRequest) String() string
- type GetWebLinkTemplateResponse
- func (*GetWebLinkTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetWebLinkTemplateResponse) GetWebLinkTemplate() *WebLinkTemplate
- func (*GetWebLinkTemplateResponse) ProtoMessage()
- func (x *GetWebLinkTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *GetWebLinkTemplateResponse) Reset()
- func (x *GetWebLinkTemplateResponse) String() string
- type GetWebhookPreferencesRequest
- func (*GetWebhookPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWebhookPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*GetWebhookPreferencesRequest) ProtoMessage()
- func (x *GetWebhookPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *GetWebhookPreferencesRequest) Reset()
- func (x *GetWebhookPreferencesRequest) String() string
- type GetWebhookPreferencesResponse
- func (*GetWebhookPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetWebhookPreferencesResponse) GetWebhookPreferences() *WebhookPreferences
- func (*GetWebhookPreferencesResponse) ProtoMessage()
- func (x *GetWebhookPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *GetWebhookPreferencesResponse) Reset()
- func (x *GetWebhookPreferencesResponse) String() string
- type GroupItem
- func (*GroupItem) Descriptor() ([]byte, []int)deprecated
- func (x *GroupItem) GetAgentProfileGroupId() string
- func (x *GroupItem) GetGroupName() string
- func (x *GroupItem) GetHuntGroupSid() int64
- func (x *GroupItem) GetP3PermissionGroupId() string
- func (x *GroupItem) GetPermissionGroupIds() []string
- func (*GroupItem) ProtoMessage()
- func (x *GroupItem) ProtoReflect() protoreflect.Message
- func (x *GroupItem) Reset()
- func (x *GroupItem) String() string
- type ImportFormat
- func (*ImportFormat) Descriptor() ([]byte, []int)deprecated
- func (x *ImportFormat) GetCustom() *CustomImportFormat
- func (x *ImportFormat) GetFormat() isImportFormat_Format
- func (x *ImportFormat) GetStandard() commons.StandardImportFormat
- func (*ImportFormat) ProtoMessage()
- func (x *ImportFormat) ProtoReflect() protoreflect.Message
- func (x *ImportFormat) Reset()
- func (x *ImportFormat) String() string
- type ImportFormat_Custom
- type ImportFormat_Standard
- type IncludedCallTypes
- func (*IncludedCallTypes) Descriptor() ([]byte, []int)deprecated
- func (x *IncludedCallTypes) GetInbound() bool
- func (x *IncludedCallTypes) GetManualDial() bool
- func (x *IncludedCallTypes) GetOutbound() bool
- func (x *IncludedCallTypes) GetPreviewDial() bool
- func (*IncludedCallTypes) ProtoMessage()
- func (x *IncludedCallTypes) ProtoReflect() protoreflect.Message
- func (x *IncludedCallTypes) Reset()
- func (x *IncludedCallTypes) String() string
- type InitDefaultPermissionGroupsRequest
- func (*InitDefaultPermissionGroupsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InitDefaultPermissionGroupsRequest) GetOrgId() string
- func (*InitDefaultPermissionGroupsRequest) ProtoMessage()
- func (x *InitDefaultPermissionGroupsRequest) ProtoReflect() protoreflect.Message
- func (x *InitDefaultPermissionGroupsRequest) Reset()
- func (x *InitDefaultPermissionGroupsRequest) String() string
- type InitDefaultPermissionGroupsResponse
- func (*InitDefaultPermissionGroupsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InitDefaultPermissionGroupsResponse) GetDefaultPermissionGroups() []*PermissionGroup
- func (*InitDefaultPermissionGroupsResponse) ProtoMessage()
- func (x *InitDefaultPermissionGroupsResponse) ProtoReflect() protoreflect.Message
- func (x *InitDefaultPermissionGroupsResponse) Reset()
- func (x *InitDefaultPermissionGroupsResponse) String() string
- type Label
- func (*Label) Descriptor() ([]byte, []int)deprecated
- func (x *Label) GetColor() string
- func (x *Label) GetDeleted() bool
- func (x *Label) GetDescription() string
- func (x *Label) GetLabelId() string
- func (x *Label) GetName() string
- func (*Label) ProtoMessage()
- func (x *Label) ProtoReflect() protoreflect.Message
- func (x *Label) Reset()
- func (x *Label) String() string
- type LinkbackUpdateBroadcastTemplatesRequest
- func (*LinkbackUpdateBroadcastTemplatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LinkbackUpdateBroadcastTemplatesRequest) GetValue() bool
- func (*LinkbackUpdateBroadcastTemplatesRequest) ProtoMessage()
- func (x *LinkbackUpdateBroadcastTemplatesRequest) ProtoReflect() protoreflect.Message
- func (x *LinkbackUpdateBroadcastTemplatesRequest) Reset()
- func (x *LinkbackUpdateBroadcastTemplatesRequest) String() string
- type LinkbackUpdateBroadcastTemplatesResponse
- func (*LinkbackUpdateBroadcastTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (*LinkbackUpdateBroadcastTemplatesResponse) ProtoMessage()
- func (x *LinkbackUpdateBroadcastTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *LinkbackUpdateBroadcastTemplatesResponse) Reset()
- func (x *LinkbackUpdateBroadcastTemplatesResponse) String() string
- type ListAgentPauseCodesRequest
- type ListAgentPauseCodesResponse
- func (*ListAgentPauseCodesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAgentPauseCodesResponse) GetPauseCodes() []*PauseCode
- func (*ListAgentPauseCodesResponse) ProtoMessage()
- func (x *ListAgentPauseCodesResponse) ProtoReflect() protoreflect.Message
- func (x *ListAgentPauseCodesResponse) Reset()
- func (x *ListAgentPauseCodesResponse) String() string
- type ListAgentProfileGroupsRequest
- func (*ListAgentProfileGroupsRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListAgentProfileGroupsRequest) ProtoMessage()
- func (x *ListAgentProfileGroupsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAgentProfileGroupsRequest) Reset()
- func (x *ListAgentProfileGroupsRequest) String() string
- type ListAgentProfileGroupsResponse
- func (*ListAgentProfileGroupsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAgentProfileGroupsResponse) GetAgentProfileGroups() []*org.AgentProfileGroup
- func (*ListAgentProfileGroupsResponse) ProtoMessage()
- func (x *ListAgentProfileGroupsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAgentProfileGroupsResponse) Reset()
- func (x *ListAgentProfileGroupsResponse) String() string
- type ListAgentResponseGroupsRequest
- func (*ListAgentResponseGroupsRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListAgentResponseGroupsRequest) ProtoMessage()
- func (x *ListAgentResponseGroupsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAgentResponseGroupsRequest) Reset()
- func (x *ListAgentResponseGroupsRequest) String() string
- type ListAgentResponseGroupsResponse
- func (*ListAgentResponseGroupsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAgentResponseGroupsResponse) GetAgentResponses() []string
- func (*ListAgentResponseGroupsResponse) ProtoMessage()
- func (x *ListAgentResponseGroupsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAgentResponseGroupsResponse) Reset()
- func (x *ListAgentResponseGroupsResponse) String() string
- type ListAgentStatisticsTemplatesRequest
- func (*ListAgentStatisticsTemplatesRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListAgentStatisticsTemplatesRequest) ProtoMessage()
- func (x *ListAgentStatisticsTemplatesRequest) ProtoReflect() protoreflect.Message
- func (x *ListAgentStatisticsTemplatesRequest) Reset()
- func (x *ListAgentStatisticsTemplatesRequest) String() string
- type ListAgentStatisticsTemplatesResponse
- func (*ListAgentStatisticsTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAgentStatisticsTemplatesResponse) GetTemplates() []*AgentLoginGuiStatisticsTemplate
- func (*ListAgentStatisticsTemplatesResponse) ProtoMessage()
- func (x *ListAgentStatisticsTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *ListAgentStatisticsTemplatesResponse) Reset()
- func (x *ListAgentStatisticsTemplatesResponse) String() string
- type ListAgentTriggerTemplatesRequest
- func (*ListAgentTriggerTemplatesRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListAgentTriggerTemplatesRequest) ProtoMessage()
- func (x *ListAgentTriggerTemplatesRequest) ProtoReflect() protoreflect.Message
- func (x *ListAgentTriggerTemplatesRequest) Reset()
- func (x *ListAgentTriggerTemplatesRequest) String() string
- type ListAgentTriggerTemplatesResponse
- func (*ListAgentTriggerTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAgentTriggerTemplatesResponse) GetAgentTriggerTemplates() []*AgentTriggerTemplate
- func (*ListAgentTriggerTemplatesResponse) ProtoMessage()
- func (x *ListAgentTriggerTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *ListAgentTriggerTemplatesResponse) Reset()
- func (x *ListAgentTriggerTemplatesResponse) String() string
- type ListArchivedOrganizationsRequest
- func (*ListArchivedOrganizationsRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListArchivedOrganizationsRequest) ProtoMessage()
- func (x *ListArchivedOrganizationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListArchivedOrganizationsRequest) Reset()
- func (x *ListArchivedOrganizationsRequest) String() string
- type ListArchivedOrganizationsResponse
- func (*ListArchivedOrganizationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListArchivedOrganizationsResponse) GetArchivedOrganizationDescriptions() []*OrganizationDescription
- func (*ListArchivedOrganizationsResponse) ProtoMessage()
- func (x *ListArchivedOrganizationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListArchivedOrganizationsResponse) Reset()
- func (x *ListArchivedOrganizationsResponse) String() string
- type ListBillingRegionsRequest
- type ListBillingRegionsResponse
- func (*ListBillingRegionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBillingRegionsResponse) GetBillingRegionRates() []*BillingRegionRate
- func (*ListBillingRegionsResponse) ProtoMessage()
- func (x *ListBillingRegionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListBillingRegionsResponse) Reset()
- func (x *ListBillingRegionsResponse) String() string
- type ListClientInfoDisplayTemplatesRequest
- func (*ListClientInfoDisplayTemplatesRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListClientInfoDisplayTemplatesRequest) ProtoMessage()
- func (x *ListClientInfoDisplayTemplatesRequest) ProtoReflect() protoreflect.Message
- func (x *ListClientInfoDisplayTemplatesRequest) Reset()
- func (x *ListClientInfoDisplayTemplatesRequest) String() string
- type ListClientInfoDisplayTemplatesResponse
- func (*ListClientInfoDisplayTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListClientInfoDisplayTemplatesResponse) GetClientInfoDisplayTemplates() []*ClientInfoDisplayTemplate
- func (*ListClientInfoDisplayTemplatesResponse) ProtoMessage()
- func (x *ListClientInfoDisplayTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *ListClientInfoDisplayTemplatesResponse) Reset()
- func (x *ListClientInfoDisplayTemplatesResponse) String() string
- type ListCustomReportFiltersRequest
- func (*ListCustomReportFiltersRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListCustomReportFiltersRequest) ProtoMessage()
- func (x *ListCustomReportFiltersRequest) ProtoReflect() protoreflect.Message
- func (x *ListCustomReportFiltersRequest) Reset()
- func (x *ListCustomReportFiltersRequest) String() string
- type ListCustomReportFiltersResponse
- func (*ListCustomReportFiltersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCustomReportFiltersResponse) GetFilters() []*CustomReportFilter
- func (*ListCustomReportFiltersResponse) ProtoMessage()
- func (x *ListCustomReportFiltersResponse) ProtoReflect() protoreflect.Message
- func (x *ListCustomReportFiltersResponse) Reset()
- func (x *ListCustomReportFiltersResponse) String() string
- type ListLastTemplateElementsRequest
- func (*ListLastTemplateElementsRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListLastTemplateElementsRequest) ProtoMessage()
- func (x *ListLastTemplateElementsRequest) ProtoReflect() protoreflect.Message
- func (x *ListLastTemplateElementsRequest) Reset()
- func (x *ListLastTemplateElementsRequest) String() string
- type ListLastTemplateElementsResponse
- func (*ListLastTemplateElementsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListLastTemplateElementsResponse) GetTemplateElements() []string
- func (*ListLastTemplateElementsResponse) ProtoMessage()
- func (x *ListLastTemplateElementsResponse) ProtoReflect() protoreflect.Message
- func (x *ListLastTemplateElementsResponse) Reset()
- func (x *ListLastTemplateElementsResponse) String() string
- type ListLoginHistoryRequest
- func (*ListLoginHistoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListLoginHistoryRequest) GetDuration() int64
- func (x *ListLoginHistoryRequest) GetFilterType() isListLoginHistoryRequest_FilterType
- func (x *ListLoginHistoryRequest) GetOriginationIp() string
- func (x *ListLoginHistoryRequest) GetStrikesOnly() bool
- func (x *ListLoginHistoryRequest) GetUserId() string
- func (*ListLoginHistoryRequest) ProtoMessage()
- func (x *ListLoginHistoryRequest) ProtoReflect() protoreflect.Message
- func (x *ListLoginHistoryRequest) Reset()
- func (x *ListLoginHistoryRequest) String() string
- type ListLoginHistoryRequest_OriginationIp
- type ListLoginHistoryRequest_UserId
- type ListLoginHistoryResponse
- func (*ListLoginHistoryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListLoginHistoryResponse) GetLoginEvents() []*LoginEvent
- func (*ListLoginHistoryResponse) ProtoMessage()
- func (x *ListLoginHistoryResponse) ProtoReflect() protoreflect.Message
- func (x *ListLoginHistoryResponse) Reset()
- func (x *ListLoginHistoryResponse) String() string
- type ListOrgSubscriptionsRequest
- func (*ListOrgSubscriptionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrgSubscriptionsRequest) GetEventType() audit.EventType
- func (x *ListOrgSubscriptionsRequest) GetOrgId() string
- func (*ListOrgSubscriptionsRequest) ProtoMessage()
- func (x *ListOrgSubscriptionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrgSubscriptionsRequest) Reset()
- func (x *ListOrgSubscriptionsRequest) String() string
- type ListOrgSubscriptionsResponse
- func (*ListOrgSubscriptionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrgSubscriptionsResponse) GetSubscriptions() []*UserSubscription
- func (*ListOrgSubscriptionsResponse) ProtoMessage()
- func (x *ListOrgSubscriptionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrgSubscriptionsResponse) Reset()
- func (x *ListOrgSubscriptionsResponse) String() string
- type ListOrganizationDescriptionsRequest
- func (*ListOrganizationDescriptionsRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListOrganizationDescriptionsRequest) ProtoMessage()
- func (x *ListOrganizationDescriptionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationDescriptionsRequest) Reset()
- func (x *ListOrganizationDescriptionsRequest) String() string
- type ListOrganizationDescriptionsResponse
- func (*ListOrganizationDescriptionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationDescriptionsResponse) GetOrganizationDescriptions() []*OrganizationDescription
- func (*ListOrganizationDescriptionsResponse) ProtoMessage()
- func (x *ListOrganizationDescriptionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationDescriptionsResponse) Reset()
- func (x *ListOrganizationDescriptionsResponse) String() string
- type ListOrganizationUserDescriptionsRequest
- func (*ListOrganizationUserDescriptionsRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListOrganizationUserDescriptionsRequest) ProtoMessage()
- func (x *ListOrganizationUserDescriptionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationUserDescriptionsRequest) Reset()
- func (x *ListOrganizationUserDescriptionsRequest) String() string
- type ListOrganizationUserDescriptionsResponse
- func (*ListOrganizationUserDescriptionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationUserDescriptionsResponse) GetUserDescriptions() []*UserDescription
- func (*ListOrganizationUserDescriptionsResponse) ProtoMessage()
- func (x *ListOrganizationUserDescriptionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationUserDescriptionsResponse) Reset()
- func (x *ListOrganizationUserDescriptionsResponse) String() string
- type ListOwnedOrgsRequest
- func (*ListOwnedOrgsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOwnedOrgsRequest) GetOrgId() string
- func (*ListOwnedOrgsRequest) ProtoMessage()
- func (x *ListOwnedOrgsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOwnedOrgsRequest) Reset()
- func (x *ListOwnedOrgsRequest) String() string
- type ListOwnedOrgsResponse
- func (*ListOwnedOrgsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOwnedOrgsResponse) GetOrganizationDescriptions() []*OrganizationDescription
- func (*ListOwnedOrgsResponse) ProtoMessage()
- func (x *ListOwnedOrgsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOwnedOrgsResponse) Reset()
- func (x *ListOwnedOrgsResponse) String() string
- type ListOwnedUsersRequest
- func (*ListOwnedUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOwnedUsersRequest) GetOrgId() string
- func (*ListOwnedUsersRequest) ProtoMessage()
- func (x *ListOwnedUsersRequest) ProtoReflect() protoreflect.Message
- func (x *ListOwnedUsersRequest) Reset()
- func (x *ListOwnedUsersRequest) String() string
- type ListOwnedUsersResponse
- func (*ListOwnedUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOwnedUsersResponse) GetUserDescriptions() []*UserDescription
- func (*ListOwnedUsersResponse) ProtoMessage()
- func (x *ListOwnedUsersResponse) ProtoReflect() protoreflect.Message
- func (x *ListOwnedUsersResponse) Reset()
- func (x *ListOwnedUsersResponse) String() string
- type ListP3PermissionGroupsRequest
- func (*ListP3PermissionGroupsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListP3PermissionGroupsRequest) GetOrgId() string
- func (*ListP3PermissionGroupsRequest) ProtoMessage()
- func (x *ListP3PermissionGroupsRequest) ProtoReflect() protoreflect.Message
- func (x *ListP3PermissionGroupsRequest) Reset()
- func (x *ListP3PermissionGroupsRequest) String() string
- type ListP3PermissionGroupsResponse
- func (*ListP3PermissionGroupsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListP3PermissionGroupsResponse) GetPermissionGroups() []*P3PermissionGroup
- func (*ListP3PermissionGroupsResponse) ProtoMessage()
- func (x *ListP3PermissionGroupsResponse) ProtoReflect() protoreflect.Message
- func (x *ListP3PermissionGroupsResponse) Reset()
- func (x *ListP3PermissionGroupsResponse) String() string
- type ListP3UnMigratedUsersRequest
- func (*ListP3UnMigratedUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListP3UnMigratedUsersRequest) GetOrgId() string
- func (*ListP3UnMigratedUsersRequest) ProtoMessage()
- func (x *ListP3UnMigratedUsersRequest) ProtoReflect() protoreflect.Message
- func (x *ListP3UnMigratedUsersRequest) Reset()
- func (x *ListP3UnMigratedUsersRequest) String() string
- type ListP3UnMigratedUsersResponse
- func (*ListP3UnMigratedUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListP3UnMigratedUsersResponse) GetUsers() []*UnMigratedUser
- func (*ListP3UnMigratedUsersResponse) ProtoMessage()
- func (x *ListP3UnMigratedUsersResponse) ProtoReflect() protoreflect.Message
- func (x *ListP3UnMigratedUsersResponse) Reset()
- func (x *ListP3UnMigratedUsersResponse) String() string
- type ListPermissionGroupsRequest
- func (*ListPermissionGroupsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPermissionGroupsRequest) GetOrgId() string
- func (*ListPermissionGroupsRequest) ProtoMessage()
- func (x *ListPermissionGroupsRequest) ProtoReflect() protoreflect.Message
- func (x *ListPermissionGroupsRequest) Reset()
- func (x *ListPermissionGroupsRequest) String() string
- type ListPermissionGroupsResponse
- func (*ListPermissionGroupsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPermissionGroupsResponse) GetPermissionGroups() []*PermissionGroup
- func (*ListPermissionGroupsResponse) ProtoMessage()
- func (x *ListPermissionGroupsResponse) ProtoReflect() protoreflect.Message
- func (x *ListPermissionGroupsResponse) Reset()
- func (x *ListPermissionGroupsResponse) String() string
- type ListQueueConfigsReq
- func (*ListQueueConfigsReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListQueueConfigsReq) GetOrgId() string
- func (*ListQueueConfigsReq) ProtoMessage()
- func (x *ListQueueConfigsReq) ProtoReflect() protoreflect.Message
- func (x *ListQueueConfigsReq) Reset()
- func (x *ListQueueConfigsReq) String() string
- type ListQueueConfigsRes
- func (*ListQueueConfigsRes) Descriptor() ([]byte, []int)deprecated
- func (x *ListQueueConfigsRes) GetConfigs() []*QueueConfig
- func (*ListQueueConfigsRes) ProtoMessage()
- func (x *ListQueueConfigsRes) ProtoReflect() protoreflect.Message
- func (x *ListQueueConfigsRes) Reset()
- func (x *ListQueueConfigsRes) String() string
- type ListRegionalOrganizationsRequest
- func (*ListRegionalOrganizationsRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListRegionalOrganizationsRequest) ProtoMessage()
- func (x *ListRegionalOrganizationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListRegionalOrganizationsRequest) Reset()
- func (x *ListRegionalOrganizationsRequest) String() string
- type ListRegionalOrganizationsResponse
- func (*ListRegionalOrganizationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRegionalOrganizationsResponse) GetOrganizationDescriptions() []*OrganizationDescription
- func (*ListRegionalOrganizationsResponse) ProtoMessage()
- func (x *ListRegionalOrganizationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListRegionalOrganizationsResponse) Reset()
- func (x *ListRegionalOrganizationsResponse) String() string
- type ListUserDescriptionsRequest
- func (*ListUserDescriptionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserDescriptionsRequest) GetOrgIdFilter() string
- func (x *ListUserDescriptionsRequest) GetRegionId() string
- func (*ListUserDescriptionsRequest) ProtoMessage()
- func (x *ListUserDescriptionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserDescriptionsRequest) Reset()
- func (x *ListUserDescriptionsRequest) String() string
- type ListUserDescriptionsResponse
- func (*ListUserDescriptionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserDescriptionsResponse) GetUserDescriptions() []*UserDescription
- func (*ListUserDescriptionsResponse) ProtoMessage()
- func (x *ListUserDescriptionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserDescriptionsResponse) Reset()
- func (x *ListUserDescriptionsResponse) String() string
- type ListUserSubscriptionsRequest
- func (*ListUserSubscriptionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserSubscriptionsRequest) GetUserId() string
- func (*ListUserSubscriptionsRequest) ProtoMessage()
- func (x *ListUserSubscriptionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserSubscriptionsRequest) Reset()
- func (x *ListUserSubscriptionsRequest) String() string
- type ListUserSubscriptionsResponse
- func (*ListUserSubscriptionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserSubscriptionsResponse) GetSubscriptions() []*UserSubscription
- func (*ListUserSubscriptionsResponse) ProtoMessage()
- func (x *ListUserSubscriptionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserSubscriptionsResponse) Reset()
- func (x *ListUserSubscriptionsResponse) String() string
- type ListWebLinkTemplatesRequest
- type ListWebLinkTemplatesResponse
- func (*ListWebLinkTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListWebLinkTemplatesResponse) GetWebLinkTemplates() []*WebLinkTemplate
- func (*ListWebLinkTemplatesResponse) ProtoMessage()
- func (x *ListWebLinkTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *ListWebLinkTemplatesResponse) Reset()
- func (x *ListWebLinkTemplatesResponse) String() string
- type LocationDescription
- func (*LocationDescription) Descriptor() ([]byte, []int)deprecated
- func (x *LocationDescription) GetAddress() string
- func (x *LocationDescription) GetCity() string
- func (x *LocationDescription) GetCompanyName() string
- func (x *LocationDescription) GetContactFirstName() string
- func (x *LocationDescription) GetContactLastName() string
- func (x *LocationDescription) GetCountry() string
- func (x *LocationDescription) GetEmail() string
- func (x *LocationDescription) GetFax() string
- func (x *LocationDescription) GetLocationName() string
- func (x *LocationDescription) GetPhone() string
- func (x *LocationDescription) GetState() string
- func (x *LocationDescription) GetZip() string
- func (*LocationDescription) ProtoMessage()
- func (x *LocationDescription) ProtoReflect() protoreflect.Message
- func (x *LocationDescription) Reset()
- func (x *LocationDescription) String() string
- type LoginEvent
- func (*LoginEvent) Descriptor() ([]byte, []int)deprecated
- func (x *LoginEvent) GetDateAttempted() *timestamppb.Timestamp
- func (x *LoginEvent) GetLoginLogSid() int64
- func (x *LoginEvent) GetLoginSuccess() bool
- func (x *LoginEvent) GetNotes() string
- func (x *LoginEvent) GetOriginationIp() string
- func (x *LoginEvent) GetStrike() bool
- func (x *LoginEvent) GetUserName() string
- func (*LoginEvent) ProtoMessage()
- func (x *LoginEvent) ProtoReflect() protoreflect.Message
- func (x *LoginEvent) Reset()
- func (x *LoginEvent) String() string
- type ManualUserEmailVerificationRequest
- func (*ManualUserEmailVerificationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ManualUserEmailVerificationRequest) GetOrgId() string
- func (x *ManualUserEmailVerificationRequest) GetUserId() string
- func (*ManualUserEmailVerificationRequest) ProtoMessage()
- func (x *ManualUserEmailVerificationRequest) ProtoReflect() protoreflect.Message
- func (x *ManualUserEmailVerificationRequest) Reset()
- func (x *ManualUserEmailVerificationRequest) String() string
- type ManualUserEmailVerificationResponse
- func (*ManualUserEmailVerificationResponse) Descriptor() ([]byte, []int)deprecated
- func (*ManualUserEmailVerificationResponse) ProtoMessage()
- func (x *ManualUserEmailVerificationResponse) ProtoReflect() protoreflect.Message
- func (x *ManualUserEmailVerificationResponse) Reset()
- func (x *ManualUserEmailVerificationResponse) String() string
- type MigrateP3UserRequest
- func (*MigrateP3UserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MigrateP3UserRequest) GetAgentSid() int64
- func (x *MigrateP3UserRequest) GetClientSid() int64
- func (x *MigrateP3UserRequest) GetLoginSid() int64
- func (x *MigrateP3UserRequest) GetPassword() string
- func (*MigrateP3UserRequest) ProtoMessage()
- func (x *MigrateP3UserRequest) ProtoReflect() protoreflect.Message
- func (x *MigrateP3UserRequest) Reset()
- func (x *MigrateP3UserRequest) String() string
- type MigrateP3UserResponse
- type OrgBillingSettings
- func (*OrgBillingSettings) Descriptor() ([]byte, []int)deprecated
- func (x *OrgBillingSettings) GetAgentRates() *AgentBillingRates
- func (x *OrgBillingSettings) GetAnalyticsPricePerDoc() float32
- func (x *OrgBillingSettings) GetCountryRegionOverrides() map[int32]*BillingRegionMap
- func (x *OrgBillingSettings) GetDefault() *PhoneBillingRates
- func (x *OrgBillingSettings) GetEmailPricePerMessage() *wrapperspb.FloatValue
- func (x *OrgBillingSettings) GetOrgId() string
- func (x *OrgBillingSettings) GetVoiceAnalyticsPricePerHour() float32
- func (*OrgBillingSettings) ProtoMessage()
- func (x *OrgBillingSettings) ProtoReflect() protoreflect.Message
- func (x *OrgBillingSettings) Reset()
- func (x *OrgBillingSettings) String() string
- type OrgLegacyClient
- type OrgLegacyServer
- type Organization
- func (*Organization) Descriptor() ([]byte, []int)deprecated
- func (x *Organization) GetBackofficeTheme() commons.ClientSkin
- func (x *Organization) GetContractNumber() string
- func (x *Organization) GetCrmId() string
- func (x *Organization) GetIsManualOnlyAccount() bool
- func (x *Organization) GetName() string
- func (x *Organization) GetTimeZoneEnum() commons.TimeZone
- func (*Organization) ProtoMessage()
- func (x *Organization) ProtoReflect() protoreflect.Message
- func (x *Organization) Reset()
- func (x *Organization) String() string
- type OrganizationDescription
- func (*OrganizationDescription) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationDescription) GetAddDate() *timestamppb.Timestamp
- func (x *OrganizationDescription) GetBillingId() string
- func (x *OrganizationDescription) GetClientSid() int64
- func (x *OrganizationDescription) GetLastScheduledDate() *timestamppb.Timestamp
- func (x *OrganizationDescription) GetName() string
- func (x *OrganizationDescription) GetOrgId() string
- func (x *OrganizationDescription) GetRegionId() string
- func (*OrganizationDescription) ProtoMessage()
- func (x *OrganizationDescription) ProtoReflect() protoreflect.Message
- func (x *OrganizationDescription) Reset()
- func (x *OrganizationDescription) String() string
- type OrganizationPreferences
- func (*OrganizationPreferences) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationPreferences) GetAllowedCountries() []commons.Country
- func (x *OrganizationPreferences) GetDefaultCountry() commons.Country
- func (x *OrganizationPreferences) GetDisplayLanguage() commons.DisplayLanguage
- func (x *OrganizationPreferences) GetTimeZone() commons.TimeZone
- func (*OrganizationPreferences) ProtoMessage()
- func (x *OrganizationPreferences) ProtoReflect() protoreflect.Message
- func (x *OrganizationPreferences) Reset()
- func (x *OrganizationPreferences) String() string
- type P3PermissionGroup
- func (*P3PermissionGroup) Descriptor() ([]byte, []int)deprecated
- func (x *P3PermissionGroup) GetDescription() string
- func (x *P3PermissionGroup) GetName() string
- func (x *P3PermissionGroup) GetPermissionGroupId() string
- func (x *P3PermissionGroup) GetPermissionGroupSid() int64
- func (x *P3PermissionGroup) GetPermissions() []commons.Permission
- func (*P3PermissionGroup) ProtoMessage()
- func (x *P3PermissionGroup) ProtoReflect() protoreflect.Message
- func (x *P3PermissionGroup) Reset()
- func (x *P3PermissionGroup) String() string
- type PauseCode
- func (*PauseCode) Descriptor() ([]byte, []int)deprecated
- func (x *PauseCode) GetCodes() []string
- func (x *PauseCode) GetDescription() string
- func (x *PauseCode) GetName() string
- func (x *PauseCode) GetXmlClientPropertySid() int64
- func (*PauseCode) ProtoMessage()
- func (x *PauseCode) ProtoReflect() protoreflect.Message
- func (x *PauseCode) Reset()
- func (x *PauseCode) String() string
- type PermissionGroup
- func (*PermissionGroup) Descriptor() ([]byte, []int)deprecated
- func (x *PermissionGroup) GetDescription() string
- func (x *PermissionGroup) GetId() string
- func (x *PermissionGroup) GetName() string
- func (x *PermissionGroup) GetPermissions() []auth.Permission
- func (x *PermissionGroup) GetReadOnly() bool
- func (*PermissionGroup) ProtoMessage()
- func (x *PermissionGroup) ProtoReflect() protoreflect.Message
- func (x *PermissionGroup) Reset()
- func (x *PermissionGroup) String() string
- type PhoneBillingRates
- func (*PhoneBillingRates) Descriptor() ([]byte, []int)deprecated
- func (x *PhoneBillingRates) GetAttempts() *PhoneBillingRates_Attempts
- func (x *PhoneBillingRates) GetBillingIncrementSeconds() int64
- func (x *PhoneBillingRates) GetConnectedCalls() *PhoneBillingRates_ConnectedCalls
- func (x *PhoneBillingRates) GetInboundPpi() float64
- func (x *PhoneBillingRates) GetSeconds() *PhoneBillingRates_Seconds
- func (x *PhoneBillingRates) GetSmsPricePerAttempt() float64
- func (x *PhoneBillingRates) GetUnits() isPhoneBillingRates_Units
- func (x *PhoneBillingRates) GetVocalDirectPricePerMessage() float64
- func (*PhoneBillingRates) ProtoMessage()
- func (x *PhoneBillingRates) ProtoReflect() protoreflect.Message
- func (x *PhoneBillingRates) Reset()
- func (x *PhoneBillingRates) String() string
- type PhoneBillingRates_Attempts
- func (*PhoneBillingRates_Attempts) Descriptor() ([]byte, []int)deprecated
- func (x *PhoneBillingRates_Attempts) GetAgentLinkcallPpa() float64
- func (x *PhoneBillingRates_Attempts) GetLinkbackPpa() float64
- func (x *PhoneBillingRates_Attempts) GetPpa() float64
- func (*PhoneBillingRates_Attempts) ProtoMessage()
- func (x *PhoneBillingRates_Attempts) ProtoReflect() protoreflect.Message
- func (x *PhoneBillingRates_Attempts) Reset()
- func (x *PhoneBillingRates_Attempts) String() string
- type PhoneBillingRates_Attempts_
- type PhoneBillingRates_ConnectedCalls
- func (*PhoneBillingRates_ConnectedCalls) Descriptor() ([]byte, []int)deprecated
- func (x *PhoneBillingRates_ConnectedCalls) GetAgentLinkcallPpc() float64
- func (x *PhoneBillingRates_ConnectedCalls) GetLinkbackPpc() float64
- func (x *PhoneBillingRates_ConnectedCalls) GetPpc() float64
- func (*PhoneBillingRates_ConnectedCalls) ProtoMessage()
- func (x *PhoneBillingRates_ConnectedCalls) ProtoReflect() protoreflect.Message
- func (x *PhoneBillingRates_ConnectedCalls) Reset()
- func (x *PhoneBillingRates_ConnectedCalls) String() string
- type PhoneBillingRates_ConnectedCalls_
- type PhoneBillingRates_Seconds
- func (*PhoneBillingRates_Seconds) Descriptor() ([]byte, []int)deprecated
- func (x *PhoneBillingRates_Seconds) GetAgentLinkcallPpi() float64
- func (x *PhoneBillingRates_Seconds) GetHumanHangupIncrementsBilled() *wrapperspb.Int64Value
- func (x *PhoneBillingRates_Seconds) GetLinkbackPpi() float64
- func (x *PhoneBillingRates_Seconds) GetMachineHangupIncrementsBilled() *wrapperspb.Int64Value
- func (x *PhoneBillingRates_Seconds) GetMaximumBilledIncrements() *wrapperspb.Int64Value
- func (x *PhoneBillingRates_Seconds) GetMaximumLinkbackBilledIncrements() *wrapperspb.Int64Value
- func (x *PhoneBillingRates_Seconds) GetMinimumBilledIncrements() int64
- func (x *PhoneBillingRates_Seconds) GetMinimumLinkbackBilledIncrements() int64
- func (x *PhoneBillingRates_Seconds) GetPpi() float64
- func (*PhoneBillingRates_Seconds) ProtoMessage()
- func (x *PhoneBillingRates_Seconds) ProtoReflect() protoreflect.Message
- func (x *PhoneBillingRates_Seconds) Reset()
- func (x *PhoneBillingRates_Seconds) String() string
- type PhoneBillingRates_Seconds_
- type PhonePreferences
- func (*PhonePreferences) Descriptor() ([]byte, []int)deprecated
- func (x *PhonePreferences) GetAgentPreviewDialing() bool
- func (x *PhonePreferences) GetAnsweringMachineDetection() commons.AnsweringMachineDetection
- func (x *PhonePreferences) GetCallerIdCfdSid() int64
- func (x *PhonePreferences) GetDefaultDialOrder() *DialOrder
- func (x *PhonePreferences) GetDefaultRingLengthThreshold() int32
- func (x *PhonePreferences) GetDefaultUseCallerId() bool
- func (x *PhonePreferences) GetDisplayRingLengthThreshold() bool
- func (x *PhonePreferences) GetLinkbackRecording() bool
- func (x *PhonePreferences) GetOverrideLinkbackRecording() bool
- func (x *PhonePreferences) GetShowCallerId() bool
- func (*PhonePreferences) ProtoMessage()
- func (x *PhonePreferences) ProtoReflect() protoreflect.Message
- func (x *PhonePreferences) Reset()
- func (x *PhonePreferences) String() string
- type PriorityGroup
- func (*PriorityGroup) Descriptor() ([]byte, []int)deprecated
- func (x *PriorityGroup) GetChannelType() commons.ChannelType
- func (x *PriorityGroup) GetThreshold() int32
- func (*PriorityGroup) ProtoMessage()
- func (x *PriorityGroup) ProtoReflect() protoreflect.Message
- func (x *PriorityGroup) Reset()
- func (x *PriorityGroup) String() string
- type QueueConfig
- func (*QueueConfig) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig) GetAnnouncementMixing() *QueueConfig_AnnouncementMixing
- func (x *QueueConfig) GetAttentionTones() *QueueConfig_AttentionTones
- func (x *QueueConfig) GetCallbackTimeoutMinutes() int64
- func (x *QueueConfig) GetConfigModified() *timestamppb.Timestamp
- func (x *QueueConfig) GetInQueueConditions() *QueueConfig_InQueueConditions
- func (x *QueueConfig) GetInboundOverride() commons.InboundOverrideOption
- func (x *QueueConfig) GetIntercomConnection() commons.IntercomConnection
- func (x *QueueConfig) GetKeyPressEvents() *QueueConfig_KeyPressEvents
- func (x *QueueConfig) GetName() string
- func (x *QueueConfig) GetNumberUpdate() bool
- func (x *QueueConfig) GetPbxRingStrategy() *QueueConfig_PbxRingStrategy
- func (x *QueueConfig) GetPositionAnnouncements() *QueueConfig_PositionAnnouncements
- func (x *QueueConfig) GetQueueMonitoringSilenceWaitTimes() *QueueConfig_QueueMonitoringSilenceWaitTimes
- func (x *QueueConfig) GetSoundsGender() string
- func (x *QueueConfig) GetSoundsLanguage() string
- func (x *QueueConfig) GetSoundsModified() *timestamppb.Timestamp
- func (x *QueueConfig) GetWaitTimeAnnouncements() *QueueConfig_WaitTimeAnnouncements
- func (*QueueConfig) ProtoMessage()
- func (x *QueueConfig) ProtoReflect() protoreflect.Message
- func (x *QueueConfig) Reset()
- func (x *QueueConfig) String() string
- type QueueConfig_AnnouncementMixing
- func (*QueueConfig_AnnouncementMixing) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_AnnouncementMixing) GetAny() *QueueConfig_AnnouncementMixing_Config
- func (x *QueueConfig_AnnouncementMixing) GetInbound() *QueueConfig_AnnouncementMixing_Config
- func (x *QueueConfig_AnnouncementMixing) GetManual() *QueueConfig_AnnouncementMixing_Config
- func (x *QueueConfig_AnnouncementMixing) GetOutbound() *QueueConfig_AnnouncementMixing_Config
- func (x *QueueConfig_AnnouncementMixing) GetPreview() *QueueConfig_AnnouncementMixing_Config
- func (*QueueConfig_AnnouncementMixing) ProtoMessage()
- func (x *QueueConfig_AnnouncementMixing) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_AnnouncementMixing) Reset()
- func (x *QueueConfig_AnnouncementMixing) String() string
- type QueueConfig_AnnouncementMixing_Config
- func (*QueueConfig_AnnouncementMixing_Config) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_AnnouncementMixing_Config) GetOption() commons.AnnouncementMixingOption
- func (*QueueConfig_AnnouncementMixing_Config) ProtoMessage()
- func (x *QueueConfig_AnnouncementMixing_Config) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_AnnouncementMixing_Config) Reset()
- func (x *QueueConfig_AnnouncementMixing_Config) String() string
- type QueueConfig_AttentionTones
- func (*QueueConfig_AttentionTones) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_AttentionTones) GetAny() *QueueConfig_AttentionTones_Disableable
- func (x *QueueConfig_AttentionTones) GetInbound() *QueueConfig_AttentionTones_Disableable
- func (x *QueueConfig_AttentionTones) GetManual() *QueueConfig_AttentionTones_Disableable
- func (x *QueueConfig_AttentionTones) GetOutbound() *QueueConfig_AttentionTones_Disableable
- func (x *QueueConfig_AttentionTones) GetPreview() *QueueConfig_AttentionTones_Disableable
- func (*QueueConfig_AttentionTones) ProtoMessage()
- func (x *QueueConfig_AttentionTones) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_AttentionTones) Reset()
- func (x *QueueConfig_AttentionTones) String() string
- type QueueConfig_AttentionTones_Config
- func (*QueueConfig_AttentionTones_Config) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_AttentionTones_Config) GetAgentStatusPaused() bool
- func (x *QueueConfig_AttentionTones_Config) GetAgentStatusWrapUp() bool
- func (x *QueueConfig_AttentionTones_Config) GetTones() []*QueueConfig_AttentionTones_Tones
- func (*QueueConfig_AttentionTones_Config) ProtoMessage()
- func (x *QueueConfig_AttentionTones_Config) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_AttentionTones_Config) Reset()
- func (x *QueueConfig_AttentionTones_Config) String() string
- type QueueConfig_AttentionTones_Disableable
- func (*QueueConfig_AttentionTones_Disableable) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_AttentionTones_Disableable) GetConfig() *QueueConfig_AttentionTones_Config
- func (x *QueueConfig_AttentionTones_Disableable) GetDisable() *QueueConfig_Disable
- func (x *QueueConfig_AttentionTones_Disableable) GetOption() isQueueConfig_AttentionTones_Disableable_Option
- func (*QueueConfig_AttentionTones_Disableable) ProtoMessage()
- func (x *QueueConfig_AttentionTones_Disableable) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_AttentionTones_Disableable) Reset()
- func (x *QueueConfig_AttentionTones_Disableable) String() string
- type QueueConfig_AttentionTones_Disableable_Config
- type QueueConfig_AttentionTones_Disableable_Disable
- type QueueConfig_AttentionTones_Tones
- func (*QueueConfig_AttentionTones_Tones) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_AttentionTones_Tones) GetOption() isQueueConfig_AttentionTones_Tones_Option
- func (x *QueueConfig_AttentionTones_Tones) GetPause() *wrapperspb.DoubleValue
- func (x *QueueConfig_AttentionTones_Tones) GetTone() *wrapperspb.Int64Value
- func (*QueueConfig_AttentionTones_Tones) ProtoMessage()
- func (x *QueueConfig_AttentionTones_Tones) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_AttentionTones_Tones) Reset()
- func (x *QueueConfig_AttentionTones_Tones) String() string
- type QueueConfig_AttentionTones_Tones_Pause
- type QueueConfig_AttentionTones_Tones_Tone
- type QueueConfig_Disable
- type QueueConfig_InQueueConditions
- func (*QueueConfig_InQueueConditions) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_InQueueConditions) GetAgentLost() *QueueConfig_InQueueConditions_Condition
- func (x *QueueConfig_InQueueConditions) GetDefault() *QueueConfig_InQueueConditions_LimitedCondition
- func (x *QueueConfig_InQueueConditions) GetNoAgentsAvailable() *QueueConfig_InQueueConditions_LimitedCondition
- func (x *QueueConfig_InQueueConditions) GetNoAgentsLoggedIn() *QueueConfig_InQueueConditions_LimitedCondition
- func (x *QueueConfig_InQueueConditions) GetNoAgentsWithRequiredSkillsAvailable() *QueueConfig_InQueueConditions_Condition
- func (x *QueueConfig_InQueueConditions) GetNoAgentsWithRequiredSkillsLoggedIn() *QueueConfig_InQueueConditions_Condition
- func (x *QueueConfig_InQueueConditions) GetPbxRinging() *QueueConfig_InQueueConditions_Condition
- func (*QueueConfig_InQueueConditions) ProtoMessage()
- func (x *QueueConfig_InQueueConditions) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_InQueueConditions) Reset()
- func (x *QueueConfig_InQueueConditions) String() string
- type QueueConfig_InQueueConditions_Action
- func (*QueueConfig_InQueueConditions_Action) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_InQueueConditions_Action) GetAction() isQueueConfig_InQueueConditions_Action_Action
- func (x *QueueConfig_InQueueConditions_Action) GetAddSkills() *QueueConfig_Skills
- func (x *QueueConfig_InQueueConditions_Action) GetAfterSeconds() int64
- func (x *QueueConfig_InQueueConditions_Action) GetDropSkills() *QueueConfig_Skills
- func (x *QueueConfig_InQueueConditions_Action) GetHangUp() *QueueConfig_Optionless
- func (x *QueueConfig_InQueueConditions_Action) GetQueuedCallback() *QueueConfig_Optionless
- func (x *QueueConfig_InQueueConditions_Action) GetTriggerIvr() *commons.DigitWrapper
- func (x *QueueConfig_InQueueConditions_Action) GetVoicemail() *QueueConfig_Optionless
- func (*QueueConfig_InQueueConditions_Action) ProtoMessage()
- func (x *QueueConfig_InQueueConditions_Action) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_InQueueConditions_Action) Reset()
- func (x *QueueConfig_InQueueConditions_Action) String() string
- type QueueConfig_InQueueConditions_Action_AddSkills
- type QueueConfig_InQueueConditions_Action_DropSkills
- type QueueConfig_InQueueConditions_Action_HangUp
- type QueueConfig_InQueueConditions_Action_QueuedCallback
- type QueueConfig_InQueueConditions_Action_TriggerIvr
- type QueueConfig_InQueueConditions_Action_Voicemail
- type QueueConfig_InQueueConditions_Condition
- func (*QueueConfig_InQueueConditions_Condition) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_InQueueConditions_Condition) GetAny() *QueueConfig_InQueueConditions_Config
- func (x *QueueConfig_InQueueConditions_Condition) GetInbound() *QueueConfig_InQueueConditions_Config
- func (x *QueueConfig_InQueueConditions_Condition) GetManual() *QueueConfig_InQueueConditions_Config
- func (x *QueueConfig_InQueueConditions_Condition) GetOutbound() *QueueConfig_InQueueConditions_Config
- func (x *QueueConfig_InQueueConditions_Condition) GetPreview() *QueueConfig_InQueueConditions_Config
- func (*QueueConfig_InQueueConditions_Condition) ProtoMessage()
- func (x *QueueConfig_InQueueConditions_Condition) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_InQueueConditions_Condition) Reset()
- func (x *QueueConfig_InQueueConditions_Condition) String() string
- type QueueConfig_InQueueConditions_Config
- func (*QueueConfig_InQueueConditions_Config) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_InQueueConditions_Config) GetActions() []*QueueConfig_InQueueConditions_Action
- func (*QueueConfig_InQueueConditions_Config) ProtoMessage()
- func (x *QueueConfig_InQueueConditions_Config) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_InQueueConditions_Config) Reset()
- func (x *QueueConfig_InQueueConditions_Config) String() string
- type QueueConfig_InQueueConditions_LimitedAction
- func (*QueueConfig_InQueueConditions_LimitedAction) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_InQueueConditions_LimitedAction) GetAction() isQueueConfig_InQueueConditions_LimitedAction_Action
- func (x *QueueConfig_InQueueConditions_LimitedAction) GetAfterSeconds() int64
- func (x *QueueConfig_InQueueConditions_LimitedAction) GetHangUp() *QueueConfig_Optionless
- func (x *QueueConfig_InQueueConditions_LimitedAction) GetQueuedCallback() *QueueConfig_Optionless
- func (x *QueueConfig_InQueueConditions_LimitedAction) GetTriggerIvr() *commons.DigitWrapper
- func (x *QueueConfig_InQueueConditions_LimitedAction) GetVoicemail() *QueueConfig_Optionless
- func (*QueueConfig_InQueueConditions_LimitedAction) ProtoMessage()
- func (x *QueueConfig_InQueueConditions_LimitedAction) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_InQueueConditions_LimitedAction) Reset()
- func (x *QueueConfig_InQueueConditions_LimitedAction) String() string
- type QueueConfig_InQueueConditions_LimitedAction_HangUp
- type QueueConfig_InQueueConditions_LimitedAction_QueuedCallback
- type QueueConfig_InQueueConditions_LimitedAction_TriggerIvr
- type QueueConfig_InQueueConditions_LimitedAction_Voicemail
- type QueueConfig_InQueueConditions_LimitedCondition
- func (*QueueConfig_InQueueConditions_LimitedCondition) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_InQueueConditions_LimitedCondition) GetAny() *QueueConfig_InQueueConditions_LimitedConfig
- func (x *QueueConfig_InQueueConditions_LimitedCondition) GetInbound() *QueueConfig_InQueueConditions_LimitedConfig
- func (x *QueueConfig_InQueueConditions_LimitedCondition) GetManual() *QueueConfig_InQueueConditions_LimitedConfig
- func (x *QueueConfig_InQueueConditions_LimitedCondition) GetOutbound() *QueueConfig_InQueueConditions_LimitedConfig
- func (x *QueueConfig_InQueueConditions_LimitedCondition) GetPreview() *QueueConfig_InQueueConditions_LimitedConfig
- func (*QueueConfig_InQueueConditions_LimitedCondition) ProtoMessage()
- func (x *QueueConfig_InQueueConditions_LimitedCondition) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_InQueueConditions_LimitedCondition) Reset()
- func (x *QueueConfig_InQueueConditions_LimitedCondition) String() string
- type QueueConfig_InQueueConditions_LimitedConfig
- func (*QueueConfig_InQueueConditions_LimitedConfig) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_InQueueConditions_LimitedConfig) GetActions() []*QueueConfig_InQueueConditions_LimitedAction
- func (*QueueConfig_InQueueConditions_LimitedConfig) ProtoMessage()
- func (x *QueueConfig_InQueueConditions_LimitedConfig) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_InQueueConditions_LimitedConfig) Reset()
- func (x *QueueConfig_InQueueConditions_LimitedConfig) String() string
- type QueueConfig_KeyPressEvents
- func (*QueueConfig_KeyPressEvents) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_KeyPressEvents) GetAsterisk() *QueueConfig_KeyPressEvents_Action
- func (x *QueueConfig_KeyPressEvents) GetEight() *QueueConfig_KeyPressEvents_Action
- func (x *QueueConfig_KeyPressEvents) GetFive() *QueueConfig_KeyPressEvents_Action
- func (x *QueueConfig_KeyPressEvents) GetFour() *QueueConfig_KeyPressEvents_Action
- func (x *QueueConfig_KeyPressEvents) GetHashtag() *QueueConfig_KeyPressEvents_Action
- func (x *QueueConfig_KeyPressEvents) GetNine() *QueueConfig_KeyPressEvents_Action
- func (x *QueueConfig_KeyPressEvents) GetOne() *QueueConfig_KeyPressEvents_Action
- func (x *QueueConfig_KeyPressEvents) GetSeven() *QueueConfig_KeyPressEvents_Action
- func (x *QueueConfig_KeyPressEvents) GetSix() *QueueConfig_KeyPressEvents_Action
- func (x *QueueConfig_KeyPressEvents) GetThree() *QueueConfig_KeyPressEvents_Action
- func (x *QueueConfig_KeyPressEvents) GetTwo() *QueueConfig_KeyPressEvents_Action
- func (x *QueueConfig_KeyPressEvents) GetZero() *QueueConfig_KeyPressEvents_Action
- func (*QueueConfig_KeyPressEvents) ProtoMessage()
- func (x *QueueConfig_KeyPressEvents) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_KeyPressEvents) Reset()
- func (x *QueueConfig_KeyPressEvents) String() string
- type QueueConfig_KeyPressEvents_Action
- func (*QueueConfig_KeyPressEvents_Action) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_KeyPressEvents_Action) GetAny() *QueueConfig_KeyPressEvents_Config
- func (x *QueueConfig_KeyPressEvents_Action) GetInbound() *QueueConfig_KeyPressEvents_Config
- func (x *QueueConfig_KeyPressEvents_Action) GetManual() *QueueConfig_KeyPressEvents_Config
- func (x *QueueConfig_KeyPressEvents_Action) GetOutbound() *QueueConfig_KeyPressEvents_Config
- func (x *QueueConfig_KeyPressEvents_Action) GetPreview() *QueueConfig_KeyPressEvents_Config
- func (*QueueConfig_KeyPressEvents_Action) ProtoMessage()
- func (x *QueueConfig_KeyPressEvents_Action) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_KeyPressEvents_Action) Reset()
- func (x *QueueConfig_KeyPressEvents_Action) String() string
- type QueueConfig_KeyPressEvents_Config
- func (*QueueConfig_KeyPressEvents_Config) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_KeyPressEvents_Config) GetAddSkills() *QueueConfig_Skills
- func (x *QueueConfig_KeyPressEvents_Config) GetDropSkills() *QueueConfig_Skills
- func (x *QueueConfig_KeyPressEvents_Config) GetHangUp() *QueueConfig_Optionless
- func (x *QueueConfig_KeyPressEvents_Config) GetOption() isQueueConfig_KeyPressEvents_Config_Option
- func (x *QueueConfig_KeyPressEvents_Config) GetQueuedCallback() *QueueConfig_Optionless
- func (x *QueueConfig_KeyPressEvents_Config) GetTriggerIvr() *QueueConfig_Optionless
- func (x *QueueConfig_KeyPressEvents_Config) GetVoicemail() *QueueConfig_Optionless
- func (*QueueConfig_KeyPressEvents_Config) ProtoMessage()
- func (x *QueueConfig_KeyPressEvents_Config) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_KeyPressEvents_Config) Reset()
- func (x *QueueConfig_KeyPressEvents_Config) String() string
- type QueueConfig_KeyPressEvents_Config_AddSkills
- type QueueConfig_KeyPressEvents_Config_DropSkills
- type QueueConfig_KeyPressEvents_Config_HangUp
- type QueueConfig_KeyPressEvents_Config_QueuedCallback
- type QueueConfig_KeyPressEvents_Config_TriggerIvr
- type QueueConfig_KeyPressEvents_Config_Voicemail
- type QueueConfig_Optionless
- type QueueConfig_PbxRingStrategy
- func (*QueueConfig_PbxRingStrategy) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_PbxRingStrategy) GetAny() *QueueConfig_PbxRingStrategy_Config
- func (x *QueueConfig_PbxRingStrategy) GetInbound() *QueueConfig_PbxRingStrategy_Config
- func (x *QueueConfig_PbxRingStrategy) GetOutbound() *QueueConfig_PbxRingStrategy_Config
- func (*QueueConfig_PbxRingStrategy) ProtoMessage()
- func (x *QueueConfig_PbxRingStrategy) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_PbxRingStrategy) Reset()
- func (x *QueueConfig_PbxRingStrategy) String() string
- type QueueConfig_PbxRingStrategy_Config
- func (*QueueConfig_PbxRingStrategy_Config) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_PbxRingStrategy_Config) GetAgentScore() int64
- func (x *QueueConfig_PbxRingStrategy_Config) GetAgentScoreMemory() int64
- func (x *QueueConfig_PbxRingStrategy_Config) GetHighestScoreOnly() *QueueConfig_Optionless
- func (x *QueueConfig_PbxRingStrategy_Config) GetRandom() *QueueConfig_Optionless
- func (x *QueueConfig_PbxRingStrategy_Config) GetRingAll() *QueueConfig_Optionless
- func (x *QueueConfig_PbxRingStrategy_Config) GetStrategy() isQueueConfig_PbxRingStrategy_Config_Strategy
- func (*QueueConfig_PbxRingStrategy_Config) ProtoMessage()
- func (x *QueueConfig_PbxRingStrategy_Config) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_PbxRingStrategy_Config) Reset()
- func (x *QueueConfig_PbxRingStrategy_Config) String() string
- type QueueConfig_PbxRingStrategy_Config_AgentScore
- type QueueConfig_PbxRingStrategy_Config_AgentScoreMemory
- type QueueConfig_PbxRingStrategy_Config_HighestScoreOnly
- type QueueConfig_PbxRingStrategy_Config_Random
- type QueueConfig_PbxRingStrategy_Config_RingAll
- type QueueConfig_PositionAnnouncements
- func (*QueueConfig_PositionAnnouncements) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_PositionAnnouncements) GetAny() *QueueConfig_PositionAnnouncements_Disableable
- func (x *QueueConfig_PositionAnnouncements) GetInbound() *QueueConfig_PositionAnnouncements_Disableable
- func (x *QueueConfig_PositionAnnouncements) GetManual() *QueueConfig_PositionAnnouncements_Disableable
- func (x *QueueConfig_PositionAnnouncements) GetOutbound() *QueueConfig_PositionAnnouncements_Disableable
- func (x *QueueConfig_PositionAnnouncements) GetPreview() *QueueConfig_PositionAnnouncements_Disableable
- func (*QueueConfig_PositionAnnouncements) ProtoMessage()
- func (x *QueueConfig_PositionAnnouncements) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_PositionAnnouncements) Reset()
- func (x *QueueConfig_PositionAnnouncements) String() string
- type QueueConfig_PositionAnnouncements_Config
- func (*QueueConfig_PositionAnnouncements_Config) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_PositionAnnouncements_Config) GetFirstSeconds() int64
- func (x *QueueConfig_PositionAnnouncements_Config) GetRepeatingSeconds() int64
- func (x *QueueConfig_PositionAnnouncements_Config) GetThreshold() int64
- func (*QueueConfig_PositionAnnouncements_Config) ProtoMessage()
- func (x *QueueConfig_PositionAnnouncements_Config) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_PositionAnnouncements_Config) Reset()
- func (x *QueueConfig_PositionAnnouncements_Config) String() string
- type QueueConfig_PositionAnnouncements_Disableable
- func (*QueueConfig_PositionAnnouncements_Disableable) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_PositionAnnouncements_Disableable) GetConfig() *QueueConfig_PositionAnnouncements_Config
- func (x *QueueConfig_PositionAnnouncements_Disableable) GetDisable() *QueueConfig_Disable
- func (x *QueueConfig_PositionAnnouncements_Disableable) GetOption() isQueueConfig_PositionAnnouncements_Disableable_Option
- func (*QueueConfig_PositionAnnouncements_Disableable) ProtoMessage()
- func (x *QueueConfig_PositionAnnouncements_Disableable) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_PositionAnnouncements_Disableable) Reset()
- func (x *QueueConfig_PositionAnnouncements_Disableable) String() string
- type QueueConfig_PositionAnnouncements_Disableable_Config
- type QueueConfig_PositionAnnouncements_Disableable_Disable
- type QueueConfig_QueueMonitoringSilenceWaitTimes
- func (*QueueConfig_QueueMonitoringSilenceWaitTimes) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_QueueMonitoringSilenceWaitTimes) GetFirstMilliseconds() int64
- func (x *QueueConfig_QueueMonitoringSilenceWaitTimes) GetSecondMilliseconds() int64
- func (*QueueConfig_QueueMonitoringSilenceWaitTimes) ProtoMessage()
- func (x *QueueConfig_QueueMonitoringSilenceWaitTimes) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_QueueMonitoringSilenceWaitTimes) Reset()
- func (x *QueueConfig_QueueMonitoringSilenceWaitTimes) String() string
- type QueueConfig_Skills
- func (*QueueConfig_Skills) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_Skills) GetP3Ids() []string
- func (*QueueConfig_Skills) ProtoMessage()
- func (x *QueueConfig_Skills) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_Skills) Reset()
- func (x *QueueConfig_Skills) String() string
- type QueueConfig_WaitTimeAnnouncements
- func (*QueueConfig_WaitTimeAnnouncements) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_WaitTimeAnnouncements) GetAny() *QueueConfig_WaitTimeAnnouncements_Disableable
- func (x *QueueConfig_WaitTimeAnnouncements) GetInbound() *QueueConfig_WaitTimeAnnouncements_Disableable
- func (x *QueueConfig_WaitTimeAnnouncements) GetManual() *QueueConfig_WaitTimeAnnouncements_Disableable
- func (x *QueueConfig_WaitTimeAnnouncements) GetOutbound() *QueueConfig_WaitTimeAnnouncements_Disableable
- func (x *QueueConfig_WaitTimeAnnouncements) GetPreview() *QueueConfig_WaitTimeAnnouncements_Disableable
- func (*QueueConfig_WaitTimeAnnouncements) ProtoMessage()
- func (x *QueueConfig_WaitTimeAnnouncements) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_WaitTimeAnnouncements) Reset()
- func (x *QueueConfig_WaitTimeAnnouncements) String() string
- type QueueConfig_WaitTimeAnnouncements_Config
- func (*QueueConfig_WaitTimeAnnouncements_Config) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_WaitTimeAnnouncements_Config) GetFirstSeconds() int64
- func (x *QueueConfig_WaitTimeAnnouncements_Config) GetRepeatingSeconds() int64
- func (x *QueueConfig_WaitTimeAnnouncements_Config) GetThreshold() int64
- func (*QueueConfig_WaitTimeAnnouncements_Config) ProtoMessage()
- func (x *QueueConfig_WaitTimeAnnouncements_Config) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_WaitTimeAnnouncements_Config) Reset()
- func (x *QueueConfig_WaitTimeAnnouncements_Config) String() string
- type QueueConfig_WaitTimeAnnouncements_Disableable
- func (*QueueConfig_WaitTimeAnnouncements_Disableable) Descriptor() ([]byte, []int)deprecated
- func (x *QueueConfig_WaitTimeAnnouncements_Disableable) GetConfig() *QueueConfig_WaitTimeAnnouncements_Config
- func (x *QueueConfig_WaitTimeAnnouncements_Disableable) GetDisable() *QueueConfig_Disable
- func (x *QueueConfig_WaitTimeAnnouncements_Disableable) GetOption() isQueueConfig_WaitTimeAnnouncements_Disableable_Option
- func (*QueueConfig_WaitTimeAnnouncements_Disableable) ProtoMessage()
- func (x *QueueConfig_WaitTimeAnnouncements_Disableable) ProtoReflect() protoreflect.Message
- func (x *QueueConfig_WaitTimeAnnouncements_Disableable) Reset()
- func (x *QueueConfig_WaitTimeAnnouncements_Disableable) String() string
- type QueueConfig_WaitTimeAnnouncements_Disableable_Config
- type QueueConfig_WaitTimeAnnouncements_Disableable_Disable
- type RecordEmailUnsubscribeAcknowledgementRequest
- func (*RecordEmailUnsubscribeAcknowledgementRequest) Descriptor() ([]byte, []int)deprecated
- func (*RecordEmailUnsubscribeAcknowledgementRequest) ProtoMessage()
- func (x *RecordEmailUnsubscribeAcknowledgementRequest) ProtoReflect() protoreflect.Message
- func (x *RecordEmailUnsubscribeAcknowledgementRequest) Reset()
- func (x *RecordEmailUnsubscribeAcknowledgementRequest) String() string
- type RecordEmailUnsubscribeAcknowledgementResponse
- func (*RecordEmailUnsubscribeAcknowledgementResponse) Descriptor() ([]byte, []int)deprecated
- func (*RecordEmailUnsubscribeAcknowledgementResponse) ProtoMessage()
- func (x *RecordEmailUnsubscribeAcknowledgementResponse) ProtoReflect() protoreflect.Message
- func (x *RecordEmailUnsubscribeAcknowledgementResponse) Reset()
- func (x *RecordEmailUnsubscribeAcknowledgementResponse) String() string
- type RecordingPreferences
- func (*RecordingPreferences) Descriptor() ([]byte, []int)deprecated
- func (x *RecordingPreferences) GetConventionEnabled() bool
- func (x *RecordingPreferences) GetExportFileType() commons.RecordingFileType
- func (x *RecordingPreferences) GetFileNameConvention() *RecordingsFileNamingConvention
- func (x *RecordingPreferences) GetZipConventionEnabled() bool
- func (x *RecordingPreferences) GetZipFileNameConvention() *RecordingsZipFileNamingConvention
- func (*RecordingPreferences) ProtoMessage()
- func (x *RecordingPreferences) ProtoReflect() protoreflect.Message
- func (x *RecordingPreferences) Reset()
- func (x *RecordingPreferences) String() string
- type RecordingsFileNamingConvention
- func (*RecordingsFileNamingConvention) Descriptor() ([]byte, []int)deprecated
- func (x *RecordingsFileNamingConvention) GetInbound() *FileNamingConvention
- func (x *RecordingsFileNamingConvention) GetManual() *FileNamingConvention
- func (x *RecordingsFileNamingConvention) GetOutbound() *FileNamingConvention
- func (x *RecordingsFileNamingConvention) GetPreview() *FileNamingConvention
- func (x *RecordingsFileNamingConvention) GetXmlClientPropertySid() int64
- func (*RecordingsFileNamingConvention) ProtoMessage()
- func (x *RecordingsFileNamingConvention) ProtoReflect() protoreflect.Message
- func (x *RecordingsFileNamingConvention) Reset()
- func (x *RecordingsFileNamingConvention) String() string
- type RecordingsZipFileNamingConvention
- func (*RecordingsZipFileNamingConvention) Descriptor() ([]byte, []int)deprecated
- func (x *RecordingsZipFileNamingConvention) GetCombined() *FileNamingConvention
- func (x *RecordingsZipFileNamingConvention) GetInbound() *FileNamingConvention
- func (x *RecordingsZipFileNamingConvention) GetManual() *FileNamingConvention
- func (x *RecordingsZipFileNamingConvention) GetOutbound() *FileNamingConvention
- func (x *RecordingsZipFileNamingConvention) GetXmlClientPropertySid() int64
- func (*RecordingsZipFileNamingConvention) ProtoMessage()
- func (x *RecordingsZipFileNamingConvention) ProtoReflect() protoreflect.Message
- func (x *RecordingsZipFileNamingConvention) Reset()
- func (x *RecordingsZipFileNamingConvention) String() string
- type RegionUrls
- type RegisterOrganizationRequest
- func (*RegisterOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterOrganizationRequest) GetAllowedCountries() []commons.Country
- func (x *RegisterOrganizationRequest) GetOrganization() *Organization
- func (x *RegisterOrganizationRequest) GetP3ParentAccount() string
- func (*RegisterOrganizationRequest) ProtoMessage()
- func (x *RegisterOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *RegisterOrganizationRequest) Reset()
- func (x *RegisterOrganizationRequest) String() string
- type RegisterOrganizationResponse
- func (*RegisterOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterOrganizationResponse) GetOrgId() string
- func (*RegisterOrganizationResponse) ProtoMessage()
- func (x *RegisterOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *RegisterOrganizationResponse) Reset()
- func (x *RegisterOrganizationResponse) String() string
- type RemoveLoginStrikesRequest
- func (*RemoveLoginStrikesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveLoginStrikesRequest) GetLoginLogSids() []int64
- func (*RemoveLoginStrikesRequest) ProtoMessage()
- func (x *RemoveLoginStrikesRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveLoginStrikesRequest) Reset()
- func (x *RemoveLoginStrikesRequest) String() string
- type RemoveLoginStrikesResponse
- type RemoveOrgBillingOverrideRequest
- func (*RemoveOrgBillingOverrideRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveOrgBillingOverrideRequest) GetCountry() commons.Country
- func (x *RemoveOrgBillingOverrideRequest) GetOrgId() string
- func (x *RemoveOrgBillingOverrideRequest) GetRegion() string
- func (*RemoveOrgBillingOverrideRequest) ProtoMessage()
- func (x *RemoveOrgBillingOverrideRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveOrgBillingOverrideRequest) Reset()
- func (x *RemoveOrgBillingOverrideRequest) String() string
- type RemoveOrgBillingOverrideResponse
- func (*RemoveOrgBillingOverrideResponse) Descriptor() ([]byte, []int)deprecated
- func (*RemoveOrgBillingOverrideResponse) ProtoMessage()
- func (x *RemoveOrgBillingOverrideResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveOrgBillingOverrideResponse) Reset()
- func (x *RemoveOrgBillingOverrideResponse) String() string
- type RemovePermissionFromOrgDefaultGroupRequest
- func (*RemovePermissionFromOrgDefaultGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemovePermissionFromOrgDefaultGroupRequest) GetOrgId() string
- func (x *RemovePermissionFromOrgDefaultGroupRequest) GetPermission() auth.Permission
- func (*RemovePermissionFromOrgDefaultGroupRequest) ProtoMessage()
- func (x *RemovePermissionFromOrgDefaultGroupRequest) ProtoReflect() protoreflect.Message
- func (x *RemovePermissionFromOrgDefaultGroupRequest) Reset()
- func (x *RemovePermissionFromOrgDefaultGroupRequest) String() string
- type RemovePermissionFromOrgDefaultGroupResponse
- func (*RemovePermissionFromOrgDefaultGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemovePermissionFromOrgDefaultGroupResponse) GetDefaultPermissionGroup() *PermissionGroup
- func (*RemovePermissionFromOrgDefaultGroupResponse) ProtoMessage()
- func (x *RemovePermissionFromOrgDefaultGroupResponse) ProtoReflect() protoreflect.Message
- func (x *RemovePermissionFromOrgDefaultGroupResponse) Reset()
- func (x *RemovePermissionFromOrgDefaultGroupResponse) String() string
- type RemoveUserLoginStrikesRequest
- func (*RemoveUserLoginStrikesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveUserLoginStrikesRequest) GetUserId() string
- func (*RemoveUserLoginStrikesRequest) ProtoMessage()
- func (x *RemoveUserLoginStrikesRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveUserLoginStrikesRequest) Reset()
- func (x *RemoveUserLoginStrikesRequest) String() string
- type RemoveUserLoginStrikesResponse
- func (*RemoveUserLoginStrikesResponse) Descriptor() ([]byte, []int)deprecated
- func (*RemoveUserLoginStrikesResponse) ProtoMessage()
- func (x *RemoveUserLoginStrikesResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveUserLoginStrikesResponse) Reset()
- func (x *RemoveUserLoginStrikesResponse) String() string
- type RemoveUserRegionRequest
- func (*RemoveUserRegionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveUserRegionRequest) GetRegionId() string
- func (x *RemoveUserRegionRequest) GetUserId() string
- func (*RemoveUserRegionRequest) ProtoMessage()
- func (x *RemoveUserRegionRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveUserRegionRequest) Reset()
- func (x *RemoveUserRegionRequest) String() string
- type RemoveUserRegionResponse
- type RemoveUserSubscriptionRequest
- func (*RemoveUserSubscriptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveUserSubscriptionRequest) GetSubscriptionId() string
- func (x *RemoveUserSubscriptionRequest) GetUserId() string
- func (*RemoveUserSubscriptionRequest) ProtoMessage()
- func (x *RemoveUserSubscriptionRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveUserSubscriptionRequest) Reset()
- func (x *RemoveUserSubscriptionRequest) String() string
- type RemoveUserSubscriptionResponse
- func (*RemoveUserSubscriptionResponse) Descriptor() ([]byte, []int)deprecated
- func (*RemoveUserSubscriptionResponse) ProtoMessage()
- func (x *RemoveUserSubscriptionResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveUserSubscriptionResponse) Reset()
- func (x *RemoveUserSubscriptionResponse) String() string
- type ReportFilter
- func (*ReportFilter) Descriptor() ([]byte, []int)deprecated
- func (x *ReportFilter) GetChoice() isReportFilter_Choice
- func (x *ReportFilter) GetCustom() int64
- func (x *ReportFilter) GetStandard() commons.StandardReportFilter
- func (*ReportFilter) ProtoMessage()
- func (x *ReportFilter) ProtoReflect() protoreflect.Message
- func (x *ReportFilter) Reset()
- func (x *ReportFilter) String() string
- type ReportFilter_Custom
- type ReportFilter_Standard
- type ResetUserRequirePasswordResetRequest
- func (*ResetUserRequirePasswordResetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResetUserRequirePasswordResetRequest) GetUserId() string
- func (*ResetUserRequirePasswordResetRequest) ProtoMessage()
- func (x *ResetUserRequirePasswordResetRequest) ProtoReflect() protoreflect.Message
- func (x *ResetUserRequirePasswordResetRequest) Reset()
- func (x *ResetUserRequirePasswordResetRequest) String() string
- type ResetUserRequirePasswordResetResponse
- func (*ResetUserRequirePasswordResetResponse) Descriptor() ([]byte, []int)deprecated
- func (*ResetUserRequirePasswordResetResponse) ProtoMessage()
- func (x *ResetUserRequirePasswordResetResponse) ProtoReflect() protoreflect.Message
- func (x *ResetUserRequirePasswordResetResponse) Reset()
- func (x *ResetUserRequirePasswordResetResponse) String() string
- type RevokeAccountOwnerPermissionFromUserRequest
- func (*RevokeAccountOwnerPermissionFromUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeAccountOwnerPermissionFromUserRequest) GetUserId() string
- func (*RevokeAccountOwnerPermissionFromUserRequest) ProtoMessage()
- func (x *RevokeAccountOwnerPermissionFromUserRequest) ProtoReflect() protoreflect.Message
- func (x *RevokeAccountOwnerPermissionFromUserRequest) Reset()
- func (x *RevokeAccountOwnerPermissionFromUserRequest) String() string
- type RevokeAccountOwnerPermissionFromUserResponse
- func (*RevokeAccountOwnerPermissionFromUserResponse) Descriptor() ([]byte, []int)deprecated
- func (*RevokeAccountOwnerPermissionFromUserResponse) ProtoMessage()
- func (x *RevokeAccountOwnerPermissionFromUserResponse) ProtoReflect() protoreflect.Message
- func (x *RevokeAccountOwnerPermissionFromUserResponse) Reset()
- func (x *RevokeAccountOwnerPermissionFromUserResponse) String() string
- type RevokePermissionToAccountOwnerPermissionGroupRequest
- func (*RevokePermissionToAccountOwnerPermissionGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RevokePermissionToAccountOwnerPermissionGroupRequest) GetOrgId() string
- func (x *RevokePermissionToAccountOwnerPermissionGroupRequest) GetPermissions() []auth.Permission
- func (*RevokePermissionToAccountOwnerPermissionGroupRequest) ProtoMessage()
- func (x *RevokePermissionToAccountOwnerPermissionGroupRequest) ProtoReflect() protoreflect.Message
- func (x *RevokePermissionToAccountOwnerPermissionGroupRequest) Reset()
- func (x *RevokePermissionToAccountOwnerPermissionGroupRequest) String() string
- type RevokePermissionToAccountOwnerPermissionGroupResponse
- func (*RevokePermissionToAccountOwnerPermissionGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RevokePermissionToAccountOwnerPermissionGroupResponse) GetDefaultPermissionGroup() *PermissionGroup
- func (*RevokePermissionToAccountOwnerPermissionGroupResponse) ProtoMessage()
- func (x *RevokePermissionToAccountOwnerPermissionGroupResponse) ProtoReflect() protoreflect.Message
- func (x *RevokePermissionToAccountOwnerPermissionGroupResponse) Reset()
- func (x *RevokePermissionToAccountOwnerPermissionGroupResponse) String() string
- type RevokeUserPermissionGroupRequest
- func (*RevokeUserPermissionGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeUserPermissionGroupRequest) GetPermissionGroupId() string
- func (x *RevokeUserPermissionGroupRequest) GetRevokeUserId() string
- func (*RevokeUserPermissionGroupRequest) ProtoMessage()
- func (x *RevokeUserPermissionGroupRequest) ProtoReflect() protoreflect.Message
- func (x *RevokeUserPermissionGroupRequest) Reset()
- func (x *RevokeUserPermissionGroupRequest) String() string
- type RevokeUserPermissionGroupResponse
- func (*RevokeUserPermissionGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (*RevokeUserPermissionGroupResponse) ProtoMessage()
- func (x *RevokeUserPermissionGroupResponse) ProtoReflect() protoreflect.Message
- func (x *RevokeUserPermissionGroupResponse) Reset()
- func (x *RevokeUserPermissionGroupResponse) String() string
- type RevokeUsersP3PermissionGroupRequest
- func (*RevokeUsersP3PermissionGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeUsersP3PermissionGroupRequest) GetPermissionGroupId() string
- func (x *RevokeUsersP3PermissionGroupRequest) GetUserIds() []string
- func (*RevokeUsersP3PermissionGroupRequest) ProtoMessage()
- func (x *RevokeUsersP3PermissionGroupRequest) ProtoReflect() protoreflect.Message
- func (x *RevokeUsersP3PermissionGroupRequest) Reset()
- func (x *RevokeUsersP3PermissionGroupRequest) String() string
- type RevokeUsersP3PermissionGroupResponse
- func (*RevokeUsersP3PermissionGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeUsersP3PermissionGroupResponse) GetUserIds() []string
- func (*RevokeUsersP3PermissionGroupResponse) ProtoMessage()
- func (x *RevokeUsersP3PermissionGroupResponse) ProtoReflect() protoreflect.Message
- func (x *RevokeUsersP3PermissionGroupResponse) Reset()
- func (x *RevokeUsersP3PermissionGroupResponse) String() string
- type RevokeUsersPermissionGroupRequest
- func (*RevokeUsersPermissionGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeUsersPermissionGroupRequest) GetPermissionGroupId() string
- func (x *RevokeUsersPermissionGroupRequest) GetRevokeUserIds() []string
- func (*RevokeUsersPermissionGroupRequest) ProtoMessage()
- func (x *RevokeUsersPermissionGroupRequest) ProtoReflect() protoreflect.Message
- func (x *RevokeUsersPermissionGroupRequest) Reset()
- func (x *RevokeUsersPermissionGroupRequest) String() string
- type RevokeUsersPermissionGroupResponse
- func (*RevokeUsersPermissionGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (*RevokeUsersPermissionGroupResponse) ProtoMessage()
- func (x *RevokeUsersPermissionGroupResponse) ProtoReflect() protoreflect.Message
- func (x *RevokeUsersPermissionGroupResponse) Reset()
- func (x *RevokeUsersPermissionGroupResponse) String() string
- type SchedulePreferences
- func (*SchedulePreferences) Descriptor() ([]byte, []int)deprecated
- func (x *SchedulePreferences) GetCampaignLinks() map[string]string
- func (x *SchedulePreferences) GetDefaultCampaignLinkId() string
- func (x *SchedulePreferences) GetDefaultCompletionThreshold() int64
- func (x *SchedulePreferences) GetDisplayCampaignLinking() bool
- func (x *SchedulePreferences) GetDisplayScheduleAsPaused() bool
- func (x *SchedulePreferences) GetDisplayScheduleByTimeZone() bool
- func (x *SchedulePreferences) GetScheduleAsPaused() bool
- func (x *SchedulePreferences) GetScheduleByTimeZoneScope() commons.ScheduleByTimeZoneScope
- func (x *SchedulePreferences) GetUseCampaignLinking() bool
- func (x *SchedulePreferences) GetUseScheduleByTimeZone() bool
- func (*SchedulePreferences) ProtoMessage()
- func (x *SchedulePreferences) ProtoReflect() protoreflect.Message
- func (x *SchedulePreferences) Reset()
- func (x *SchedulePreferences) String() string
- type ScheduleRuleField
- func (*ScheduleRuleField) Descriptor() ([]byte, []int)deprecated
- func (x *ScheduleRuleField) GetName() string
- func (x *ScheduleRuleField) GetRuleId() int64
- func (*ScheduleRuleField) ProtoMessage()
- func (x *ScheduleRuleField) ProtoReflect() protoreflect.Message
- func (x *ScheduleRuleField) Reset()
- func (x *ScheduleRuleField) String() string
- type Scorecards
- type ScorecardsPreferences
- func (*ScorecardsPreferences) Descriptor() ([]byte, []int)deprecated
- func (x *ScorecardsPreferences) GetCallSamplePercentage() uint32
- func (x *ScorecardsPreferences) GetEvaluationInterval() Scorecards_EvaluationInterval
- func (x *ScorecardsPreferences) GetMaxUserEvaluations() uint32
- func (*ScorecardsPreferences) ProtoMessage()
- func (x *ScorecardsPreferences) ProtoReflect() protoreflect.Message
- func (x *ScorecardsPreferences) Reset()
- func (x *ScorecardsPreferences) String() string
- type Scorecards_EvaluationInterval
- func (Scorecards_EvaluationInterval) Descriptor() protoreflect.EnumDescriptor
- func (x Scorecards_EvaluationInterval) Enum() *Scorecards_EvaluationInterval
- func (Scorecards_EvaluationInterval) EnumDescriptor() ([]byte, []int)deprecated
- func (x Scorecards_EvaluationInterval) Number() protoreflect.EnumNumber
- func (x Scorecards_EvaluationInterval) String() string
- func (Scorecards_EvaluationInterval) Type() protoreflect.EnumType
- type SendUserVerificationEmailRequest
- func (*SendUserVerificationEmailRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SendUserVerificationEmailRequest) GetOrgId() string
- func (x *SendUserVerificationEmailRequest) GetUserId() string
- func (*SendUserVerificationEmailRequest) ProtoMessage()
- func (x *SendUserVerificationEmailRequest) ProtoReflect() protoreflect.Message
- func (x *SendUserVerificationEmailRequest) Reset()
- func (x *SendUserVerificationEmailRequest) String() string
- type SendUserVerificationEmailResponse
- func (*SendUserVerificationEmailResponse) Descriptor() ([]byte, []int)deprecated
- func (*SendUserVerificationEmailResponse) ProtoMessage()
- func (x *SendUserVerificationEmailResponse) ProtoReflect() protoreflect.Message
- func (x *SendUserVerificationEmailResponse) Reset()
- func (x *SendUserVerificationEmailResponse) String() string
- type SetAllQueueConfigSoundsFromSourceReq
- func (*SetAllQueueConfigSoundsFromSourceReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetAllQueueConfigSoundsFromSourceReq) GetConfig() *wrapperspb.StringValue
- func (x *SetAllQueueConfigSoundsFromSourceReq) GetDefaultProfile() *SetAllQueueConfigSoundsFromSourceReq_DefaultProfile
- func (x *SetAllQueueConfigSoundsFromSourceReq) GetFrom() isSetAllQueueConfigSoundsFromSourceReq_From
- func (x *SetAllQueueConfigSoundsFromSourceReq) GetToConfig() string
- func (*SetAllQueueConfigSoundsFromSourceReq) ProtoMessage()
- func (x *SetAllQueueConfigSoundsFromSourceReq) ProtoReflect() protoreflect.Message
- func (x *SetAllQueueConfigSoundsFromSourceReq) Reset()
- func (x *SetAllQueueConfigSoundsFromSourceReq) String() string
- type SetAllQueueConfigSoundsFromSourceReq_Config
- type SetAllQueueConfigSoundsFromSourceReq_DefaultProfile
- func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) Descriptor() ([]byte, []int)deprecated
- func (x *SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) GetGender() commons.SoundGender
- func (x *SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) GetLanguage() commons.SoundLanguage
- func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) ProtoMessage()
- func (x *SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) ProtoReflect() protoreflect.Message
- func (x *SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) Reset()
- func (x *SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) String() string
- type SetAllQueueConfigSoundsFromSourceReq_DefaultProfile_
- type SetAllQueueConfigSoundsFromSourceRes
- func (*SetAllQueueConfigSoundsFromSourceRes) Descriptor() ([]byte, []int)deprecated
- func (*SetAllQueueConfigSoundsFromSourceRes) ProtoMessage()
- func (x *SetAllQueueConfigSoundsFromSourceRes) ProtoReflect() protoreflect.Message
- func (x *SetAllQueueConfigSoundsFromSourceRes) Reset()
- func (x *SetAllQueueConfigSoundsFromSourceRes) String() string
- type SetOrgBillingSettingsRequest
- func (*SetOrgBillingSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetOrgBillingSettingsRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *SetOrgBillingSettingsRequest) GetSettings() *OrgBillingSettings
- func (*SetOrgBillingSettingsRequest) ProtoMessage()
- func (x *SetOrgBillingSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *SetOrgBillingSettingsRequest) Reset()
- func (x *SetOrgBillingSettingsRequest) String() string
- type SetOrgBillingSettingsResponse
- func (*SetOrgBillingSettingsResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetOrgBillingSettingsResponse) ProtoMessage()
- func (x *SetOrgBillingSettingsResponse) ProtoReflect() protoreflect.Message
- func (x *SetOrgBillingSettingsResponse) Reset()
- func (x *SetOrgBillingSettingsResponse) String() string
- type SetQueueConfigSoundReq
- func (*SetQueueConfigSoundReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetQueueConfigSoundReq) GetConfig() string
- func (x *SetQueueConfigSoundReq) GetFileName() string
- func (x *SetQueueConfigSoundReq) GetSound() commons.ConfigSound
- func (*SetQueueConfigSoundReq) ProtoMessage()
- func (x *SetQueueConfigSoundReq) ProtoReflect() protoreflect.Message
- func (x *SetQueueConfigSoundReq) Reset()
- func (x *SetQueueConfigSoundReq) String() string
- type SetQueueConfigSoundRes
- type SimpleCompareExpression
- func (*SimpleCompareExpression) Descriptor() ([]byte, []int)deprecated
- func (x *SimpleCompareExpression) GetCompareValue() string
- func (x *SimpleCompareExpression) GetOperatorType() string
- func (x *SimpleCompareExpression) GetValueKey() string
- func (*SimpleCompareExpression) ProtoMessage()
- func (x *SimpleCompareExpression) ProtoReflect() protoreflect.Message
- func (x *SimpleCompareExpression) Reset()
- func (x *SimpleCompareExpression) String() string
- type Skill
- func (*Skill) Descriptor() ([]byte, []int)deprecated
- func (x *Skill) GetDescription() string
- func (x *Skill) GetLevel() int64
- func (x *Skill) GetName() string
- func (x *Skill) GetSkillSid() int64
- func (*Skill) ProtoMessage()
- func (x *Skill) ProtoReflect() protoreflect.Message
- func (x *Skill) Reset()
- func (x *Skill) String() string
- type SyncP3PermissionGroupRequest
- func (*SyncP3PermissionGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SyncP3PermissionGroupRequest) GetOrgId() string
- func (*SyncP3PermissionGroupRequest) ProtoMessage()
- func (x *SyncP3PermissionGroupRequest) ProtoReflect() protoreflect.Message
- func (x *SyncP3PermissionGroupRequest) Reset()
- func (x *SyncP3PermissionGroupRequest) String() string
- type SyncP3PermissionGroupResponse
- func (*SyncP3PermissionGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (*SyncP3PermissionGroupResponse) ProtoMessage()
- func (x *SyncP3PermissionGroupResponse) ProtoReflect() protoreflect.Message
- func (x *SyncP3PermissionGroupResponse) Reset()
- func (x *SyncP3PermissionGroupResponse) String() string
- type UnArchiveOrganizationRequest
- func (*UnArchiveOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnArchiveOrganizationRequest) GetOrgId() string
- func (*UnArchiveOrganizationRequest) ProtoMessage()
- func (x *UnArchiveOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *UnArchiveOrganizationRequest) Reset()
- func (x *UnArchiveOrganizationRequest) String() string
- type UnArchiveOrganizationResponse
- func (*UnArchiveOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UnArchiveOrganizationResponse) GetOrganizationDescription() *OrganizationDescription
- func (*UnArchiveOrganizationResponse) ProtoMessage()
- func (x *UnArchiveOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *UnArchiveOrganizationResponse) Reset()
- func (x *UnArchiveOrganizationResponse) String() string
- type UnMigratedUser
- func (*UnMigratedUser) Descriptor() ([]byte, []int)deprecated
- func (x *UnMigratedUser) GetAgentSid() int64
- func (x *UnMigratedUser) GetClientSid() int64
- func (x *UnMigratedUser) GetFirstName() string
- func (x *UnMigratedUser) GetLastName() string
- func (x *UnMigratedUser) GetLoginDisabled() bool
- func (x *UnMigratedUser) GetLoginSid() int64
- func (x *UnMigratedUser) GetUserId() string
- func (x *UnMigratedUser) GetUserName() string
- func (*UnMigratedUser) ProtoMessage()
- func (x *UnMigratedUser) ProtoReflect() protoreflect.Message
- func (x *UnMigratedUser) Reset()
- func (x *UnMigratedUser) String() string
- type UnblockUserRequest
- func (*UnblockUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnblockUserRequest) GetUserId() string
- func (*UnblockUserRequest) ProtoMessage()
- func (x *UnblockUserRequest) ProtoReflect() protoreflect.Message
- func (x *UnblockUserRequest) Reset()
- func (x *UnblockUserRequest) String() string
- type UnblockUserResponse
- type UnimplementedOrgLegacyServer
- type UnsafeOrgLegacyServer
- type UpdateAdminClientPreferencesRequest
- func (*UpdateAdminClientPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAdminClientPreferencesRequest) GetAdminClientPreferences() *AdminClientPreferences
- func (x *UpdateAdminClientPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *UpdateAdminClientPreferencesRequest) GetOrgId() string
- func (*UpdateAdminClientPreferencesRequest) ProtoMessage()
- func (x *UpdateAdminClientPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAdminClientPreferencesRequest) Reset()
- func (x *UpdateAdminClientPreferencesRequest) String() string
- type UpdateAdminClientPreferencesResponse
- func (*UpdateAdminClientPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateAdminClientPreferencesResponse) ProtoMessage()
- func (x *UpdateAdminClientPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateAdminClientPreferencesResponse) Reset()
- func (x *UpdateAdminClientPreferencesResponse) String() string
- type UpdateAgentPauseCodeRequest
- func (*UpdateAgentPauseCodeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAgentPauseCodeRequest) GetPauseCode() *PauseCode
- func (*UpdateAgentPauseCodeRequest) ProtoMessage()
- func (x *UpdateAgentPauseCodeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentPauseCodeRequest) Reset()
- func (x *UpdateAgentPauseCodeRequest) String() string
- type UpdateAgentPauseCodeResponse
- func (*UpdateAgentPauseCodeResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateAgentPauseCodeResponse) ProtoMessage()
- func (x *UpdateAgentPauseCodeResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentPauseCodeResponse) Reset()
- func (x *UpdateAgentPauseCodeResponse) String() string
- type UpdateAgentPreferencesRequest
- func (*UpdateAgentPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAgentPreferencesRequest) GetAgentPreferences() *AgentPreferences
- func (x *UpdateAgentPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*UpdateAgentPreferencesRequest) ProtoMessage()
- func (x *UpdateAgentPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentPreferencesRequest) Reset()
- func (x *UpdateAgentPreferencesRequest) String() string
- type UpdateAgentPreferencesResponse
- func (*UpdateAgentPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateAgentPreferencesResponse) ProtoMessage()
- func (x *UpdateAgentPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentPreferencesResponse) Reset()
- func (x *UpdateAgentPreferencesResponse) String() string
- type UpdateAgentProfileGroupRequest
- func (*UpdateAgentProfileGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAgentProfileGroupRequest) GetAgentProfileGroup() *org.AgentProfileGroup
- func (*UpdateAgentProfileGroupRequest) ProtoMessage()
- func (x *UpdateAgentProfileGroupRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentProfileGroupRequest) Reset()
- func (x *UpdateAgentProfileGroupRequest) String() string
- type UpdateAgentProfileGroupResponse
- func (*UpdateAgentProfileGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateAgentProfileGroupResponse) ProtoMessage()
- func (x *UpdateAgentProfileGroupResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentProfileGroupResponse) Reset()
- func (x *UpdateAgentProfileGroupResponse) String() string
- type UpdateAgentStatisticsTemplateRequest
- func (*UpdateAgentStatisticsTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAgentStatisticsTemplateRequest) GetTemplate() *AgentLoginGuiStatisticsTemplate
- func (*UpdateAgentStatisticsTemplateRequest) ProtoMessage()
- func (x *UpdateAgentStatisticsTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentStatisticsTemplateRequest) Reset()
- func (x *UpdateAgentStatisticsTemplateRequest) String() string
- type UpdateAgentStatisticsTemplateResponse
- func (*UpdateAgentStatisticsTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateAgentStatisticsTemplateResponse) ProtoMessage()
- func (x *UpdateAgentStatisticsTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentStatisticsTemplateResponse) Reset()
- func (x *UpdateAgentStatisticsTemplateResponse) String() string
- type UpdateAgentTriggerTemplateRequest
- func (*UpdateAgentTriggerTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAgentTriggerTemplateRequest) GetAgentTriggerTemplate() *AgentTriggerTemplate
- func (*UpdateAgentTriggerTemplateRequest) ProtoMessage()
- func (x *UpdateAgentTriggerTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentTriggerTemplateRequest) Reset()
- func (x *UpdateAgentTriggerTemplateRequest) String() string
- type UpdateAgentTriggerTemplateResponse
- func (*UpdateAgentTriggerTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateAgentTriggerTemplateResponse) ProtoMessage()
- func (x *UpdateAgentTriggerTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentTriggerTemplateResponse) Reset()
- func (x *UpdateAgentTriggerTemplateResponse) String() string
- type UpdateAuthConnectionSettingsRequest
- func (*UpdateAuthConnectionSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAuthConnectionSettingsRequest) GetClientSecret() string
- func (x *UpdateAuthConnectionSettingsRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *UpdateAuthConnectionSettingsRequest) GetSettings() *AuthConnectionSettings
- func (*UpdateAuthConnectionSettingsRequest) ProtoMessage()
- func (x *UpdateAuthConnectionSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAuthConnectionSettingsRequest) Reset()
- func (x *UpdateAuthConnectionSettingsRequest) String() string
- type UpdateAuthConnectionSettingsResponse
- func (*UpdateAuthConnectionSettingsResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateAuthConnectionSettingsResponse) ProtoMessage()
- func (x *UpdateAuthConnectionSettingsResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateAuthConnectionSettingsResponse) Reset()
- func (x *UpdateAuthConnectionSettingsResponse) String() string
- type UpdateAuthenticationPreferencesRequest
- func (*UpdateAuthenticationPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAuthenticationPreferencesRequest) GetAuthenticationPreferences() *AuthenticationPreferences
- func (x *UpdateAuthenticationPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*UpdateAuthenticationPreferencesRequest) ProtoMessage()
- func (x *UpdateAuthenticationPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAuthenticationPreferencesRequest) Reset()
- func (x *UpdateAuthenticationPreferencesRequest) String() string
- type UpdateAuthenticationPreferencesResponse
- func (*UpdateAuthenticationPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateAuthenticationPreferencesResponse) ProtoMessage()
- func (x *UpdateAuthenticationPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateAuthenticationPreferencesResponse) Reset()
- func (x *UpdateAuthenticationPreferencesResponse) String() string
- type UpdateBroadcastPreferencesRequest
- func (*UpdateBroadcastPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateBroadcastPreferencesRequest) GetBroadcastPreferences() *BroadcastPreferences
- func (x *UpdateBroadcastPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*UpdateBroadcastPreferencesRequest) ProtoMessage()
- func (x *UpdateBroadcastPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateBroadcastPreferencesRequest) Reset()
- func (x *UpdateBroadcastPreferencesRequest) String() string
- type UpdateBroadcastPreferencesResponse
- func (*UpdateBroadcastPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateBroadcastPreferencesResponse) ProtoMessage()
- func (x *UpdateBroadcastPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateBroadcastPreferencesResponse) Reset()
- func (x *UpdateBroadcastPreferencesResponse) String() string
- type UpdateBulkUsersDisabledRequest
- func (*UpdateBulkUsersDisabledRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateBulkUsersDisabledRequest) GetDisable() bool
- func (x *UpdateBulkUsersDisabledRequest) GetUserIds() []string
- func (*UpdateBulkUsersDisabledRequest) ProtoMessage()
- func (x *UpdateBulkUsersDisabledRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateBulkUsersDisabledRequest) Reset()
- func (x *UpdateBulkUsersDisabledRequest) String() string
- type UpdateBulkUsersDisabledResponse
- func (*UpdateBulkUsersDisabledResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateBulkUsersDisabledResponse) GetUpdatedIds() []string
- func (*UpdateBulkUsersDisabledResponse) ProtoMessage()
- func (x *UpdateBulkUsersDisabledResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateBulkUsersDisabledResponse) Reset()
- func (x *UpdateBulkUsersDisabledResponse) String() string
- type UpdateBusinessPreferencesRequest
- func (*UpdateBusinessPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateBusinessPreferencesRequest) GetBusinessPreferences() *BusinessPreferences
- func (x *UpdateBusinessPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*UpdateBusinessPreferencesRequest) ProtoMessage()
- func (x *UpdateBusinessPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateBusinessPreferencesRequest) Reset()
- func (x *UpdateBusinessPreferencesRequest) String() string
- type UpdateBusinessPreferencesResponse
- func (*UpdateBusinessPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateBusinessPreferencesResponse) ProtoMessage()
- func (x *UpdateBusinessPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateBusinessPreferencesResponse) Reset()
- func (x *UpdateBusinessPreferencesResponse) String() string
- type UpdateClientInfoDisplayTemplateRequest
- func (*UpdateClientInfoDisplayTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateClientInfoDisplayTemplateRequest) GetClientInfoDisplayTemplate() *ClientInfoDisplayTemplate
- func (*UpdateClientInfoDisplayTemplateRequest) ProtoMessage()
- func (x *UpdateClientInfoDisplayTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateClientInfoDisplayTemplateRequest) Reset()
- func (x *UpdateClientInfoDisplayTemplateRequest) String() string
- type UpdateClientInfoDisplayTemplateResponse
- func (*UpdateClientInfoDisplayTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateClientInfoDisplayTemplateResponse) ProtoMessage()
- func (x *UpdateClientInfoDisplayTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateClientInfoDisplayTemplateResponse) Reset()
- func (x *UpdateClientInfoDisplayTemplateResponse) String() string
- type UpdateCompliancePreferencesRequest
- func (*UpdateCompliancePreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCompliancePreferencesRequest) GetCompliancePreferences() *CompliancePreferences
- func (x *UpdateCompliancePreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*UpdateCompliancePreferencesRequest) ProtoMessage()
- func (x *UpdateCompliancePreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCompliancePreferencesRequest) Reset()
- func (x *UpdateCompliancePreferencesRequest) String() string
- type UpdateCompliancePreferencesResponse
- func (*UpdateCompliancePreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateCompliancePreferencesResponse) ProtoMessage()
- func (x *UpdateCompliancePreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCompliancePreferencesResponse) Reset()
- func (x *UpdateCompliancePreferencesResponse) String() string
- type UpdateContactPreferencesRequest
- func (*UpdateContactPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateContactPreferencesRequest) GetContactPreferences() *ContactPreferences
- func (x *UpdateContactPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*UpdateContactPreferencesRequest) ProtoMessage()
- func (x *UpdateContactPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateContactPreferencesRequest) Reset()
- func (x *UpdateContactPreferencesRequest) String() string
- type UpdateContactPreferencesResponse
- func (*UpdateContactPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateContactPreferencesResponse) ProtoMessage()
- func (x *UpdateContactPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateContactPreferencesResponse) Reset()
- func (x *UpdateContactPreferencesResponse) String() string
- type UpdateCustomReportFilterRequest
- func (*UpdateCustomReportFilterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomReportFilterRequest) GetFilter() *CustomReportFilter
- func (*UpdateCustomReportFilterRequest) ProtoMessage()
- func (x *UpdateCustomReportFilterRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomReportFilterRequest) Reset()
- func (x *UpdateCustomReportFilterRequest) String() string
- type UpdateCustomReportFilterResponse
- func (*UpdateCustomReportFilterResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateCustomReportFilterResponse) ProtoMessage()
- func (x *UpdateCustomReportFilterResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomReportFilterResponse) Reset()
- func (x *UpdateCustomReportFilterResponse) String() string
- type UpdateDashboardGeneralPreferencesRequest
- func (*UpdateDashboardGeneralPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDashboardGeneralPreferencesRequest) GetDashboardPreferences() *DashboardPreferences
- func (x *UpdateDashboardGeneralPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*UpdateDashboardGeneralPreferencesRequest) ProtoMessage()
- func (x *UpdateDashboardGeneralPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDashboardGeneralPreferencesRequest) Reset()
- func (x *UpdateDashboardGeneralPreferencesRequest) String() string
- type UpdateDashboardGeneralPreferencesResponse
- func (*UpdateDashboardGeneralPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateDashboardGeneralPreferencesResponse) ProtoMessage()
- func (x *UpdateDashboardGeneralPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateDashboardGeneralPreferencesResponse) Reset()
- func (x *UpdateDashboardGeneralPreferencesResponse) String() string
- type UpdateDashboardQueuePreferencesRequest
- func (*UpdateDashboardQueuePreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDashboardQueuePreferencesRequest) GetDashboardQueuePreferences() *DashboardQueuePreferences
- func (x *UpdateDashboardQueuePreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*UpdateDashboardQueuePreferencesRequest) ProtoMessage()
- func (x *UpdateDashboardQueuePreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDashboardQueuePreferencesRequest) Reset()
- func (x *UpdateDashboardQueuePreferencesRequest) String() string
- type UpdateDashboardQueuePreferencesResponse
- func (*UpdateDashboardQueuePreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateDashboardQueuePreferencesResponse) ProtoMessage()
- func (x *UpdateDashboardQueuePreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateDashboardQueuePreferencesResponse) Reset()
- func (x *UpdateDashboardQueuePreferencesResponse) String() string
- type UpdateEmailSmsPreferencesRequest
- func (*UpdateEmailSmsPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEmailSmsPreferencesRequest) GetEmailSmsPreferences() *EmailSmsPreferences
- func (x *UpdateEmailSmsPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*UpdateEmailSmsPreferencesRequest) ProtoMessage()
- func (x *UpdateEmailSmsPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEmailSmsPreferencesRequest) Reset()
- func (x *UpdateEmailSmsPreferencesRequest) String() string
- type UpdateEmailSmsPreferencesResponse
- func (*UpdateEmailSmsPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateEmailSmsPreferencesResponse) ProtoMessage()
- func (x *UpdateEmailSmsPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateEmailSmsPreferencesResponse) Reset()
- func (x *UpdateEmailSmsPreferencesResponse) String() string
- type UpdateEndOfDayPreferencesRequest
- func (*UpdateEndOfDayPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEndOfDayPreferencesRequest) GetEndOfDayPreferences() *EndOfDayPreferences
- func (x *UpdateEndOfDayPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (*UpdateEndOfDayPreferencesRequest) ProtoMessage()
- func (x *UpdateEndOfDayPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEndOfDayPreferencesRequest) Reset()
- func (x *UpdateEndOfDayPreferencesRequest) String() string
- type UpdateEndOfDayPreferencesResponse
- func (*UpdateEndOfDayPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateEndOfDayPreferencesResponse) ProtoMessage()
- func (x *UpdateEndOfDayPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateEndOfDayPreferencesResponse) Reset()
- func (x *UpdateEndOfDayPreferencesResponse) String() string
- type UpdateFilterPreferencesRequest
- func (*UpdateFilterPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateFilterPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *UpdateFilterPreferencesRequest) GetFilterPreferences() *FilterPreferences
- func (*UpdateFilterPreferencesRequest) ProtoMessage()
- func (x *UpdateFilterPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateFilterPreferencesRequest) Reset()
- func (x *UpdateFilterPreferencesRequest) String() string
- type UpdateFilterPreferencesResponse
- func (*UpdateFilterPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateFilterPreferencesResponse) ProtoMessage()
- func (x *UpdateFilterPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateFilterPreferencesResponse) Reset()
- func (x *UpdateFilterPreferencesResponse) String() string
- type UpdateOrganizationPreferencesRequest
- func (*UpdateOrganizationPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *UpdateOrganizationPreferencesRequest) GetOrganizationPreferences() *OrganizationPreferences
- func (*UpdateOrganizationPreferencesRequest) ProtoMessage()
- func (x *UpdateOrganizationPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationPreferencesRequest) Reset()
- func (x *UpdateOrganizationPreferencesRequest) String() string
- type UpdateOrganizationPreferencesResponse
- func (*UpdateOrganizationPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateOrganizationPreferencesResponse) ProtoMessage()
- func (x *UpdateOrganizationPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationPreferencesResponse) Reset()
- func (x *UpdateOrganizationPreferencesResponse) String() string
- type UpdateOrganizationRequest
- func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *UpdateOrganizationRequest) GetName() string
- func (x *UpdateOrganizationRequest) GetOrgId() string
- func (x *UpdateOrganizationRequest) GetTimeZone() commons.TimeZone
- func (*UpdateOrganizationRequest) ProtoMessage()
- func (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationRequest) Reset()
- func (x *UpdateOrganizationRequest) String() string
- type UpdateOrganizationResponse
- type UpdateP3OwningOrgRequest
- func (*UpdateP3OwningOrgRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateP3OwningOrgRequest) GetOrgId() string
- func (x *UpdateP3OwningOrgRequest) GetOwnerId() string
- func (*UpdateP3OwningOrgRequest) ProtoMessage()
- func (x *UpdateP3OwningOrgRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateP3OwningOrgRequest) Reset()
- func (x *UpdateP3OwningOrgRequest) String() string
- type UpdateP3OwningOrgResponse
- type UpdateP3PermissionGroupRequest
- func (*UpdateP3PermissionGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateP3PermissionGroupRequest) GetDescription() string
- func (x *UpdateP3PermissionGroupRequest) GetName() string
- func (x *UpdateP3PermissionGroupRequest) GetOrgId() string
- func (x *UpdateP3PermissionGroupRequest) GetPermissionGroupId() string
- func (x *UpdateP3PermissionGroupRequest) GetPermissions() []commons.Permission
- func (*UpdateP3PermissionGroupRequest) ProtoMessage()
- func (x *UpdateP3PermissionGroupRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateP3PermissionGroupRequest) Reset()
- func (x *UpdateP3PermissionGroupRequest) String() string
- type UpdateP3PermissionGroupResponse
- func (*UpdateP3PermissionGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateP3PermissionGroupResponse) GetP3PermissionGroup() *P3PermissionGroup
- func (*UpdateP3PermissionGroupResponse) ProtoMessage()
- func (x *UpdateP3PermissionGroupResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateP3PermissionGroupResponse) Reset()
- func (x *UpdateP3PermissionGroupResponse) String() string
- type UpdateP3UserNameRequest
- func (*UpdateP3UserNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateP3UserNameRequest) GetAgentSid() int64
- func (x *UpdateP3UserNameRequest) GetClientSid() int64
- func (x *UpdateP3UserNameRequest) GetLoginSid() int64
- func (x *UpdateP3UserNameRequest) GetUserName() string
- func (*UpdateP3UserNameRequest) ProtoMessage()
- func (x *UpdateP3UserNameRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateP3UserNameRequest) Reset()
- func (x *UpdateP3UserNameRequest) String() string
- type UpdateP3UserNameResponse
- type UpdateP3UserSidsRequest
- func (*UpdateP3UserSidsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateP3UserSidsRequest) GetAgentSid() int64
- func (x *UpdateP3UserSidsRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *UpdateP3UserSidsRequest) GetLoginSid() int64
- func (x *UpdateP3UserSidsRequest) GetUserId() string
- func (*UpdateP3UserSidsRequest) ProtoMessage()
- func (x *UpdateP3UserSidsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateP3UserSidsRequest) Reset()
- func (x *UpdateP3UserSidsRequest) String() string
- type UpdateP3UserSidsResponse
- type UpdatePermissionGroupRequest
- func (*UpdatePermissionGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdatePermissionGroupRequest) GetPermissionGroup() *PermissionGroup
- func (*UpdatePermissionGroupRequest) ProtoMessage()
- func (x *UpdatePermissionGroupRequest) ProtoReflect() protoreflect.Message
- func (x *UpdatePermissionGroupRequest) Reset()
- func (x *UpdatePermissionGroupRequest) String() string
- type UpdatePermissionGroupResponse
- func (*UpdatePermissionGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdatePermissionGroupResponse) ProtoMessage()
- func (x *UpdatePermissionGroupResponse) ProtoReflect() protoreflect.Message
- func (x *UpdatePermissionGroupResponse) Reset()
- func (x *UpdatePermissionGroupResponse) String() string
- type UpdatePhonePreferencesRequest
- func (*UpdatePhonePreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdatePhonePreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *UpdatePhonePreferencesRequest) GetPhonePreferences() *PhonePreferences
- func (*UpdatePhonePreferencesRequest) ProtoMessage()
- func (x *UpdatePhonePreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdatePhonePreferencesRequest) Reset()
- func (x *UpdatePhonePreferencesRequest) String() string
- type UpdatePhonePreferencesResponse
- func (*UpdatePhonePreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdatePhonePreferencesResponse) ProtoMessage()
- func (x *UpdatePhonePreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdatePhonePreferencesResponse) Reset()
- func (x *UpdatePhonePreferencesResponse) String() string
- type UpdateQueueConfigReq
- func (*UpdateQueueConfigReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateQueueConfigReq) GetConfig() *QueueConfig
- func (*UpdateQueueConfigReq) ProtoMessage()
- func (x *UpdateQueueConfigReq) ProtoReflect() protoreflect.Message
- func (x *UpdateQueueConfigReq) Reset()
- func (x *UpdateQueueConfigReq) String() string
- type UpdateQueueConfigRes
- type UpdateRecordingPreferencesRequest
- func (*UpdateRecordingPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRecordingPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *UpdateRecordingPreferencesRequest) GetRecordingPreferences() *RecordingPreferences
- func (*UpdateRecordingPreferencesRequest) ProtoMessage()
- func (x *UpdateRecordingPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateRecordingPreferencesRequest) Reset()
- func (x *UpdateRecordingPreferencesRequest) String() string
- type UpdateRecordingPreferencesResponse
- func (*UpdateRecordingPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateRecordingPreferencesResponse) ProtoMessage()
- func (x *UpdateRecordingPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateRecordingPreferencesResponse) Reset()
- func (x *UpdateRecordingPreferencesResponse) String() string
- type UpdateSchedulePreferencesRequest
- func (*UpdateSchedulePreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateSchedulePreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *UpdateSchedulePreferencesRequest) GetSchedulePreferences() *SchedulePreferences
- func (*UpdateSchedulePreferencesRequest) ProtoMessage()
- func (x *UpdateSchedulePreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateSchedulePreferencesRequest) Reset()
- func (x *UpdateSchedulePreferencesRequest) String() string
- type UpdateSchedulePreferencesResponse
- func (*UpdateSchedulePreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateSchedulePreferencesResponse) ProtoMessage()
- func (x *UpdateSchedulePreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateSchedulePreferencesResponse) Reset()
- func (x *UpdateSchedulePreferencesResponse) String() string
- type UpdateScorecardsPreferencesRequest
- func (*UpdateScorecardsPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateScorecardsPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *UpdateScorecardsPreferencesRequest) GetScorecardsPreferences() *ScorecardsPreferences
- func (*UpdateScorecardsPreferencesRequest) ProtoMessage()
- func (x *UpdateScorecardsPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateScorecardsPreferencesRequest) Reset()
- func (x *UpdateScorecardsPreferencesRequest) String() string
- type UpdateScorecardsPreferencesResponse
- func (*UpdateScorecardsPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateScorecardsPreferencesResponse) ProtoMessage()
- func (x *UpdateScorecardsPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateScorecardsPreferencesResponse) Reset()
- func (x *UpdateScorecardsPreferencesResponse) String() string
- type UpdateUserDisabledRequest
- func (*UpdateUserDisabledRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserDisabledRequest) GetDisable() bool
- func (x *UpdateUserDisabledRequest) GetOrgId() string
- func (x *UpdateUserDisabledRequest) GetUserId() string
- func (*UpdateUserDisabledRequest) ProtoMessage()
- func (x *UpdateUserDisabledRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserDisabledRequest) Reset()
- func (x *UpdateUserDisabledRequest) String() string
- type UpdateUserDisabledResponse
- type UpdateUserNeoPermissionGroupsRequest
- func (*UpdateUserNeoPermissionGroupsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserNeoPermissionGroupsRequest) GetAssignUserId() string
- func (x *UpdateUserNeoPermissionGroupsRequest) GetPermissionGroupIds() []string
- func (*UpdateUserNeoPermissionGroupsRequest) ProtoMessage()
- func (x *UpdateUserNeoPermissionGroupsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserNeoPermissionGroupsRequest) Reset()
- func (x *UpdateUserNeoPermissionGroupsRequest) String() string
- type UpdateUserNeoPermissionGroupsResponse
- func (*UpdateUserNeoPermissionGroupsResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateUserNeoPermissionGroupsResponse) ProtoMessage()
- func (x *UpdateUserNeoPermissionGroupsResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserNeoPermissionGroupsResponse) Reset()
- func (x *UpdateUserNeoPermissionGroupsResponse) String() string
- type UpdateUserPasswordRequest
- func (*UpdateUserPasswordRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserPasswordRequest) GetCurrentPassword() string
- func (x *UpdateUserPasswordRequest) GetOrgId() string
- func (x *UpdateUserPasswordRequest) GetPassword() string
- func (x *UpdateUserPasswordRequest) GetUserId() string
- func (*UpdateUserPasswordRequest) ProtoMessage()
- func (x *UpdateUserPasswordRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserPasswordRequest) Reset()
- func (x *UpdateUserPasswordRequest) String() string
- type UpdateUserPasswordResponse
- type UpdateUserRequest
- func (*UpdateUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserRequest) GetAgentProfileGroupId() string
- func (x *UpdateUserRequest) GetCallerIds() []string
- func (x *UpdateUserRequest) GetDefaultApp() commons.OperatorApplications
- func (x *UpdateUserRequest) GetEmail() string
- func (x *UpdateUserRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *UpdateUserRequest) GetFirstName() string
- func (x *UpdateUserRequest) GetLabelEntities() []*Label
- func (x *UpdateUserRequest) GetLastName() string
- func (x *UpdateUserRequest) GetLinkbackNumbers() []string
- func (x *UpdateUserRequest) GetPartnerAgentId() string
- func (x *UpdateUserRequest) GetPasswordResetRequired() bool
- func (x *UpdateUserRequest) GetTimeZoneOverride() *commons.TimeZoneWrapper
- func (x *UpdateUserRequest) GetUserCallerId() string
- func (x *UpdateUserRequest) GetUserId() string
- func (x *UpdateUserRequest) GetUserName() string
- func (*UpdateUserRequest) ProtoMessage()
- func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserRequest) Reset()
- func (x *UpdateUserRequest) String() string
- type UpdateUserResponse
- type UpdateUserSubscriptionRequest
- func (*UpdateUserSubscriptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserSubscriptionRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *UpdateUserSubscriptionRequest) GetSubscription() *UserSubscription
- func (*UpdateUserSubscriptionRequest) ProtoMessage()
- func (x *UpdateUserSubscriptionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserSubscriptionRequest) Reset()
- func (x *UpdateUserSubscriptionRequest) String() string
- type UpdateUserSubscriptionResponse
- func (*UpdateUserSubscriptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserSubscriptionResponse) GetSubscription() *UserSubscription
- func (*UpdateUserSubscriptionResponse) ProtoMessage()
- func (x *UpdateUserSubscriptionResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserSubscriptionResponse) Reset()
- func (x *UpdateUserSubscriptionResponse) String() string
- type UpdateVoiceAnalyticsPreferencesRequest
- func (*UpdateVoiceAnalyticsPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateVoiceAnalyticsPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *UpdateVoiceAnalyticsPreferencesRequest) GetVoiceAnalyticsPreferences() *VoiceAnalyticsPreferences
- func (*UpdateVoiceAnalyticsPreferencesRequest) ProtoMessage()
- func (x *UpdateVoiceAnalyticsPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateVoiceAnalyticsPreferencesRequest) Reset()
- func (x *UpdateVoiceAnalyticsPreferencesRequest) String() string
- type UpdateVoiceAnalyticsPreferencesResponse
- func (*UpdateVoiceAnalyticsPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateVoiceAnalyticsPreferencesResponse) ProtoMessage()
- func (x *UpdateVoiceAnalyticsPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateVoiceAnalyticsPreferencesResponse) Reset()
- func (x *UpdateVoiceAnalyticsPreferencesResponse) String() string
- type UpdateWebLinkTemplateRequest
- func (*UpdateWebLinkTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateWebLinkTemplateRequest) GetWebLinkTemplate() *WebLinkTemplate
- func (*UpdateWebLinkTemplateRequest) ProtoMessage()
- func (x *UpdateWebLinkTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateWebLinkTemplateRequest) Reset()
- func (x *UpdateWebLinkTemplateRequest) String() string
- type UpdateWebLinkTemplateResponse
- func (*UpdateWebLinkTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateWebLinkTemplateResponse) ProtoMessage()
- func (x *UpdateWebLinkTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateWebLinkTemplateResponse) Reset()
- func (x *UpdateWebLinkTemplateResponse) String() string
- type UpdateWebhookPreferencesRequest
- func (*UpdateWebhookPreferencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateWebhookPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *UpdateWebhookPreferencesRequest) GetWebhookPreferences() *WebhookPreferences
- func (*UpdateWebhookPreferencesRequest) ProtoMessage()
- func (x *UpdateWebhookPreferencesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateWebhookPreferencesRequest) Reset()
- func (x *UpdateWebhookPreferencesRequest) String() string
- type UpdateWebhookPreferencesResponse
- func (*UpdateWebhookPreferencesResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateWebhookPreferencesResponse) ProtoMessage()
- func (x *UpdateWebhookPreferencesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateWebhookPreferencesResponse) Reset()
- func (x *UpdateWebhookPreferencesResponse) String() string
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetAgentSid() int64
- func (x *User) GetCallerIds() []string
- func (x *User) GetConnectionId() *wrapperspb.StringValue
- func (x *User) GetCreated() *timestamppb.Timestamp
- func (x *User) GetEmail() string
- func (x *User) GetFirstName() string
- func (x *User) GetLabelEntities() []*Label
- func (x *User) GetLastName() string
- func (x *User) GetLastUpdated() *timestamppb.Timestamp
- func (x *User) GetLinkbackNumbers() []string
- func (x *User) GetLoginSid() int64
- func (x *User) GetOrgId() string
- func (x *User) GetPartnerAgentId() string
- func (x *User) GetPasswordResetRequired() bool
- func (x *User) GetRegionId() string
- func (x *User) GetRegions() []string
- func (x *User) GetTimeZoneOverride() *commons.TimeZoneWrapper
- func (x *User) GetUserId() string
- func (x *User) GetUserName() string
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- type UserDescription
- func (*UserDescription) Descriptor() ([]byte, []int)deprecated
- func (x *UserDescription) GetAccountOwner() bool
- func (x *UserDescription) GetAgentProfileGroupId() string
- func (x *UserDescription) GetAgentProfileGroupName() string
- func (x *UserDescription) GetAgentSid() int64
- func (x *UserDescription) GetCallerIds() []string
- func (x *UserDescription) GetCreated() *timestamppb.Timestamp
- func (x *UserDescription) GetDelegated() bool
- func (x *UserDescription) GetEmail() string
- func (x *UserDescription) GetFirstName() string
- func (x *UserDescription) GetHuntGroupName() string
- func (x *UserDescription) GetHuntGroupSid() int64
- func (x *UserDescription) GetLabelEntities() []*Label
- func (x *UserDescription) GetLastName() string
- func (x *UserDescription) GetLastUpdated() *timestamppb.Timestamp
- func (x *UserDescription) GetLinkbackNumbers() []string
- func (x *UserDescription) GetLoginDisabled() bool
- func (x *UserDescription) GetLoginSid() int64
- func (x *UserDescription) GetOrgBillingId() string
- func (x *UserDescription) GetOrgId() string
- func (x *UserDescription) GetOrgName() string
- func (x *UserDescription) GetP3PermissionGroupId() string
- func (x *UserDescription) GetP3PermissionGroupName() string
- func (x *UserDescription) GetPermissionGroups() []*PermissionGroup
- func (x *UserDescription) GetStrikeCount() int32
- func (x *UserDescription) GetTimeZoneOverride() *commons.TimeZoneWrapper
- func (x *UserDescription) GetTrusts() []*org.Trust
- func (x *UserDescription) GetUserId() string
- func (x *UserDescription) GetUserName() string
- func (*UserDescription) ProtoMessage()
- func (x *UserDescription) ProtoReflect() protoreflect.Message
- func (x *UserDescription) Reset()
- func (x *UserDescription) String() string
- type UserDetails
- func (*UserDetails) Descriptor() ([]byte, []int)deprecated
- func (x *UserDetails) GetAgentProfileGroupId() string
- func (x *UserDetails) GetAgentSid() int64
- func (x *UserDetails) GetAllowedRegions() []string
- func (x *UserDetails) GetCallerIds() []string
- func (x *UserDetails) GetCreated() *timestamppb.Timestamp
- func (x *UserDetails) GetDefaultApp() commons.OperatorApplications
- func (x *UserDetails) GetDefaultRegion() string
- func (x *UserDetails) GetDelegated() bool
- func (x *UserDetails) GetDisabled() bool
- func (x *UserDetails) GetEmail() string
- func (x *UserDetails) GetEmailVerified() bool
- func (x *UserDetails) GetFirstName() string
- func (x *UserDetails) GetHuntGroupName() string
- func (x *UserDetails) GetHuntGroupSid() int64
- func (x *UserDetails) GetLabelEntities() []*Label
- func (x *UserDetails) GetLastName() string
- func (x *UserDetails) GetLastUpdated() *timestamppb.Timestamp
- func (x *UserDetails) GetLinkbackNumbers() []string
- func (x *UserDetails) GetLocationName() string
- func (x *UserDetails) GetLoginSid() int64
- func (x *UserDetails) GetOrgId() string
- func (x *UserDetails) GetOrganizationName() string
- func (x *UserDetails) GetP3PermissionGroup() string
- func (x *UserDetails) GetPartnerAgentId() string
- func (x *UserDetails) GetPasswordResetRequired() bool
- func (x *UserDetails) GetPermissionGroups() []*PermissionGroup
- func (x *UserDetails) GetSkills() []*Skill
- func (x *UserDetails) GetTimeZoneOverride() *commons.TimeZoneWrapper
- func (x *UserDetails) GetTrusts() []*org.Trust
- func (x *UserDetails) GetUserCallerId() string
- func (x *UserDetails) GetUserId() string
- func (x *UserDetails) GetUserName() string
- func (*UserDetails) ProtoMessage()
- func (x *UserDetails) ProtoReflect() protoreflect.Message
- func (x *UserDetails) Reset()
- func (x *UserDetails) String() string
- type UserDirectoryEntry
- func (*UserDirectoryEntry) Descriptor() ([]byte, []int)deprecated
- func (x *UserDirectoryEntry) GetFirstName() string
- func (x *UserDirectoryEntry) GetFullName() string
- func (x *UserDirectoryEntry) GetLastName() string
- func (x *UserDirectoryEntry) GetUserId() string
- func (x *UserDirectoryEntry) GetUserName() string
- func (*UserDirectoryEntry) ProtoMessage()
- func (x *UserDirectoryEntry) ProtoReflect() protoreflect.Message
- func (x *UserDirectoryEntry) Reset()
- func (x *UserDirectoryEntry) String() string
- type UserSubscription
- func (*UserSubscription) Descriptor() ([]byte, []int)deprecated
- func (x *UserSubscription) GetDeliverMethod() isUserSubscription_DeliverMethod
- func (x *UserSubscription) GetEventType() audit.EventType
- func (x *UserSubscription) GetFilters() []*commons.FieldValueFilter
- func (x *UserSubscription) GetRoom303() *UserSubscription_Room303
- func (x *UserSubscription) GetSubscriptionId() string
- func (x *UserSubscription) GetUserId() string
- func (x *UserSubscription) GetVersion() int64
- func (*UserSubscription) ProtoMessage()
- func (x *UserSubscription) ProtoReflect() protoreflect.Message
- func (x *UserSubscription) Reset()
- func (x *UserSubscription) String() string
- type UserSubscription_Room303
- func (*UserSubscription_Room303) Descriptor() ([]byte, []int)deprecated
- func (x *UserSubscription_Room303) GetRoomName() string
- func (*UserSubscription_Room303) ProtoMessage()
- func (x *UserSubscription_Room303) ProtoReflect() protoreflect.Message
- func (x *UserSubscription_Room303) Reset()
- func (x *UserSubscription_Room303) String() string
- type UserSubscription_Room303_
- type VoiceAnalytics
- type VoiceAnalyticsPreferences
- func (*VoiceAnalyticsPreferences) Descriptor() ([]byte, []int)deprecated
- func (x *VoiceAnalyticsPreferences) GetBillingNotify() *VoiceAnalytics_Notify
- func (x *VoiceAnalyticsPreferences) GetEnabled() bool
- func (x *VoiceAnalyticsPreferences) GetNotify() *VoiceAnalytics_Notify
- func (x *VoiceAnalyticsPreferences) GetNumberFormat() string
- func (x *VoiceAnalyticsPreferences) GetRedact() []*VoiceAnalytics_Redact
- func (x *VoiceAnalyticsPreferences) GetRedactAllDigits() bool
- func (x *VoiceAnalyticsPreferences) GetSilenceThreshold() uint32
- func (x *VoiceAnalyticsPreferences) GetTalkOverThreshold() uint32
- func (*VoiceAnalyticsPreferences) ProtoMessage()
- func (x *VoiceAnalyticsPreferences) ProtoReflect() protoreflect.Message
- func (x *VoiceAnalyticsPreferences) Reset()
- func (x *VoiceAnalyticsPreferences) String() string
- type VoiceAnalytics_Notify
- func (*VoiceAnalytics_Notify) Descriptor() ([]byte, []int)deprecated
- func (x *VoiceAnalytics_Notify) GetCron() string
- func (*VoiceAnalytics_Notify) ProtoMessage()
- func (x *VoiceAnalytics_Notify) ProtoReflect() protoreflect.Message
- func (x *VoiceAnalytics_Notify) Reset()
- func (x *VoiceAnalytics_Notify) String() string
- type VoiceAnalytics_Number
- func (*VoiceAnalytics_Number) Descriptor() ([]byte, []int)deprecated
- func (x *VoiceAnalytics_Number) GetKind() VoiceAnalytics_Number_Kind
- func (x *VoiceAnalytics_Number) GetMaxConsecutive() uint32
- func (x *VoiceAnalytics_Number) GetMinConsecutive() uint32
- func (x *VoiceAnalytics_Number) GetSlop() uint32
- func (*VoiceAnalytics_Number) ProtoMessage()
- func (x *VoiceAnalytics_Number) ProtoReflect() protoreflect.Message
- func (x *VoiceAnalytics_Number) Reset()
- func (x *VoiceAnalytics_Number) String() string
- type VoiceAnalytics_Number_Kind
- func (VoiceAnalytics_Number_Kind) Descriptor() protoreflect.EnumDescriptor
- func (x VoiceAnalytics_Number_Kind) Enum() *VoiceAnalytics_Number_Kind
- func (VoiceAnalytics_Number_Kind) EnumDescriptor() ([]byte, []int)deprecated
- func (x VoiceAnalytics_Number_Kind) Number() protoreflect.EnumNumber
- func (x VoiceAnalytics_Number_Kind) String() string
- func (VoiceAnalytics_Number_Kind) Type() protoreflect.EnumType
- type VoiceAnalytics_Redact
- func (*VoiceAnalytics_Redact) Descriptor() ([]byte, []int)deprecated
- func (x *VoiceAnalytics_Redact) GetNumber() *VoiceAnalytics_Number
- func (x *VoiceAnalytics_Redact) GetWhere() isVoiceAnalytics_Redact_Where
- func (*VoiceAnalytics_Redact) ProtoMessage()
- func (x *VoiceAnalytics_Redact) ProtoReflect() protoreflect.Message
- func (x *VoiceAnalytics_Redact) Reset()
- func (x *VoiceAnalytics_Redact) String() string
- type VoiceAnalytics_Redact_Number
- type WebLinkBaseOption
- func (*WebLinkBaseOption) Descriptor() ([]byte, []int)deprecated
- func (x *WebLinkBaseOption) GetAgentField() *WebLinkBaseOption_AgentField
- func (x *WebLinkBaseOption) GetDataCollect() *WebLinkBaseOption_DataCollect
- func (x *WebLinkBaseOption) GetDataDip() *WebLinkBaseOption_DataDip
- func (x *WebLinkBaseOption) GetDataKeyField() *WebLinkBaseOption_DataKeyField
- func (x *WebLinkBaseOption) GetIvrData() *WebLinkBaseOption_IvrData
- func (x *WebLinkBaseOption) GetOption() isWebLinkBaseOption_Option
- func (x *WebLinkBaseOption) GetPhoneField() *WebLinkBaseOption_PhoneField
- func (x *WebLinkBaseOption) GetPostalField() *WebLinkBaseOption_PostalField
- func (x *WebLinkBaseOption) GetSipHeaderData() *WebLinkBaseOption_SipHeaderData
- func (x *WebLinkBaseOption) GetStaticText() *WebLinkBaseOption_StaticText
- func (x *WebLinkBaseOption) GetTtsField() *WebLinkBaseOption_TtsField
- func (*WebLinkBaseOption) ProtoMessage()
- func (x *WebLinkBaseOption) ProtoReflect() protoreflect.Message
- func (x *WebLinkBaseOption) Reset()
- func (x *WebLinkBaseOption) String() string
- type WebLinkBaseOption_AgentField
- func (*WebLinkBaseOption_AgentField) Descriptor() ([]byte, []int)deprecated
- func (x *WebLinkBaseOption_AgentField) GetOption() commons.AgentFieldOption
- func (*WebLinkBaseOption_AgentField) ProtoMessage()
- func (x *WebLinkBaseOption_AgentField) ProtoReflect() protoreflect.Message
- func (x *WebLinkBaseOption_AgentField) Reset()
- func (x *WebLinkBaseOption_AgentField) String() string
- type WebLinkBaseOption_AgentField_
- type WebLinkBaseOption_DataCollect
- func (*WebLinkBaseOption_DataCollect) Descriptor() ([]byte, []int)deprecated
- func (x *WebLinkBaseOption_DataCollect) GetValue() string
- func (*WebLinkBaseOption_DataCollect) ProtoMessage()
- func (x *WebLinkBaseOption_DataCollect) ProtoReflect() protoreflect.Message
- func (x *WebLinkBaseOption_DataCollect) Reset()
- func (x *WebLinkBaseOption_DataCollect) String() string
- type WebLinkBaseOption_DataCollect_
- type WebLinkBaseOption_DataDip
- func (*WebLinkBaseOption_DataDip) Descriptor() ([]byte, []int)deprecated
- func (x *WebLinkBaseOption_DataDip) GetValue() string
- func (*WebLinkBaseOption_DataDip) ProtoMessage()
- func (x *WebLinkBaseOption_DataDip) ProtoReflect() protoreflect.Message
- func (x *WebLinkBaseOption_DataDip) Reset()
- func (x *WebLinkBaseOption_DataDip) String() string
- type WebLinkBaseOption_DataDip_
- type WebLinkBaseOption_DataKeyField
- func (*WebLinkBaseOption_DataKeyField) Descriptor() ([]byte, []int)deprecated
- func (x *WebLinkBaseOption_DataKeyField) GetClientPropertiesSid() int64
- func (x *WebLinkBaseOption_DataKeyField) GetPropertyKey() string
- func (x *WebLinkBaseOption_DataKeyField) GetPropertyValue() string
- func (*WebLinkBaseOption_DataKeyField) ProtoMessage()
- func (x *WebLinkBaseOption_DataKeyField) ProtoReflect() protoreflect.Message
- func (x *WebLinkBaseOption_DataKeyField) Reset()
- func (x *WebLinkBaseOption_DataKeyField) String() string
- type WebLinkBaseOption_DataKeyField_
- type WebLinkBaseOption_IvrData
- func (*WebLinkBaseOption_IvrData) Descriptor() ([]byte, []int)deprecated
- func (x *WebLinkBaseOption_IvrData) GetValue() string
- func (*WebLinkBaseOption_IvrData) ProtoMessage()
- func (x *WebLinkBaseOption_IvrData) ProtoReflect() protoreflect.Message
- func (x *WebLinkBaseOption_IvrData) Reset()
- func (x *WebLinkBaseOption_IvrData) String() string
- type WebLinkBaseOption_IvrData_
- type WebLinkBaseOption_PhoneField
- func (*WebLinkBaseOption_PhoneField) Descriptor() ([]byte, []int)deprecated
- func (x *WebLinkBaseOption_PhoneField) GetOption() commons.PhoneFieldOption
- func (*WebLinkBaseOption_PhoneField) ProtoMessage()
- func (x *WebLinkBaseOption_PhoneField) ProtoReflect() protoreflect.Message
- func (x *WebLinkBaseOption_PhoneField) Reset()
- func (x *WebLinkBaseOption_PhoneField) String() string
- type WebLinkBaseOption_PhoneField_
- type WebLinkBaseOption_PostalField
- func (*WebLinkBaseOption_PostalField) Descriptor() ([]byte, []int)deprecated
- func (x *WebLinkBaseOption_PostalField) GetOption() commons.PostalFieldOption
- func (*WebLinkBaseOption_PostalField) ProtoMessage()
- func (x *WebLinkBaseOption_PostalField) ProtoReflect() protoreflect.Message
- func (x *WebLinkBaseOption_PostalField) Reset()
- func (x *WebLinkBaseOption_PostalField) String() string
- type WebLinkBaseOption_PostalField_
- type WebLinkBaseOption_SipHeaderData
- func (*WebLinkBaseOption_SipHeaderData) Descriptor() ([]byte, []int)deprecated
- func (x *WebLinkBaseOption_SipHeaderData) GetValue() string
- func (*WebLinkBaseOption_SipHeaderData) ProtoMessage()
- func (x *WebLinkBaseOption_SipHeaderData) ProtoReflect() protoreflect.Message
- func (x *WebLinkBaseOption_SipHeaderData) Reset()
- func (x *WebLinkBaseOption_SipHeaderData) String() string
- type WebLinkBaseOption_SipHeaderData_
- type WebLinkBaseOption_StaticText
- func (*WebLinkBaseOption_StaticText) Descriptor() ([]byte, []int)deprecated
- func (x *WebLinkBaseOption_StaticText) GetValue() string
- func (*WebLinkBaseOption_StaticText) ProtoMessage()
- func (x *WebLinkBaseOption_StaticText) ProtoReflect() protoreflect.Message
- func (x *WebLinkBaseOption_StaticText) Reset()
- func (x *WebLinkBaseOption_StaticText) String() string
- type WebLinkBaseOption_StaticText_
- type WebLinkBaseOption_TtsField
- func (*WebLinkBaseOption_TtsField) Descriptor() ([]byte, []int)deprecated
- func (x *WebLinkBaseOption_TtsField) GetContactFieldDescriptionSid() int64
- func (x *WebLinkBaseOption_TtsField) GetDisplayFormatString() string
- func (x *WebLinkBaseOption_TtsField) GetFieldName() string
- func (*WebLinkBaseOption_TtsField) ProtoMessage()
- func (x *WebLinkBaseOption_TtsField) ProtoReflect() protoreflect.Message
- func (x *WebLinkBaseOption_TtsField) Reset()
- func (x *WebLinkBaseOption_TtsField) String() string
- type WebLinkBaseOption_TtsField_
- type WebLinkParameter
- func (*WebLinkParameter) Descriptor() ([]byte, []int)deprecated
- func (x *WebLinkParameter) GetKey() string
- func (x *WebLinkParameter) GetValue() []*WebLinkBaseOption
- func (*WebLinkParameter) ProtoMessage()
- func (x *WebLinkParameter) ProtoReflect() protoreflect.Message
- func (x *WebLinkParameter) Reset()
- func (x *WebLinkParameter) String() string
- type WebLinkTemplate
- func (*WebLinkTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *WebLinkTemplate) GetBaseUrl() []*WebLinkBaseOption
- func (x *WebLinkTemplate) GetDescription() string
- func (x *WebLinkTemplate) GetDisplayName() string
- func (x *WebLinkTemplate) GetIsJsLink() bool
- func (x *WebLinkTemplate) GetParameters() []*WebLinkParameter
- func (x *WebLinkTemplate) GetWebLinkTemplateId() string
- func (*WebLinkTemplate) ProtoMessage()
- func (x *WebLinkTemplate) ProtoReflect() protoreflect.Message
- func (x *WebLinkTemplate) Reset()
- func (x *WebLinkTemplate) String() string
- type WebhookPreferences
- func (*WebhookPreferences) Descriptor() ([]byte, []int)deprecated
- func (x *WebhookPreferences) GetAgentResponsePushUrl() string
- func (x *WebhookPreferences) GetCallResultPushUrl() string
- func (x *WebhookPreferences) GetPushUrlsEnabled() bool
- func (*WebhookPreferences) ProtoMessage()
- func (x *WebhookPreferences) ProtoReflect() protoreflect.Message
- func (x *WebhookPreferences) Reset()
- func (x *WebhookPreferences) String() string
- type ZipCodeField
- func (*ZipCodeField) Descriptor() ([]byte, []int)deprecated
- func (x *ZipCodeField) GetCfdSid() int64
- func (x *ZipCodeField) GetFieldName() string
- func (*ZipCodeField) ProtoMessage()
- func (x *ZipCodeField) ProtoReflect() protoreflect.Message
- func (x *ZipCodeField) Reset()
- func (x *ZipCodeField) String() string
Constants ¶
const (
OrgLegacy_RegisterOrganization_FullMethodName = "/api.v1alpha1.org.legacy.OrgLegacy/RegisterOrganization"
)
Variables ¶
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.
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.
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.
var File_api_v1alpha1_org_legacy_entities_proto protoreflect.FileDescriptor
var File_api_v1alpha1_org_legacy_service_proto protoreflect.FileDescriptor
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 (x *AcceptLinkbackRecordingTermsRequest) ProtoReflect() protoreflect.Message
func (*AcceptLinkbackRecordingTermsRequest) Reset ¶
func (x *AcceptLinkbackRecordingTermsRequest) Reset()
func (*AcceptLinkbackRecordingTermsRequest) String ¶
func (x *AcceptLinkbackRecordingTermsRequest) String() 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 (x *AcceptLinkbackRecordingTermsResponse) ProtoReflect() protoreflect.Message
func (*AcceptLinkbackRecordingTermsResponse) Reset ¶
func (x *AcceptLinkbackRecordingTermsResponse) Reset()
func (*AcceptLinkbackRecordingTermsResponse) String ¶
func (x *AcceptLinkbackRecordingTermsResponse) String() 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 (x *AddOrgBillingOverrideRequest) GetCountry() commons.Country
func (*AddOrgBillingOverrideRequest) GetOrgId ¶
func (x *AddOrgBillingOverrideRequest) GetOrgId() string
func (*AddOrgBillingOverrideRequest) GetRates ¶
func (x *AddOrgBillingOverrideRequest) GetRates() *PhoneBillingRates
func (*AddOrgBillingOverrideRequest) GetRegion ¶
func (x *AddOrgBillingOverrideRequest) GetRegion() string
func (*AddOrgBillingOverrideRequest) ProtoMessage ¶
func (*AddOrgBillingOverrideRequest) ProtoMessage()
func (*AddOrgBillingOverrideRequest) ProtoReflect ¶
func (x *AddOrgBillingOverrideRequest) ProtoReflect() protoreflect.Message
func (*AddOrgBillingOverrideRequest) Reset ¶
func (x *AddOrgBillingOverrideRequest) Reset()
func (*AddOrgBillingOverrideRequest) String ¶
func (x *AddOrgBillingOverrideRequest) String() 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 (x *AddOrgBillingOverrideResponse) ProtoReflect() protoreflect.Message
func (*AddOrgBillingOverrideResponse) Reset ¶
func (x *AddOrgBillingOverrideResponse) Reset()
func (*AddOrgBillingOverrideResponse) String ¶
func (x *AddOrgBillingOverrideResponse) String() 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
func (*AddPermissionToAccountOwnerPermissionGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddPermissionToAccountOwnerPermissionGroupRequest.ProtoReflect.Descriptor instead.
func (*AddPermissionToAccountOwnerPermissionGroupRequest) GetOrgId ¶
func (x *AddPermissionToAccountOwnerPermissionGroupRequest) GetOrgId() string
func (*AddPermissionToAccountOwnerPermissionGroupRequest) GetPermissions ¶
func (x *AddPermissionToAccountOwnerPermissionGroupRequest) GetPermissions() []auth.Permission
func (*AddPermissionToAccountOwnerPermissionGroupRequest) ProtoMessage ¶
func (*AddPermissionToAccountOwnerPermissionGroupRequest) ProtoMessage()
func (*AddPermissionToAccountOwnerPermissionGroupRequest) ProtoReflect ¶
func (x *AddPermissionToAccountOwnerPermissionGroupRequest) ProtoReflect() protoreflect.Message
func (*AddPermissionToAccountOwnerPermissionGroupRequest) Reset ¶
func (x *AddPermissionToAccountOwnerPermissionGroupRequest) Reset()
func (*AddPermissionToAccountOwnerPermissionGroupRequest) String ¶
func (x *AddPermissionToAccountOwnerPermissionGroupRequest) String() 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
func (*AddPermissionToAccountOwnerPermissionGroupResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddPermissionToAccountOwnerPermissionGroupResponse.ProtoReflect.Descriptor instead.
func (*AddPermissionToAccountOwnerPermissionGroupResponse) GetDefaultPermissionGroup ¶
func (x *AddPermissionToAccountOwnerPermissionGroupResponse) GetDefaultPermissionGroup() *PermissionGroup
func (*AddPermissionToAccountOwnerPermissionGroupResponse) ProtoMessage ¶
func (*AddPermissionToAccountOwnerPermissionGroupResponse) ProtoMessage()
func (*AddPermissionToAccountOwnerPermissionGroupResponse) ProtoReflect ¶
func (x *AddPermissionToAccountOwnerPermissionGroupResponse) ProtoReflect() protoreflect.Message
func (*AddPermissionToAccountOwnerPermissionGroupResponse) Reset ¶
func (x *AddPermissionToAccountOwnerPermissionGroupResponse) Reset()
func (*AddPermissionToAccountOwnerPermissionGroupResponse) String ¶
func (x *AddPermissionToAccountOwnerPermissionGroupResponse) String() 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 (x *AddPermissionToOrgDefaultGroupRequest) GetOrgId() string
func (*AddPermissionToOrgDefaultGroupRequest) GetPermission ¶
func (x *AddPermissionToOrgDefaultGroupRequest) GetPermission() auth.Permission
func (*AddPermissionToOrgDefaultGroupRequest) ProtoMessage ¶
func (*AddPermissionToOrgDefaultGroupRequest) ProtoMessage()
func (*AddPermissionToOrgDefaultGroupRequest) ProtoReflect ¶
func (x *AddPermissionToOrgDefaultGroupRequest) ProtoReflect() protoreflect.Message
func (*AddPermissionToOrgDefaultGroupRequest) Reset ¶
func (x *AddPermissionToOrgDefaultGroupRequest) Reset()
func (*AddPermissionToOrgDefaultGroupRequest) String ¶
func (x *AddPermissionToOrgDefaultGroupRequest) String() 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) ProtoMessage()
func (*AddPermissionToOrgDefaultGroupResponse) ProtoReflect ¶
func (x *AddPermissionToOrgDefaultGroupResponse) ProtoReflect() protoreflect.Message
func (*AddPermissionToOrgDefaultGroupResponse) Reset ¶
func (x *AddPermissionToOrgDefaultGroupResponse) Reset()
func (*AddPermissionToOrgDefaultGroupResponse) String ¶
func (x *AddPermissionToOrgDefaultGroupResponse) String() 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 (x *AddUserSubscriptionRequest) ProtoReflect() protoreflect.Message
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 (x *AddUserSubscriptionResponse) ProtoReflect() protoreflect.Message
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 (x *AdminGetUserDetailsRequest) ProtoReflect() protoreflect.Message
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 (x *AgentLoginGuiStatisticsTemplate) GetName() string
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 (x *AgentLoginGuiStatisticsTemplate) ProtoReflect() protoreflect.Message
func (*AgentLoginGuiStatisticsTemplate) Reset ¶
func (x *AgentLoginGuiStatisticsTemplate) Reset()
func (*AgentLoginGuiStatisticsTemplate) String ¶
func (x *AgentLoginGuiStatisticsTemplate) String() 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 (x *AgentStatusDisplayTemplate) GetAgentIntercomStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
func (*AgentStatusDisplayTemplate) GetCallConnectingStyles ¶
func (x *AgentStatusDisplayTemplate) GetCallConnectingStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
func (*AgentStatusDisplayTemplate) GetInConferenceStyles ¶
func (x *AgentStatusDisplayTemplate) GetInConferenceStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
func (*AgentStatusDisplayTemplate) GetIntercomDestinationStyles ¶
func (x *AgentStatusDisplayTemplate) GetIntercomDestinationStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
func (*AgentStatusDisplayTemplate) GetIntercomSourceStyles ¶
func (x *AgentStatusDisplayTemplate) GetIntercomSourceStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
func (*AgentStatusDisplayTemplate) GetManualCallStyles ¶
func (x *AgentStatusDisplayTemplate) GetManualCallStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
func (*AgentStatusDisplayTemplate) GetPausedStyles ¶
func (x *AgentStatusDisplayTemplate) GetPausedStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
func (*AgentStatusDisplayTemplate) GetPbxCallStyles ¶
func (x *AgentStatusDisplayTemplate) GetPbxCallStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
func (*AgentStatusDisplayTemplate) GetPreviewCallStyles ¶
func (x *AgentStatusDisplayTemplate) GetPreviewCallStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
func (*AgentStatusDisplayTemplate) GetReadyStyles ¶
func (x *AgentStatusDisplayTemplate) GetReadyStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
func (*AgentStatusDisplayTemplate) GetTransferCallStyles ¶
func (x *AgentStatusDisplayTemplate) GetTransferCallStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
func (*AgentStatusDisplayTemplate) GetTransferLostStyles ¶
func (x *AgentStatusDisplayTemplate) GetTransferLostStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
func (*AgentStatusDisplayTemplate) GetWrapUpStyles ¶
func (x *AgentStatusDisplayTemplate) GetWrapUpStyles() []*AgentStatusDisplayTemplate_AgentStatusSinceStyle
func (*AgentStatusDisplayTemplate) GetXmlClientPropertySid ¶
func (x *AgentStatusDisplayTemplate) GetXmlClientPropertySid() int64
func (*AgentStatusDisplayTemplate) ProtoMessage ¶
func (*AgentStatusDisplayTemplate) ProtoMessage()
func (*AgentStatusDisplayTemplate) ProtoReflect ¶
func (x *AgentStatusDisplayTemplate) ProtoReflect() protoreflect.Message
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
func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) Descriptor() ([]byte, []int)
Deprecated: Use AgentStatusDisplayTemplate_AgentStatusSinceStyle.ProtoReflect.Descriptor instead.
func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetAgentGuiStatus ¶
func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetAgentGuiStatus() int64
func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetBgBlue ¶
func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetBgBlue() string
func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetBgGreen ¶
func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetBgGreen() string
func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetBgRed ¶
func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetBgRed() string
func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetDurationInStatus ¶
func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetDurationInStatus() int64
func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetFgBlue ¶
func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetFgBlue() string
func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetFgGreen ¶
func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetFgGreen() string
func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetFgRed ¶
func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) GetFgRed() string
func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) ProtoMessage ¶
func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) ProtoMessage()
func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) ProtoReflect ¶
func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) ProtoReflect() protoreflect.Message
func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) Reset ¶
func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) Reset()
func (*AgentStatusDisplayTemplate_AgentStatusSinceStyle) String ¶
func (x *AgentStatusDisplayTemplate_AgentStatusSinceStyle) String() string
type AgentTriggerTemplate ¶
type AgentTriggerTemplate struct { Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"` // Types that are valid to be assigned 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 (x *AgentTriggerTemplate) GetLoggedIn() *AgentTriggerTemplate_LoggedIn
func (*AgentTriggerTemplate) GetManualDialCall ¶
func (x *AgentTriggerTemplate) GetManualDialCall() *AgentTriggerTemplate_ManualDialCall
func (*AgentTriggerTemplate) GetOnCall ¶
func (x *AgentTriggerTemplate) GetOnCall() *AgentTriggerTemplate_OnCall
func (*AgentTriggerTemplate) GetPaused ¶
func (x *AgentTriggerTemplate) GetPaused() *AgentTriggerTemplate_Paused
func (*AgentTriggerTemplate) GetPreviewCall ¶
func (x *AgentTriggerTemplate) GetPreviewCall() *AgentTriggerTemplate_PreviewCall
func (*AgentTriggerTemplate) GetStatus ¶
func (x *AgentTriggerTemplate) GetStatus() isAgentTriggerTemplate_Status
func (*AgentTriggerTemplate) GetTransferCall ¶
func (x *AgentTriggerTemplate) GetTransferCall() *AgentTriggerTemplate_TransferCall
func (*AgentTriggerTemplate) GetTransferLost ¶
func (x *AgentTriggerTemplate) GetTransferLost() *AgentTriggerTemplate_TransferLost
func (*AgentTriggerTemplate) GetTransferTargetLost ¶
func (x *AgentTriggerTemplate) GetTransferTargetLost() *AgentTriggerTemplate_TransferTargetLost
func (*AgentTriggerTemplate) GetWaiting ¶
func (x *AgentTriggerTemplate) GetWaiting() *AgentTriggerTemplate_Waiting
func (*AgentTriggerTemplate) GetWrapUp ¶
func (x *AgentTriggerTemplate) GetWrapUp() *AgentTriggerTemplate_WrapUp
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 (x *AgentTriggerTemplate_AdvanceStatus) GetStatusType() commons.AdvanceStatusType
func (*AgentTriggerTemplate_AdvanceStatus) ProtoMessage ¶
func (*AgentTriggerTemplate_AdvanceStatus) ProtoMessage()
func (*AgentTriggerTemplate_AdvanceStatus) ProtoReflect ¶
func (x *AgentTriggerTemplate_AdvanceStatus) ProtoReflect() protoreflect.Message
func (*AgentTriggerTemplate_AdvanceStatus) Reset ¶
func (x *AgentTriggerTemplate_AdvanceStatus) Reset()
func (*AgentTriggerTemplate_AdvanceStatus) String ¶
func (x *AgentTriggerTemplate_AdvanceStatus) String() 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 (x *AgentTriggerTemplate_DisplayMessage) GetMessage() string
func (*AgentTriggerTemplate_DisplayMessage) ProtoMessage ¶
func (*AgentTriggerTemplate_DisplayMessage) ProtoMessage()
func (*AgentTriggerTemplate_DisplayMessage) ProtoReflect ¶
func (x *AgentTriggerTemplate_DisplayMessage) ProtoReflect() protoreflect.Message
func (*AgentTriggerTemplate_DisplayMessage) Reset ¶
func (x *AgentTriggerTemplate_DisplayMessage) Reset()
func (*AgentTriggerTemplate_DisplayMessage) String ¶
func (x *AgentTriggerTemplate_DisplayMessage) String() 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 (x *AgentTriggerTemplate_EjectAgent) ProtoReflect() protoreflect.Message
func (*AgentTriggerTemplate_EjectAgent) Reset ¶
func (x *AgentTriggerTemplate_EjectAgent) Reset()
func (*AgentTriggerTemplate_EjectAgent) String ¶
func (x *AgentTriggerTemplate_EjectAgent) String() string
type AgentTriggerTemplate_ExecuteWebLink ¶
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 (x *AgentTriggerTemplate_ExecuteWebLink) ProtoReflect() protoreflect.Message
func (*AgentTriggerTemplate_ExecuteWebLink) Reset ¶
func (x *AgentTriggerTemplate_ExecuteWebLink) Reset()
func (*AgentTriggerTemplate_ExecuteWebLink) String ¶
func (x *AgentTriggerTemplate_ExecuteWebLink) String() string
type AgentTriggerTemplate_LoggedIn ¶
type AgentTriggerTemplate_LoggedIn struct { // Types that are valid to be assigned 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 (x *AgentTriggerTemplate_LoggedIn) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
func (*AgentTriggerTemplate_LoggedIn) GetEjectAgent ¶
func (x *AgentTriggerTemplate_LoggedIn) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
func (*AgentTriggerTemplate_LoggedIn) GetExecuteWebLink ¶
func (x *AgentTriggerTemplate_LoggedIn) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
func (*AgentTriggerTemplate_LoggedIn) GetResult ¶
func (x *AgentTriggerTemplate_LoggedIn) GetResult() isAgentTriggerTemplate_LoggedIn_Result
func (*AgentTriggerTemplate_LoggedIn) ProtoMessage ¶
func (*AgentTriggerTemplate_LoggedIn) ProtoMessage()
func (*AgentTriggerTemplate_LoggedIn) ProtoReflect ¶
func (x *AgentTriggerTemplate_LoggedIn) ProtoReflect() protoreflect.Message
func (*AgentTriggerTemplate_LoggedIn) Reset ¶
func (x *AgentTriggerTemplate_LoggedIn) Reset()
func (*AgentTriggerTemplate_LoggedIn) String ¶
func (x *AgentTriggerTemplate_LoggedIn) String() 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 ¶
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 valid to be assigned 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 (x *AgentTriggerTemplate_ManualDialCall) GetAdvanceStatus() *AgentTriggerTemplate_AdvanceStatus
func (*AgentTriggerTemplate_ManualDialCall) GetDisplayMessage ¶
func (x *AgentTriggerTemplate_ManualDialCall) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
func (*AgentTriggerTemplate_ManualDialCall) GetDuration ¶
func (x *AgentTriggerTemplate_ManualDialCall) GetDuration() int64
func (*AgentTriggerTemplate_ManualDialCall) GetEjectAgent ¶
func (x *AgentTriggerTemplate_ManualDialCall) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
func (*AgentTriggerTemplate_ManualDialCall) GetExecuteWebLink ¶
func (x *AgentTriggerTemplate_ManualDialCall) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
func (*AgentTriggerTemplate_ManualDialCall) GetResult ¶
func (x *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 (x *AgentTriggerTemplate_ManualDialCall) ProtoReflect() protoreflect.Message
func (*AgentTriggerTemplate_ManualDialCall) Reset ¶
func (x *AgentTriggerTemplate_ManualDialCall) Reset()
func (*AgentTriggerTemplate_ManualDialCall) String ¶
func (x *AgentTriggerTemplate_ManualDialCall) String() 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 ¶
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 valid to be assigned 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 (x *AgentTriggerTemplate_OnCall) GetAdvanceStatus() *AgentTriggerTemplate_AdvanceStatus
func (*AgentTriggerTemplate_OnCall) GetDisplayMessage ¶
func (x *AgentTriggerTemplate_OnCall) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
func (*AgentTriggerTemplate_OnCall) GetDuration ¶
func (x *AgentTriggerTemplate_OnCall) GetDuration() int64
func (*AgentTriggerTemplate_OnCall) GetEjectAgent ¶
func (x *AgentTriggerTemplate_OnCall) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
func (*AgentTriggerTemplate_OnCall) GetExecuteWebLink ¶
func (x *AgentTriggerTemplate_OnCall) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
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 (x *AgentTriggerTemplate_OnCall) GetResult() isAgentTriggerTemplate_OnCall_Result
func (*AgentTriggerTemplate_OnCall) ProtoMessage ¶
func (*AgentTriggerTemplate_OnCall) ProtoMessage()
func (*AgentTriggerTemplate_OnCall) ProtoReflect ¶
func (x *AgentTriggerTemplate_OnCall) ProtoReflect() protoreflect.Message
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 ¶
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 valid to be assigned to PauseCodeType: // // *AgentTriggerTemplate_Paused_CustomPauseCodeSid // *AgentTriggerTemplate_Paused_AutomaticSystemCode PauseCodeType isAgentTriggerTemplate_Paused_PauseCodeType `protobuf_oneof:"pause_code_type"` // Types that are valid to be assigned 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 (x *AgentTriggerTemplate_Paused) GetAdvanceStatus() *AgentTriggerTemplate_AdvanceStatus
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 (x *AgentTriggerTemplate_Paused) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
func (*AgentTriggerTemplate_Paused) GetDuration ¶
func (x *AgentTriggerTemplate_Paused) GetDuration() int64
func (*AgentTriggerTemplate_Paused) GetEjectAgent ¶
func (x *AgentTriggerTemplate_Paused) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
func (*AgentTriggerTemplate_Paused) GetExecuteWebLink ¶
func (x *AgentTriggerTemplate_Paused) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
func (*AgentTriggerTemplate_Paused) GetPauseCode ¶
func (x *AgentTriggerTemplate_Paused) GetPauseCode() *PauseCode
func (*AgentTriggerTemplate_Paused) GetPauseCodeType ¶
func (x *AgentTriggerTemplate_Paused) GetPauseCodeType() isAgentTriggerTemplate_Paused_PauseCodeType
func (*AgentTriggerTemplate_Paused) GetResult ¶
func (x *AgentTriggerTemplate_Paused) GetResult() isAgentTriggerTemplate_Paused_Result
func (*AgentTriggerTemplate_Paused) ProtoMessage ¶
func (*AgentTriggerTemplate_Paused) ProtoMessage()
func (*AgentTriggerTemplate_Paused) ProtoReflect ¶
func (x *AgentTriggerTemplate_Paused) ProtoReflect() protoreflect.Message
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 ¶
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 valid to be assigned 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 (x *AgentTriggerTemplate_PreviewCall) GetAdvanceStatus() *AgentTriggerTemplate_AdvanceStatus
func (*AgentTriggerTemplate_PreviewCall) GetDisplayMessage ¶
func (x *AgentTriggerTemplate_PreviewCall) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
func (*AgentTriggerTemplate_PreviewCall) GetDuration ¶
func (x *AgentTriggerTemplate_PreviewCall) GetDuration() int64
func (*AgentTriggerTemplate_PreviewCall) GetEjectAgent ¶
func (x *AgentTriggerTemplate_PreviewCall) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
func (*AgentTriggerTemplate_PreviewCall) GetExecuteWebLink ¶
func (x *AgentTriggerTemplate_PreviewCall) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
func (*AgentTriggerTemplate_PreviewCall) GetResult ¶
func (x *AgentTriggerTemplate_PreviewCall) GetResult() isAgentTriggerTemplate_PreviewCall_Result
func (*AgentTriggerTemplate_PreviewCall) ProtoMessage ¶
func (*AgentTriggerTemplate_PreviewCall) ProtoMessage()
func (*AgentTriggerTemplate_PreviewCall) ProtoReflect ¶
func (x *AgentTriggerTemplate_PreviewCall) ProtoReflect() protoreflect.Message
func (*AgentTriggerTemplate_PreviewCall) Reset ¶
func (x *AgentTriggerTemplate_PreviewCall) Reset()
func (*AgentTriggerTemplate_PreviewCall) String ¶
func (x *AgentTriggerTemplate_PreviewCall) String() 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 ¶
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 valid to be assigned 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 (x *AgentTriggerTemplate_TransferCall) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
func (*AgentTriggerTemplate_TransferCall) GetDuration ¶
func (x *AgentTriggerTemplate_TransferCall) GetDuration() int64
func (*AgentTriggerTemplate_TransferCall) GetEjectAgent ¶
func (x *AgentTriggerTemplate_TransferCall) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
func (*AgentTriggerTemplate_TransferCall) GetExecuteWebLink ¶
func (x *AgentTriggerTemplate_TransferCall) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
func (*AgentTriggerTemplate_TransferCall) GetResult ¶
func (x *AgentTriggerTemplate_TransferCall) GetResult() isAgentTriggerTemplate_TransferCall_Result
func (*AgentTriggerTemplate_TransferCall) ProtoMessage ¶
func (*AgentTriggerTemplate_TransferCall) ProtoMessage()
func (*AgentTriggerTemplate_TransferCall) ProtoReflect ¶
func (x *AgentTriggerTemplate_TransferCall) ProtoReflect() protoreflect.Message
func (*AgentTriggerTemplate_TransferCall) Reset ¶
func (x *AgentTriggerTemplate_TransferCall) Reset()
func (*AgentTriggerTemplate_TransferCall) String ¶
func (x *AgentTriggerTemplate_TransferCall) String() 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 ¶
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 valid to be assigned 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 (x *AgentTriggerTemplate_TransferLost) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
func (*AgentTriggerTemplate_TransferLost) GetDuration ¶
func (x *AgentTriggerTemplate_TransferLost) GetDuration() int64
func (*AgentTriggerTemplate_TransferLost) GetEjectAgent ¶
func (x *AgentTriggerTemplate_TransferLost) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
func (*AgentTriggerTemplate_TransferLost) GetExecuteWebLink ¶
func (x *AgentTriggerTemplate_TransferLost) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
func (*AgentTriggerTemplate_TransferLost) GetResult ¶
func (x *AgentTriggerTemplate_TransferLost) GetResult() isAgentTriggerTemplate_TransferLost_Result
func (*AgentTriggerTemplate_TransferLost) ProtoMessage ¶
func (*AgentTriggerTemplate_TransferLost) ProtoMessage()
func (*AgentTriggerTemplate_TransferLost) ProtoReflect ¶
func (x *AgentTriggerTemplate_TransferLost) ProtoReflect() protoreflect.Message
func (*AgentTriggerTemplate_TransferLost) Reset ¶
func (x *AgentTriggerTemplate_TransferLost) Reset()
func (*AgentTriggerTemplate_TransferLost) String ¶
func (x *AgentTriggerTemplate_TransferLost) String() 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 ¶
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 valid to be assigned 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 (x *AgentTriggerTemplate_TransferTargetLost) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
func (*AgentTriggerTemplate_TransferTargetLost) GetDuration ¶
func (x *AgentTriggerTemplate_TransferTargetLost) GetDuration() int64
func (*AgentTriggerTemplate_TransferTargetLost) GetEjectAgent ¶
func (x *AgentTriggerTemplate_TransferTargetLost) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
func (*AgentTriggerTemplate_TransferTargetLost) GetExecuteWebLink ¶
func (x *AgentTriggerTemplate_TransferTargetLost) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
func (*AgentTriggerTemplate_TransferTargetLost) GetResult ¶
func (x *AgentTriggerTemplate_TransferTargetLost) GetResult() isAgentTriggerTemplate_TransferTargetLost_Result
func (*AgentTriggerTemplate_TransferTargetLost) ProtoMessage ¶
func (*AgentTriggerTemplate_TransferTargetLost) ProtoMessage()
func (*AgentTriggerTemplate_TransferTargetLost) ProtoReflect ¶
func (x *AgentTriggerTemplate_TransferTargetLost) ProtoReflect() protoreflect.Message
func (*AgentTriggerTemplate_TransferTargetLost) Reset ¶
func (x *AgentTriggerTemplate_TransferTargetLost) Reset()
func (*AgentTriggerTemplate_TransferTargetLost) String ¶
func (x *AgentTriggerTemplate_TransferTargetLost) String() 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 ¶
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 valid to be assigned 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 (x *AgentTriggerTemplate_Waiting) GetAdvanceStatus() *AgentTriggerTemplate_AdvanceStatus
func (*AgentTriggerTemplate_Waiting) GetDisplayMessage ¶
func (x *AgentTriggerTemplate_Waiting) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
func (*AgentTriggerTemplate_Waiting) GetDuration ¶
func (x *AgentTriggerTemplate_Waiting) GetDuration() int64
func (*AgentTriggerTemplate_Waiting) GetEjectAgent ¶
func (x *AgentTriggerTemplate_Waiting) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
func (*AgentTriggerTemplate_Waiting) GetExecuteWebLink ¶
func (x *AgentTriggerTemplate_Waiting) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
func (*AgentTriggerTemplate_Waiting) GetResult ¶
func (x *AgentTriggerTemplate_Waiting) GetResult() isAgentTriggerTemplate_Waiting_Result
func (*AgentTriggerTemplate_Waiting) ProtoMessage ¶
func (*AgentTriggerTemplate_Waiting) ProtoMessage()
func (*AgentTriggerTemplate_Waiting) ProtoReflect ¶
func (x *AgentTriggerTemplate_Waiting) ProtoReflect() protoreflect.Message
func (*AgentTriggerTemplate_Waiting) Reset ¶
func (x *AgentTriggerTemplate_Waiting) Reset()
func (*AgentTriggerTemplate_Waiting) String ¶
func (x *AgentTriggerTemplate_Waiting) String() 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 ¶
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 valid to be assigned 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 (x *AgentTriggerTemplate_WrapUp) GetAdvanceStatus() *AgentTriggerTemplate_AdvanceStatus
func (*AgentTriggerTemplate_WrapUp) GetDisplayMessage ¶
func (x *AgentTriggerTemplate_WrapUp) GetDisplayMessage() *AgentTriggerTemplate_DisplayMessage
func (*AgentTriggerTemplate_WrapUp) GetDuration ¶
func (x *AgentTriggerTemplate_WrapUp) GetDuration() int64
func (*AgentTriggerTemplate_WrapUp) GetEjectAgent ¶
func (x *AgentTriggerTemplate_WrapUp) GetEjectAgent() *AgentTriggerTemplate_EjectAgent
func (*AgentTriggerTemplate_WrapUp) GetExecuteWebLink ¶
func (x *AgentTriggerTemplate_WrapUp) GetExecuteWebLink() *AgentTriggerTemplate_ExecuteWebLink
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 (x *AgentTriggerTemplate_WrapUp) GetResult() isAgentTriggerTemplate_WrapUp_Result
func (*AgentTriggerTemplate_WrapUp) ProtoMessage ¶
func (*AgentTriggerTemplate_WrapUp) ProtoMessage()
func (*AgentTriggerTemplate_WrapUp) ProtoReflect ¶
func (x *AgentTriggerTemplate_WrapUp) ProtoReflect() protoreflect.Message
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 ¶
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) GetAgentProfileGroupId ¶
func (*AgentUser) GetAgentProfileGroupName ¶
func (*AgentUser) GetAgentSid ¶
func (*AgentUser) GetCallbackExtension ¶
func (*AgentUser) GetCallbackNumber ¶
func (*AgentUser) GetCreated ¶
func (x *AgentUser) GetCreated() *timestamppb.Timestamp
func (*AgentUser) GetDelegated ¶
func (*AgentUser) GetDisabled ¶
func (*AgentUser) GetFirstName ¶
func (*AgentUser) GetHasAgentPerm ¶
func (*AgentUser) GetHuntGroupName ¶
func (*AgentUser) GetHuntGroupSid ¶
func (*AgentUser) GetLabelEntities ¶
func (*AgentUser) GetLastName ¶
func (*AgentUser) GetLastUpdated ¶
func (x *AgentUser) GetLastUpdated() *timestamppb.Timestamp
func (*AgentUser) GetPartnerAgentId ¶
func (*AgentUser) GetPermissionGroups ¶
func (x *AgentUser) GetPermissionGroups() []*PermissionGroup
func (*AgentUser) GetTimeZoneOverride ¶
func (x *AgentUser) GetTimeZoneOverride() *commons.TimeZoneWrapper
func (*AgentUser) GetUserCallerId ¶
func (*AgentUser) GetUserName ¶
func (*AgentUser) ProtoMessage ¶
func (*AgentUser) ProtoMessage()
func (*AgentUser) ProtoReflect ¶
func (x *AgentUser) ProtoReflect() protoreflect.Message
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 (x *ArchiveOrganizationRequest) ProtoReflect() protoreflect.Message
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 (x *ArchiveOrganizationResponse) ProtoReflect() protoreflect.Message
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 (x *AssignAgentProfileGroupsRequest) ProtoReflect() protoreflect.Message
func (*AssignAgentProfileGroupsRequest) Reset ¶
func (x *AssignAgentProfileGroupsRequest) Reset()
func (*AssignAgentProfileGroupsRequest) String ¶
func (x *AssignAgentProfileGroupsRequest) String() 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 (x *AssignAgentProfileGroupsResponse) ProtoReflect() protoreflect.Message
func (*AssignAgentProfileGroupsResponse) Reset ¶
func (x *AssignAgentProfileGroupsResponse) Reset()
func (*AssignAgentProfileGroupsResponse) String ¶
func (x *AssignAgentProfileGroupsResponse) String() 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 (x *AssignUserPermissionGroupRequest) ProtoReflect() protoreflect.Message
func (*AssignUserPermissionGroupRequest) Reset ¶
func (x *AssignUserPermissionGroupRequest) Reset()
func (*AssignUserPermissionGroupRequest) String ¶
func (x *AssignUserPermissionGroupRequest) String() 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 (x *AssignUserPermissionGroupResponse) ProtoReflect() protoreflect.Message
func (*AssignUserPermissionGroupResponse) Reset ¶
func (x *AssignUserPermissionGroupResponse) Reset()
func (*AssignUserPermissionGroupResponse) String ¶
func (x *AssignUserPermissionGroupResponse) String() 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
func (*AssignUserToAccountOwnerPermissionGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use AssignUserToAccountOwnerPermissionGroupRequest.ProtoReflect.Descriptor instead.
func (*AssignUserToAccountOwnerPermissionGroupRequest) GetUserId ¶
func (x *AssignUserToAccountOwnerPermissionGroupRequest) GetUserId() string
func (*AssignUserToAccountOwnerPermissionGroupRequest) ProtoMessage ¶
func (*AssignUserToAccountOwnerPermissionGroupRequest) ProtoMessage()
func (*AssignUserToAccountOwnerPermissionGroupRequest) ProtoReflect ¶
func (x *AssignUserToAccountOwnerPermissionGroupRequest) ProtoReflect() protoreflect.Message
func (*AssignUserToAccountOwnerPermissionGroupRequest) Reset ¶
func (x *AssignUserToAccountOwnerPermissionGroupRequest) Reset()
func (*AssignUserToAccountOwnerPermissionGroupRequest) String ¶
func (x *AssignUserToAccountOwnerPermissionGroupRequest) String() string
type AssignUserToAccountOwnerPermissionGroupResponse ¶
type AssignUserToAccountOwnerPermissionGroupResponse struct {
// contains filtered or unexported fields
}
The response for org.Org.AssignUserToAccountOwnerPermissionGroup.
func (*AssignUserToAccountOwnerPermissionGroupResponse) Descriptor
deprecated
func (*AssignUserToAccountOwnerPermissionGroupResponse) Descriptor() ([]byte, []int)
Deprecated: Use AssignUserToAccountOwnerPermissionGroupResponse.ProtoReflect.Descriptor instead.
func (*AssignUserToAccountOwnerPermissionGroupResponse) ProtoMessage ¶
func (*AssignUserToAccountOwnerPermissionGroupResponse) ProtoMessage()
func (*AssignUserToAccountOwnerPermissionGroupResponse) ProtoReflect ¶
func (x *AssignUserToAccountOwnerPermissionGroupResponse) ProtoReflect() protoreflect.Message
func (*AssignUserToAccountOwnerPermissionGroupResponse) Reset ¶
func (x *AssignUserToAccountOwnerPermissionGroupResponse) Reset()
func (*AssignUserToAccountOwnerPermissionGroupResponse) String ¶
func (x *AssignUserToAccountOwnerPermissionGroupResponse) String() 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 (x *AssignUsersP3PermissionGroupRequest) ProtoReflect() protoreflect.Message
func (*AssignUsersP3PermissionGroupRequest) Reset ¶
func (x *AssignUsersP3PermissionGroupRequest) Reset()
func (*AssignUsersP3PermissionGroupRequest) String ¶
func (x *AssignUsersP3PermissionGroupRequest) String() 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 (x *AssignUsersP3PermissionGroupResponse) ProtoReflect() protoreflect.Message
func (*AssignUsersP3PermissionGroupResponse) Reset ¶
func (x *AssignUsersP3PermissionGroupResponse) Reset()
func (*AssignUsersP3PermissionGroupResponse) String ¶
func (x *AssignUsersP3PermissionGroupResponse) String() 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 (x *AssignUsersPermissionGroupRequest) ProtoReflect() protoreflect.Message
func (*AssignUsersPermissionGroupRequest) Reset ¶
func (x *AssignUsersPermissionGroupRequest) Reset()
func (*AssignUsersPermissionGroupRequest) String ¶
func (x *AssignUsersPermissionGroupRequest) String() 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 (x *AssignUsersPermissionGroupResponse) ProtoReflect() protoreflect.Message
func (*AssignUsersPermissionGroupResponse) Reset ¶
func (x *AssignUsersPermissionGroupResponse) Reset()
func (*AssignUsersPermissionGroupResponse) String ¶
func (x *AssignUsersPermissionGroupResponse) String() 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 (x *AuthConnectionSettings) GetProvider() commons.IdentityProvider
func (*AuthConnectionSettings) GetSecretExpiration ¶
func (x *AuthConnectionSettings) GetSecretExpiration() *AuthConnectionSettings_SecretExpiration
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 (x *AuthConnectionSettings_SecretExpiration) GetDate() *timestamppb.Timestamp
func (*AuthConnectionSettings_SecretExpiration) ProtoMessage ¶
func (*AuthConnectionSettings_SecretExpiration) ProtoMessage()
func (*AuthConnectionSettings_SecretExpiration) ProtoReflect ¶
func (x *AuthConnectionSettings_SecretExpiration) ProtoReflect() protoreflect.Message
func (*AuthConnectionSettings_SecretExpiration) Reset ¶
func (x *AuthConnectionSettings_SecretExpiration) Reset()
func (*AuthConnectionSettings_SecretExpiration) String ¶
func (x *AuthConnectionSettings_SecretExpiration) String() 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) UserAuthorizationViaIp bool `` // Use IP based authentication per user /* 133-byte string literal not displayed */ // 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) GetUserAuthorizationViaIp ¶ added in v1.7.70
func (x *AuthenticationPreferences) GetUserAuthorizationViaIp() bool
func (*AuthenticationPreferences) ProtoMessage ¶
func (*AuthenticationPreferences) ProtoMessage()
func (*AuthenticationPreferences) ProtoReflect ¶
func (x *AuthenticationPreferences) ProtoReflect() protoreflect.Message
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 (x *BargeInFiltering_AgentStatus) ProtoReflect() protoreflect.Message
func (*BargeInFiltering_AgentStatus) Reset ¶
func (x *BargeInFiltering_AgentStatus) Reset()
func (*BargeInFiltering_AgentStatus) String ¶
func (x *BargeInFiltering_AgentStatus) String() 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 (x *BargeInFiltering_HuntGroup) ProtoReflect() protoreflect.Message
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 `` /* 168-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
func (*ClearEmailUnsubscribeAcknowledgementRequest) Descriptor() ([]byte, []int)
Deprecated: Use ClearEmailUnsubscribeAcknowledgementRequest.ProtoReflect.Descriptor instead.
func (*ClearEmailUnsubscribeAcknowledgementRequest) ProtoMessage ¶
func (*ClearEmailUnsubscribeAcknowledgementRequest) ProtoMessage()
func (*ClearEmailUnsubscribeAcknowledgementRequest) ProtoReflect ¶
func (x *ClearEmailUnsubscribeAcknowledgementRequest) ProtoReflect() protoreflect.Message
func (*ClearEmailUnsubscribeAcknowledgementRequest) Reset ¶
func (x *ClearEmailUnsubscribeAcknowledgementRequest) Reset()
func (*ClearEmailUnsubscribeAcknowledgementRequest) String ¶
func (x *ClearEmailUnsubscribeAcknowledgementRequest) String() string
type ClearEmailUnsubscribeAcknowledgementResponse ¶
type ClearEmailUnsubscribeAcknowledgementResponse struct {
// contains filtered or unexported fields
}
Response for clearing email unsubscribe acknowledgement.
func (*ClearEmailUnsubscribeAcknowledgementResponse) Descriptor
deprecated
func (*ClearEmailUnsubscribeAcknowledgementResponse) Descriptor() ([]byte, []int)
Deprecated: Use ClearEmailUnsubscribeAcknowledgementResponse.ProtoReflect.Descriptor instead.
func (*ClearEmailUnsubscribeAcknowledgementResponse) ProtoMessage ¶
func (*ClearEmailUnsubscribeAcknowledgementResponse) ProtoMessage()
func (*ClearEmailUnsubscribeAcknowledgementResponse) ProtoReflect ¶
func (x *ClearEmailUnsubscribeAcknowledgementResponse) ProtoReflect() protoreflect.Message
func (*ClearEmailUnsubscribeAcknowledgementResponse) Reset ¶
func (x *ClearEmailUnsubscribeAcknowledgementResponse) Reset()
func (*ClearEmailUnsubscribeAcknowledgementResponse) String ¶
func (x *ClearEmailUnsubscribeAcknowledgementResponse) String() 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 (x *ClientInfoDisplayTemplate) ProtoReflect() protoreflect.Message
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) ProtoMessage ¶
func (*Color) ProtoMessage()
func (*Color) ProtoReflect ¶
func (x *Color) ProtoReflect() protoreflect.Message
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 valid to be assigned 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 (x *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 (x *ConvertOrgToManualRequest) ProtoReflect() protoreflect.Message
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 (x *ConvertOrgToManualResponse) ProtoReflect() protoreflect.Message
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) GetCountry ¶
func (*Country) GetCountryCode ¶
func (*Country) GetCountryId ¶
func (*Country) GetCountryName ¶
func (*Country) GetCountrySid ¶
func (*Country) GetPhoneDigits ¶
func (*Country) GetRegionCodes ¶
func (*Country) GetRegionDigits ¶
func (*Country) GetTotalDigits ¶
func (*Country) ProtoMessage ¶
func (*Country) ProtoMessage()
func (*Country) ProtoReflect ¶
func (x *Country) ProtoReflect() protoreflect.Message
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 (x *CreateAgentPauseCodeRequest) ProtoReflect() protoreflect.Message
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 (x *CreateAgentPauseCodeResponse) ProtoReflect() protoreflect.Message
func (*CreateAgentPauseCodeResponse) Reset ¶
func (x *CreateAgentPauseCodeResponse) Reset()
func (*CreateAgentPauseCodeResponse) String ¶
func (x *CreateAgentPauseCodeResponse) String() 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 (x *CreateAgentProfileGroupRequest) ProtoReflect() protoreflect.Message
func (*CreateAgentProfileGroupRequest) Reset ¶
func (x *CreateAgentProfileGroupRequest) Reset()
func (*CreateAgentProfileGroupRequest) String ¶
func (x *CreateAgentProfileGroupRequest) String() 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 (x *CreateAgentProfileGroupResponse) ProtoReflect() protoreflect.Message
func (*CreateAgentProfileGroupResponse) Reset ¶
func (x *CreateAgentProfileGroupResponse) Reset()
func (*CreateAgentProfileGroupResponse) String ¶
func (x *CreateAgentProfileGroupResponse) String() 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 (x *CreateAgentStatisticsTemplateRequest) GetTemplate() *AgentLoginGuiStatisticsTemplate
func (*CreateAgentStatisticsTemplateRequest) ProtoMessage ¶
func (*CreateAgentStatisticsTemplateRequest) ProtoMessage()
func (*CreateAgentStatisticsTemplateRequest) ProtoReflect ¶
func (x *CreateAgentStatisticsTemplateRequest) ProtoReflect() protoreflect.Message
func (*CreateAgentStatisticsTemplateRequest) Reset ¶
func (x *CreateAgentStatisticsTemplateRequest) Reset()
func (*CreateAgentStatisticsTemplateRequest) String ¶
func (x *CreateAgentStatisticsTemplateRequest) String() 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 (x *CreateAgentStatisticsTemplateResponse) ProtoReflect() protoreflect.Message
func (*CreateAgentStatisticsTemplateResponse) Reset ¶
func (x *CreateAgentStatisticsTemplateResponse) Reset()
func (*CreateAgentStatisticsTemplateResponse) String ¶
func (x *CreateAgentStatisticsTemplateResponse) String() 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 (x *CreateAgentTriggerTemplateRequest) ProtoReflect() protoreflect.Message
func (*CreateAgentTriggerTemplateRequest) Reset ¶
func (x *CreateAgentTriggerTemplateRequest) Reset()
func (*CreateAgentTriggerTemplateRequest) String ¶
func (x *CreateAgentTriggerTemplateRequest) String() 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 (x *CreateAgentTriggerTemplateResponse) ProtoReflect() protoreflect.Message
func (*CreateAgentTriggerTemplateResponse) Reset ¶
func (x *CreateAgentTriggerTemplateResponse) Reset()
func (*CreateAgentTriggerTemplateResponse) String ¶
func (x *CreateAgentTriggerTemplateResponse) String() 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 (x *CreateAuthConnectionRequest) GetSettings() *AuthConnectionSettings
func (*CreateAuthConnectionRequest) ProtoMessage ¶
func (*CreateAuthConnectionRequest) ProtoMessage()
func (*CreateAuthConnectionRequest) ProtoReflect ¶
func (x *CreateAuthConnectionRequest) ProtoReflect() protoreflect.Message
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 (x *CreateAuthConnectionResponse) ProtoReflect() protoreflect.Message
func (*CreateAuthConnectionResponse) Reset ¶
func (x *CreateAuthConnectionResponse) Reset()
func (*CreateAuthConnectionResponse) String ¶
func (x *CreateAuthConnectionResponse) String() 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) ProtoMessage()
func (*CreateClientInfoDisplayTemplateRequest) ProtoReflect ¶
func (x *CreateClientInfoDisplayTemplateRequest) ProtoReflect() protoreflect.Message
func (*CreateClientInfoDisplayTemplateRequest) Reset ¶
func (x *CreateClientInfoDisplayTemplateRequest) Reset()
func (*CreateClientInfoDisplayTemplateRequest) String ¶
func (x *CreateClientInfoDisplayTemplateRequest) String() 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) ProtoMessage()
func (*CreateClientInfoDisplayTemplateResponse) ProtoReflect ¶
func (x *CreateClientInfoDisplayTemplateResponse) ProtoReflect() protoreflect.Message
func (*CreateClientInfoDisplayTemplateResponse) Reset ¶
func (x *CreateClientInfoDisplayTemplateResponse) Reset()
func (*CreateClientInfoDisplayTemplateResponse) String ¶
func (x *CreateClientInfoDisplayTemplateResponse) String() 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 (x *CreateCustomReportFilterRequest) GetFilter() *CustomReportFilter
func (*CreateCustomReportFilterRequest) ProtoMessage ¶
func (*CreateCustomReportFilterRequest) ProtoMessage()
func (*CreateCustomReportFilterRequest) ProtoReflect ¶
func (x *CreateCustomReportFilterRequest) ProtoReflect() protoreflect.Message
func (*CreateCustomReportFilterRequest) Reset ¶
func (x *CreateCustomReportFilterRequest) Reset()
func (*CreateCustomReportFilterRequest) String ¶
func (x *CreateCustomReportFilterRequest) String() 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 (x *CreateCustomReportFilterResponse) ProtoReflect() protoreflect.Message
func (*CreateCustomReportFilterResponse) Reset ¶
func (x *CreateCustomReportFilterResponse) Reset()
func (*CreateCustomReportFilterResponse) String ¶
func (x *CreateCustomReportFilterResponse) String() 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 (x *CreateDelegatedUserRequest) ProtoReflect() protoreflect.Message
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 (x *CreateDelegatedUserResponse) ProtoReflect() protoreflect.Message
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 (x *CreateP3PermissionGroupRequest) GetName() string
func (*CreateP3PermissionGroupRequest) GetPermissions ¶
func (x *CreateP3PermissionGroupRequest) GetPermissions() []commons.Permission
func (*CreateP3PermissionGroupRequest) ProtoMessage ¶
func (*CreateP3PermissionGroupRequest) ProtoMessage()
func (*CreateP3PermissionGroupRequest) ProtoReflect ¶
func (x *CreateP3PermissionGroupRequest) ProtoReflect() protoreflect.Message
func (*CreateP3PermissionGroupRequest) Reset ¶
func (x *CreateP3PermissionGroupRequest) Reset()
func (*CreateP3PermissionGroupRequest) String ¶
func (x *CreateP3PermissionGroupRequest) String() 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 (x *CreateP3PermissionGroupResponse) ProtoReflect() protoreflect.Message
func (*CreateP3PermissionGroupResponse) Reset ¶
func (x *CreateP3PermissionGroupResponse) Reset()
func (*CreateP3PermissionGroupResponse) String ¶
func (x *CreateP3PermissionGroupResponse) String() 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 (x *CreatePermissionGroupRequest) ProtoReflect() protoreflect.Message
func (*CreatePermissionGroupRequest) Reset ¶
func (x *CreatePermissionGroupRequest) Reset()
func (*CreatePermissionGroupRequest) String ¶
func (x *CreatePermissionGroupRequest) String() 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 (x *CreatePermissionGroupResponse) ProtoReflect() protoreflect.Message
func (*CreatePermissionGroupResponse) Reset ¶
func (x *CreatePermissionGroupResponse) Reset()
func (*CreatePermissionGroupResponse) String ¶
func (x *CreatePermissionGroupResponse) String() 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 (x *CreateWebLinkTemplateRequest) ProtoReflect() protoreflect.Message
func (*CreateWebLinkTemplateRequest) Reset ¶
func (x *CreateWebLinkTemplateRequest) Reset()
func (*CreateWebLinkTemplateRequest) String ¶
func (x *CreateWebLinkTemplateRequest) String() 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 (x *CreateWebLinkTemplateResponse) ProtoReflect() protoreflect.Message
func (*CreateWebLinkTemplateResponse) Reset ¶
func (x *CreateWebLinkTemplateResponse) Reset()
func (*CreateWebLinkTemplateResponse) String ¶
func (x *CreateWebLinkTemplateResponse) String() 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 (x *CustomReportFilter) GetConjunction() CustomReportFilter_FilterConjunction
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 (x *CustomReportFilterPreferences) GetName() string
func (*CustomReportFilterPreferences) GetXmlClientPropertySid ¶
func (x *CustomReportFilterPreferences) GetXmlClientPropertySid() int64
func (*CustomReportFilterPreferences) ProtoMessage ¶
func (*CustomReportFilterPreferences) ProtoMessage()
func (*CustomReportFilterPreferences) ProtoReflect ¶
func (x *CustomReportFilterPreferences) ProtoReflect() protoreflect.Message
func (*CustomReportFilterPreferences) Reset ¶
func (x *CustomReportFilterPreferences) Reset()
func (*CustomReportFilterPreferences) String ¶
func (x *CustomReportFilterPreferences) String() 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) Descriptor() protoreflect.EnumDescriptor
func (CustomReportFilter_FilterConjunction) Enum ¶
func (x CustomReportFilter_FilterConjunction) Enum() *CustomReportFilter_FilterConjunction
func (CustomReportFilter_FilterConjunction) EnumDescriptor
deprecated
func (CustomReportFilter_FilterConjunction) EnumDescriptor() ([]byte, []int)
Deprecated: Use CustomReportFilter_FilterConjunction.Descriptor instead.
func (CustomReportFilter_FilterConjunction) Number ¶
func (x CustomReportFilter_FilterConjunction) Number() protoreflect.EnumNumber
func (CustomReportFilter_FilterConjunction) String ¶
func (x CustomReportFilter_FilterConjunction) String() string
func (CustomReportFilter_FilterConjunction) Type ¶
func (CustomReportFilter_FilterConjunction) Type() protoreflect.EnumType
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 (x *DashboardQueuePreferences) ProtoReflect() protoreflect.Message
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 (x *DeleteAgentPauseCodeRequest) ProtoReflect() protoreflect.Message
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 (x *DeleteAgentPauseCodeResponse) ProtoReflect() protoreflect.Message
func (*DeleteAgentPauseCodeResponse) Reset ¶
func (x *DeleteAgentPauseCodeResponse) Reset()
func (*DeleteAgentPauseCodeResponse) String ¶
func (x *DeleteAgentPauseCodeResponse) String() 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 (x *DeleteAgentProfileGroupRequest) ProtoReflect() protoreflect.Message
func (*DeleteAgentProfileGroupRequest) Reset ¶
func (x *DeleteAgentProfileGroupRequest) Reset()
func (*DeleteAgentProfileGroupRequest) String ¶
func (x *DeleteAgentProfileGroupRequest) String() 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 (x *DeleteAgentProfileGroupResponse) ProtoReflect() protoreflect.Message
func (*DeleteAgentProfileGroupResponse) Reset ¶
func (x *DeleteAgentProfileGroupResponse) Reset()
func (*DeleteAgentProfileGroupResponse) String ¶
func (x *DeleteAgentProfileGroupResponse) String() 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 (x *DeleteAgentStatisticsTemplateRequest) ProtoReflect() protoreflect.Message
func (*DeleteAgentStatisticsTemplateRequest) Reset ¶
func (x *DeleteAgentStatisticsTemplateRequest) Reset()
func (*DeleteAgentStatisticsTemplateRequest) String ¶
func (x *DeleteAgentStatisticsTemplateRequest) String() 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 (x *DeleteAgentStatisticsTemplateResponse) ProtoReflect() protoreflect.Message
func (*DeleteAgentStatisticsTemplateResponse) Reset ¶
func (x *DeleteAgentStatisticsTemplateResponse) Reset()
func (*DeleteAgentStatisticsTemplateResponse) String ¶
func (x *DeleteAgentStatisticsTemplateResponse) String() 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 (x *DeleteAgentTriggerTemplateRequest) GetId() string
func (*DeleteAgentTriggerTemplateRequest) ProtoMessage ¶
func (*DeleteAgentTriggerTemplateRequest) ProtoMessage()
func (*DeleteAgentTriggerTemplateRequest) ProtoReflect ¶
func (x *DeleteAgentTriggerTemplateRequest) ProtoReflect() protoreflect.Message
func (*DeleteAgentTriggerTemplateRequest) Reset ¶
func (x *DeleteAgentTriggerTemplateRequest) Reset()
func (*DeleteAgentTriggerTemplateRequest) String ¶
func (x *DeleteAgentTriggerTemplateRequest) String() 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 (x *DeleteAgentTriggerTemplateResponse) ProtoReflect() protoreflect.Message
func (*DeleteAgentTriggerTemplateResponse) Reset ¶
func (x *DeleteAgentTriggerTemplateResponse) Reset()
func (*DeleteAgentTriggerTemplateResponse) String ¶
func (x *DeleteAgentTriggerTemplateResponse) String() 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 (x *DeleteAuthConnectionRequest) ProtoReflect() protoreflect.Message
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 (x *DeleteAuthConnectionResponse) ProtoReflect() protoreflect.Message
func (*DeleteAuthConnectionResponse) Reset ¶
func (x *DeleteAuthConnectionResponse) Reset()
func (*DeleteAuthConnectionResponse) String ¶
func (x *DeleteAuthConnectionResponse) String() 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 (x *DeleteClientInfoDisplayTemplateRequest) GetId() string
func (*DeleteClientInfoDisplayTemplateRequest) ProtoMessage ¶
func (*DeleteClientInfoDisplayTemplateRequest) ProtoMessage()
func (*DeleteClientInfoDisplayTemplateRequest) ProtoReflect ¶
func (x *DeleteClientInfoDisplayTemplateRequest) ProtoReflect() protoreflect.Message
func (*DeleteClientInfoDisplayTemplateRequest) Reset ¶
func (x *DeleteClientInfoDisplayTemplateRequest) Reset()
func (*DeleteClientInfoDisplayTemplateRequest) String ¶
func (x *DeleteClientInfoDisplayTemplateRequest) String() 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) ProtoMessage()
func (*DeleteClientInfoDisplayTemplateResponse) ProtoReflect ¶
func (x *DeleteClientInfoDisplayTemplateResponse) ProtoReflect() protoreflect.Message
func (*DeleteClientInfoDisplayTemplateResponse) Reset ¶
func (x *DeleteClientInfoDisplayTemplateResponse) Reset()
func (*DeleteClientInfoDisplayTemplateResponse) String ¶
func (x *DeleteClientInfoDisplayTemplateResponse) String() 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 (x *DeleteCustomReportFilterRequest) ProtoReflect() protoreflect.Message
func (*DeleteCustomReportFilterRequest) Reset ¶
func (x *DeleteCustomReportFilterRequest) Reset()
func (*DeleteCustomReportFilterRequest) String ¶
func (x *DeleteCustomReportFilterRequest) String() 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 (x *DeleteCustomReportFilterResponse) ProtoReflect() protoreflect.Message
func (*DeleteCustomReportFilterResponse) Reset ¶
func (x *DeleteCustomReportFilterResponse) Reset()
func (*DeleteCustomReportFilterResponse) String ¶
func (x *DeleteCustomReportFilterResponse) String() 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 (x *DeleteOrganizationPropertiesResponse) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationPropertiesResponse) Reset ¶
func (x *DeleteOrganizationPropertiesResponse) Reset()
func (*DeleteOrganizationPropertiesResponse) String ¶
func (x *DeleteOrganizationPropertiesResponse) String() 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 (x *DeleteP3PermissionGroupRequest) ProtoReflect() protoreflect.Message
func (*DeleteP3PermissionGroupRequest) Reset ¶
func (x *DeleteP3PermissionGroupRequest) Reset()
func (*DeleteP3PermissionGroupRequest) String ¶
func (x *DeleteP3PermissionGroupRequest) String() 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 (x *DeleteP3PermissionGroupResponse) ProtoReflect() protoreflect.Message
func (*DeleteP3PermissionGroupResponse) Reset ¶
func (x *DeleteP3PermissionGroupResponse) Reset()
func (*DeleteP3PermissionGroupResponse) String ¶
func (x *DeleteP3PermissionGroupResponse) String() 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 (x *DeletePermissionGroupRequest) ProtoReflect() protoreflect.Message
func (*DeletePermissionGroupRequest) Reset ¶
func (x *DeletePermissionGroupRequest) Reset()
func (*DeletePermissionGroupRequest) String ¶
func (x *DeletePermissionGroupRequest) String() 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 (x *DeletePermissionGroupResponse) ProtoReflect() protoreflect.Message
func (*DeletePermissionGroupResponse) Reset ¶
func (x *DeletePermissionGroupResponse) Reset()
func (*DeletePermissionGroupResponse) String ¶
func (x *DeletePermissionGroupResponse) String() 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 (x *DeleteWebLinkTemplateRequest) ProtoReflect() protoreflect.Message
func (*DeleteWebLinkTemplateRequest) Reset ¶
func (x *DeleteWebLinkTemplateRequest) Reset()
func (*DeleteWebLinkTemplateRequest) String ¶
func (x *DeleteWebLinkTemplateRequest) String() 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 (x *DeleteWebLinkTemplateResponse) ProtoReflect() protoreflect.Message
func (*DeleteWebLinkTemplateResponse) Reset ¶
func (x *DeleteWebLinkTemplateResponse) Reset()
func (*DeleteWebLinkTemplateResponse) String ¶
func (x *DeleteWebLinkTemplateResponse) String() string
type DialOrder ¶
type DialOrder struct { // Types that are valid to be assigned 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) GetCustomOrder ¶
func (x *DialOrder) GetCustomOrder() *CustomDialOrder
func (*DialOrder) GetStandardOrder ¶
func (x *DialOrder) GetStandardOrder() commons.DialOrderType
func (*DialOrder) ProtoMessage ¶
func (*DialOrder) ProtoMessage()
func (*DialOrder) ProtoReflect ¶
func (x *DialOrder) ProtoReflect() protoreflect.Message
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 (x *EditAgentQuickViewPreferencesRequest) ProtoReflect() protoreflect.Message
func (*EditAgentQuickViewPreferencesRequest) Reset ¶
func (x *EditAgentQuickViewPreferencesRequest) Reset()
func (*EditAgentQuickViewPreferencesRequest) String ¶
func (x *EditAgentQuickViewPreferencesRequest) String() 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 (x *EditAgentQuickViewPreferencesResponse) ProtoReflect() protoreflect.Message
func (*EditAgentQuickViewPreferencesResponse) Reset ¶
func (x *EditAgentQuickViewPreferencesResponse) Reset()
func (*EditAgentQuickViewPreferencesResponse) String ¶
func (x *EditAgentQuickViewPreferencesResponse) String() 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 (x *EditBackofficeThemePreferenceRequest) GetBackofficeTheme() commons.ClientSkin
func (*EditBackofficeThemePreferenceRequest) GetOrgId ¶
func (x *EditBackofficeThemePreferenceRequest) GetOrgId() string
func (*EditBackofficeThemePreferenceRequest) ProtoMessage ¶
func (*EditBackofficeThemePreferenceRequest) ProtoMessage()
func (*EditBackofficeThemePreferenceRequest) ProtoReflect ¶
func (x *EditBackofficeThemePreferenceRequest) ProtoReflect() protoreflect.Message
func (*EditBackofficeThemePreferenceRequest) Reset ¶
func (x *EditBackofficeThemePreferenceRequest) Reset()
func (*EditBackofficeThemePreferenceRequest) String ¶
func (x *EditBackofficeThemePreferenceRequest) String() 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 (x *EditBackofficeThemePreferenceResponse) ProtoReflect() protoreflect.Message
func (*EditBackofficeThemePreferenceResponse) Reset ¶
func (x *EditBackofficeThemePreferenceResponse) Reset()
func (*EditBackofficeThemePreferenceResponse) String ¶
func (x *EditBackofficeThemePreferenceResponse) String() 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 (*EmailSmsPreferences) GetUseCustomLinks ¶
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 (x *GenericStatisticFormatRule) ProtoReflect() protoreflect.Message
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 (x *GetAdminClientPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetAdminClientPreferencesRequest) GetOrgId ¶
func (x *GetAdminClientPreferencesRequest) GetOrgId() string
func (*GetAdminClientPreferencesRequest) ProtoMessage ¶
func (*GetAdminClientPreferencesRequest) ProtoMessage()
func (*GetAdminClientPreferencesRequest) ProtoReflect ¶
func (x *GetAdminClientPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetAdminClientPreferencesRequest) Reset ¶
func (x *GetAdminClientPreferencesRequest) Reset()
func (*GetAdminClientPreferencesRequest) String ¶
func (x *GetAdminClientPreferencesRequest) String() 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 (x *GetAdminClientPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetAdminClientPreferencesResponse) Reset ¶
func (x *GetAdminClientPreferencesResponse) Reset()
func (*GetAdminClientPreferencesResponse) String ¶
func (x *GetAdminClientPreferencesResponse) String() 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 (x *GetAgentPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetAgentPreferencesRequest) ProtoMessage ¶
func (*GetAgentPreferencesRequest) ProtoMessage()
func (*GetAgentPreferencesRequest) ProtoReflect ¶
func (x *GetAgentPreferencesRequest) ProtoReflect() protoreflect.Message
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 (x *GetAgentPreferencesResponse) ProtoReflect() protoreflect.Message
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 (x *GetAgentProfileGroupRequest) ProtoReflect() protoreflect.Message
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 (x *GetAgentProfileGroupResponse) ProtoReflect() protoreflect.Message
func (*GetAgentProfileGroupResponse) Reset ¶
func (x *GetAgentProfileGroupResponse) Reset()
func (*GetAgentProfileGroupResponse) String ¶
func (x *GetAgentProfileGroupResponse) String() 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 (x *GetAgentQuickViewPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetAgentQuickViewPreferencesRequest) ProtoMessage ¶
func (*GetAgentQuickViewPreferencesRequest) ProtoMessage()
func (*GetAgentQuickViewPreferencesRequest) ProtoReflect ¶
func (x *GetAgentQuickViewPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetAgentQuickViewPreferencesRequest) Reset ¶
func (x *GetAgentQuickViewPreferencesRequest) Reset()
func (*GetAgentQuickViewPreferencesRequest) String ¶
func (x *GetAgentQuickViewPreferencesRequest) String() 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 (x *GetAgentQuickViewPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetAgentQuickViewPreferencesResponse) Reset ¶
func (x *GetAgentQuickViewPreferencesResponse) Reset()
func (*GetAgentQuickViewPreferencesResponse) String ¶
func (x *GetAgentQuickViewPreferencesResponse) String() 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 (x *GetAgentTriggerTemplateRequest) GetId() string
func (*GetAgentTriggerTemplateRequest) ProtoMessage ¶
func (*GetAgentTriggerTemplateRequest) ProtoMessage()
func (*GetAgentTriggerTemplateRequest) ProtoReflect ¶
func (x *GetAgentTriggerTemplateRequest) ProtoReflect() protoreflect.Message
func (*GetAgentTriggerTemplateRequest) Reset ¶
func (x *GetAgentTriggerTemplateRequest) Reset()
func (*GetAgentTriggerTemplateRequest) String ¶
func (x *GetAgentTriggerTemplateRequest) String() 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 (x *GetAgentTriggerTemplateResponse) ProtoReflect() protoreflect.Message
func (*GetAgentTriggerTemplateResponse) Reset ¶
func (x *GetAgentTriggerTemplateResponse) Reset()
func (*GetAgentTriggerTemplateResponse) String ¶
func (x *GetAgentTriggerTemplateResponse) String() 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 (x *GetAllQueueConfigSoundsReq) ProtoReflect() protoreflect.Message
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 (x *GetAllQueueConfigSoundsRes) ProtoReflect() protoreflect.Message
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 (x *GetAuthConnectionSettingsRequest) ProtoReflect() protoreflect.Message
func (*GetAuthConnectionSettingsRequest) Reset ¶
func (x *GetAuthConnectionSettingsRequest) Reset()
func (*GetAuthConnectionSettingsRequest) String ¶
func (x *GetAuthConnectionSettingsRequest) String() 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 (x *GetAuthConnectionSettingsResponse) GetSettings() *AuthConnectionSettings
func (*GetAuthConnectionSettingsResponse) ProtoMessage ¶
func (*GetAuthConnectionSettingsResponse) ProtoMessage()
func (*GetAuthConnectionSettingsResponse) ProtoReflect ¶
func (x *GetAuthConnectionSettingsResponse) ProtoReflect() protoreflect.Message
func (*GetAuthConnectionSettingsResponse) Reset ¶
func (x *GetAuthConnectionSettingsResponse) Reset()
func (*GetAuthConnectionSettingsResponse) String ¶
func (x *GetAuthConnectionSettingsResponse) String() 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 (x *GetAuthenticationPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetAuthenticationPreferencesRequest) ProtoMessage ¶
func (*GetAuthenticationPreferencesRequest) ProtoMessage()
func (*GetAuthenticationPreferencesRequest) ProtoReflect ¶
func (x *GetAuthenticationPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetAuthenticationPreferencesRequest) Reset ¶
func (x *GetAuthenticationPreferencesRequest) Reset()
func (*GetAuthenticationPreferencesRequest) String ¶
func (x *GetAuthenticationPreferencesRequest) String() 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 (x *GetAuthenticationPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetAuthenticationPreferencesResponse) Reset ¶
func (x *GetAuthenticationPreferencesResponse) Reset()
func (*GetAuthenticationPreferencesResponse) String ¶
func (x *GetAuthenticationPreferencesResponse) String() 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 (x *GetBackofficeThemePreferenceRequest) GetOrgId() string
func (*GetBackofficeThemePreferenceRequest) ProtoMessage ¶
func (*GetBackofficeThemePreferenceRequest) ProtoMessage()
func (*GetBackofficeThemePreferenceRequest) ProtoReflect ¶
func (x *GetBackofficeThemePreferenceRequest) ProtoReflect() protoreflect.Message
func (*GetBackofficeThemePreferenceRequest) Reset ¶
func (x *GetBackofficeThemePreferenceRequest) Reset()
func (*GetBackofficeThemePreferenceRequest) String ¶
func (x *GetBackofficeThemePreferenceRequest) String() 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 (x *GetBackofficeThemePreferenceResponse) GetBackofficeTheme() commons.ClientSkin
func (*GetBackofficeThemePreferenceResponse) ProtoMessage ¶
func (*GetBackofficeThemePreferenceResponse) ProtoMessage()
func (*GetBackofficeThemePreferenceResponse) ProtoReflect ¶
func (x *GetBackofficeThemePreferenceResponse) ProtoReflect() protoreflect.Message
func (*GetBackofficeThemePreferenceResponse) Reset ¶
func (x *GetBackofficeThemePreferenceResponse) Reset()
func (*GetBackofficeThemePreferenceResponse) String ¶
func (x *GetBackofficeThemePreferenceResponse) String() 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 (x *GetBroadcastPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetBroadcastPreferencesRequest) ProtoMessage ¶
func (*GetBroadcastPreferencesRequest) ProtoMessage()
func (*GetBroadcastPreferencesRequest) ProtoReflect ¶
func (x *GetBroadcastPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetBroadcastPreferencesRequest) Reset ¶
func (x *GetBroadcastPreferencesRequest) Reset()
func (*GetBroadcastPreferencesRequest) String ¶
func (x *GetBroadcastPreferencesRequest) String() 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 (x *GetBroadcastPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetBroadcastPreferencesResponse) Reset ¶
func (x *GetBroadcastPreferencesResponse) Reset()
func (*GetBroadcastPreferencesResponse) String ¶
func (x *GetBroadcastPreferencesResponse) String() 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 (x *GetBusinessPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetBusinessPreferencesRequest) ProtoMessage ¶
func (*GetBusinessPreferencesRequest) ProtoMessage()
func (*GetBusinessPreferencesRequest) ProtoReflect ¶
func (x *GetBusinessPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetBusinessPreferencesRequest) Reset ¶
func (x *GetBusinessPreferencesRequest) Reset()
func (*GetBusinessPreferencesRequest) String ¶
func (x *GetBusinessPreferencesRequest) String() 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 (x *GetBusinessPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetBusinessPreferencesResponse) Reset ¶
func (x *GetBusinessPreferencesResponse) Reset()
func (*GetBusinessPreferencesResponse) String ¶
func (x *GetBusinessPreferencesResponse) String() 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 (x *GetClientInfoDisplayTemplateRequest) GetId() string
func (*GetClientInfoDisplayTemplateRequest) ProtoMessage ¶
func (*GetClientInfoDisplayTemplateRequest) ProtoMessage()
func (*GetClientInfoDisplayTemplateRequest) ProtoReflect ¶
func (x *GetClientInfoDisplayTemplateRequest) ProtoReflect() protoreflect.Message
func (*GetClientInfoDisplayTemplateRequest) Reset ¶
func (x *GetClientInfoDisplayTemplateRequest) Reset()
func (*GetClientInfoDisplayTemplateRequest) String ¶
func (x *GetClientInfoDisplayTemplateRequest) String() 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 (x *GetClientInfoDisplayTemplateResponse) ProtoReflect() protoreflect.Message
func (*GetClientInfoDisplayTemplateResponse) Reset ¶
func (x *GetClientInfoDisplayTemplateResponse) Reset()
func (*GetClientInfoDisplayTemplateResponse) String ¶
func (x *GetClientInfoDisplayTemplateResponse) String() 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 (x *GetCompliancePreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetCompliancePreferencesRequest) ProtoMessage ¶
func (*GetCompliancePreferencesRequest) ProtoMessage()
func (*GetCompliancePreferencesRequest) ProtoReflect ¶
func (x *GetCompliancePreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetCompliancePreferencesRequest) Reset ¶
func (x *GetCompliancePreferencesRequest) Reset()
func (*GetCompliancePreferencesRequest) String ¶
func (x *GetCompliancePreferencesRequest) String() 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 (x *GetCompliancePreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetCompliancePreferencesResponse) Reset ¶
func (x *GetCompliancePreferencesResponse) Reset()
func (*GetCompliancePreferencesResponse) String ¶
func (x *GetCompliancePreferencesResponse) String() 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 (x *GetContactPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetContactPreferencesRequest) ProtoMessage ¶
func (*GetContactPreferencesRequest) ProtoMessage()
func (*GetContactPreferencesRequest) ProtoReflect ¶
func (x *GetContactPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetContactPreferencesRequest) Reset ¶
func (x *GetContactPreferencesRequest) Reset()
func (*GetContactPreferencesRequest) String ¶
func (x *GetContactPreferencesRequest) String() 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 (x *GetContactPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetContactPreferencesResponse) Reset ¶
func (x *GetContactPreferencesResponse) Reset()
func (*GetContactPreferencesResponse) String ¶
func (x *GetContactPreferencesResponse) String() 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 (x *GetCustomReportFilterRequest) ProtoReflect() protoreflect.Message
func (*GetCustomReportFilterRequest) Reset ¶
func (x *GetCustomReportFilterRequest) Reset()
func (*GetCustomReportFilterRequest) String ¶
func (x *GetCustomReportFilterRequest) String() 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 (x *GetCustomReportFilterResponse) GetFilter() *CustomReportFilter
func (*GetCustomReportFilterResponse) ProtoMessage ¶
func (*GetCustomReportFilterResponse) ProtoMessage()
func (*GetCustomReportFilterResponse) ProtoReflect ¶
func (x *GetCustomReportFilterResponse) ProtoReflect() protoreflect.Message
func (*GetCustomReportFilterResponse) Reset ¶
func (x *GetCustomReportFilterResponse) Reset()
func (*GetCustomReportFilterResponse) String ¶
func (x *GetCustomReportFilterResponse) String() 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 (x *GetDashboardGeneralPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetDashboardGeneralPreferencesRequest) ProtoMessage ¶
func (*GetDashboardGeneralPreferencesRequest) ProtoMessage()
func (*GetDashboardGeneralPreferencesRequest) ProtoReflect ¶
func (x *GetDashboardGeneralPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetDashboardGeneralPreferencesRequest) Reset ¶
func (x *GetDashboardGeneralPreferencesRequest) Reset()
func (*GetDashboardGeneralPreferencesRequest) String ¶
func (x *GetDashboardGeneralPreferencesRequest) String() 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) ProtoMessage()
func (*GetDashboardGeneralPreferencesResponse) ProtoReflect ¶
func (x *GetDashboardGeneralPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetDashboardGeneralPreferencesResponse) Reset ¶
func (x *GetDashboardGeneralPreferencesResponse) Reset()
func (*GetDashboardGeneralPreferencesResponse) String ¶
func (x *GetDashboardGeneralPreferencesResponse) String() 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 (x *GetDashboardQueuePreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetDashboardQueuePreferencesRequest) ProtoMessage ¶
func (*GetDashboardQueuePreferencesRequest) ProtoMessage()
func (*GetDashboardQueuePreferencesRequest) ProtoReflect ¶
func (x *GetDashboardQueuePreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetDashboardQueuePreferencesRequest) Reset ¶
func (x *GetDashboardQueuePreferencesRequest) Reset()
func (*GetDashboardQueuePreferencesRequest) String ¶
func (x *GetDashboardQueuePreferencesRequest) String() 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 (x *GetDashboardQueuePreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetDashboardQueuePreferencesResponse) Reset ¶
func (x *GetDashboardQueuePreferencesResponse) Reset()
func (*GetDashboardQueuePreferencesResponse) String ¶
func (x *GetDashboardQueuePreferencesResponse) String() 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 (x *GetEmailSmsPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetEmailSmsPreferencesRequest) ProtoMessage ¶
func (*GetEmailSmsPreferencesRequest) ProtoMessage()
func (*GetEmailSmsPreferencesRequest) ProtoReflect ¶
func (x *GetEmailSmsPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetEmailSmsPreferencesRequest) Reset ¶
func (x *GetEmailSmsPreferencesRequest) Reset()
func (*GetEmailSmsPreferencesRequest) String ¶
func (x *GetEmailSmsPreferencesRequest) String() 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 (x *GetEmailSmsPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetEmailSmsPreferencesResponse) Reset ¶
func (x *GetEmailSmsPreferencesResponse) Reset()
func (*GetEmailSmsPreferencesResponse) String ¶
func (x *GetEmailSmsPreferencesResponse) String() 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 (x *GetEndOfDayPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetEndOfDayPreferencesRequest) ProtoMessage ¶
func (*GetEndOfDayPreferencesRequest) ProtoMessage()
func (*GetEndOfDayPreferencesRequest) ProtoReflect ¶
func (x *GetEndOfDayPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetEndOfDayPreferencesRequest) Reset ¶
func (x *GetEndOfDayPreferencesRequest) Reset()
func (*GetEndOfDayPreferencesRequest) String ¶
func (x *GetEndOfDayPreferencesRequest) String() 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 (x *GetEndOfDayPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetEndOfDayPreferencesResponse) Reset ¶
func (x *GetEndOfDayPreferencesResponse) Reset()
func (*GetEndOfDayPreferencesResponse) String ¶
func (x *GetEndOfDayPreferencesResponse) String() 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 (x *GetFilterPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetFilterPreferencesRequest) ProtoMessage ¶
func (*GetFilterPreferencesRequest) ProtoMessage()
func (*GetFilterPreferencesRequest) ProtoReflect ¶
func (x *GetFilterPreferencesRequest) ProtoReflect() protoreflect.Message
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 (x *GetFilterPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetFilterPreferencesResponse) Reset ¶
func (x *GetFilterPreferencesResponse) Reset()
func (*GetFilterPreferencesResponse) String ¶
func (x *GetFilterPreferencesResponse) String() 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 (x *GetOrgBillingSettingsRequest) ProtoReflect() protoreflect.Message
func (*GetOrgBillingSettingsRequest) Reset ¶
func (x *GetOrgBillingSettingsRequest) Reset()
func (*GetOrgBillingSettingsRequest) String ¶
func (x *GetOrgBillingSettingsRequest) String() 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 `` /* 201-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 (x *GetOrgBillingSettingsResponse) GetSettings() *OrgBillingSettings
func (*GetOrgBillingSettingsResponse) ProtoMessage ¶
func (*GetOrgBillingSettingsResponse) ProtoMessage()
func (*GetOrgBillingSettingsResponse) ProtoReflect ¶
func (x *GetOrgBillingSettingsResponse) ProtoReflect() protoreflect.Message
func (*GetOrgBillingSettingsResponse) Reset ¶
func (x *GetOrgBillingSettingsResponse) Reset()
func (*GetOrgBillingSettingsResponse) String ¶
func (x *GetOrgBillingSettingsResponse) String() 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 (x *GetOrgDefaultSuperUserGroupRequest) GetOrgId() string
func (*GetOrgDefaultSuperUserGroupRequest) ProtoMessage ¶
func (*GetOrgDefaultSuperUserGroupRequest) ProtoMessage()
func (*GetOrgDefaultSuperUserGroupRequest) ProtoReflect ¶
func (x *GetOrgDefaultSuperUserGroupRequest) ProtoReflect() protoreflect.Message
func (*GetOrgDefaultSuperUserGroupRequest) Reset ¶
func (x *GetOrgDefaultSuperUserGroupRequest) Reset()
func (*GetOrgDefaultSuperUserGroupRequest) String ¶
func (x *GetOrgDefaultSuperUserGroupRequest) String() 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 (x *GetOrgDefaultSuperUserGroupResponse) ProtoReflect() protoreflect.Message
func (*GetOrgDefaultSuperUserGroupResponse) Reset ¶
func (x *GetOrgDefaultSuperUserGroupResponse) Reset()
func (*GetOrgDefaultSuperUserGroupResponse) String ¶
func (x *GetOrgDefaultSuperUserGroupResponse) String() 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 (x *GetOrganizationPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetOrganizationPreferencesRequest) ProtoMessage ¶
func (*GetOrganizationPreferencesRequest) ProtoMessage()
func (*GetOrganizationPreferencesRequest) ProtoReflect ¶
func (x *GetOrganizationPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationPreferencesRequest) Reset ¶
func (x *GetOrganizationPreferencesRequest) Reset()
func (*GetOrganizationPreferencesRequest) String ¶
func (x *GetOrganizationPreferencesRequest) String() 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 (x *GetOrganizationPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationPreferencesResponse) Reset ¶
func (x *GetOrganizationPreferencesResponse) Reset()
func (*GetOrganizationPreferencesResponse) String ¶
func (x *GetOrganizationPreferencesResponse) String() 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 (x *GetOrganizationProfileByIdRequest) GetOrgId() string
func (*GetOrganizationProfileByIdRequest) ProtoMessage ¶
func (*GetOrganizationProfileByIdRequest) ProtoMessage()
func (*GetOrganizationProfileByIdRequest) ProtoReflect ¶
func (x *GetOrganizationProfileByIdRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationProfileByIdRequest) Reset ¶
func (x *GetOrganizationProfileByIdRequest) Reset()
func (*GetOrganizationProfileByIdRequest) String ¶
func (x *GetOrganizationProfileByIdRequest) String() 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 (x *GetOrganizationProfileRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationProfileRequest) Reset ¶
func (x *GetOrganizationProfileRequest) Reset()
func (*GetOrganizationProfileRequest) String ¶
func (x *GetOrganizationProfileRequest) String() 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 `` /* 178-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 (x *GetOrganizationProfileResponse) GetAddDate() *timestamppb.Timestamp
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 (x *GetOrganizationProfileResponse) GetName() string
func (*GetOrganizationProfileResponse) GetOrgId ¶
func (x *GetOrganizationProfileResponse) GetOrgId() string
func (*GetOrganizationProfileResponse) GetRegionId ¶
func (x *GetOrganizationProfileResponse) GetRegionId() string
func (*GetOrganizationProfileResponse) GetTimezone ¶
func (x *GetOrganizationProfileResponse) GetTimezone() commons.TimeZone
func (*GetOrganizationProfileResponse) ProtoMessage ¶
func (*GetOrganizationProfileResponse) ProtoMessage()
func (*GetOrganizationProfileResponse) ProtoReflect ¶
func (x *GetOrganizationProfileResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationProfileResponse) Reset ¶
func (x *GetOrganizationProfileResponse) Reset()
func (*GetOrganizationProfileResponse) String ¶
func (x *GetOrganizationProfileResponse) String() 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 (x *GetPermissionsResponse) GetDefaultApp() commons.OperatorApplications
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 (x *GetPhonePreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetPhonePreferencesRequest) ProtoMessage ¶
func (*GetPhonePreferencesRequest) ProtoMessage()
func (*GetPhonePreferencesRequest) ProtoReflect ¶
func (x *GetPhonePreferencesRequest) ProtoReflect() protoreflect.Message
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 (x *GetPhonePreferencesResponse) ProtoReflect() protoreflect.Message
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 (x *GetQueueConfigSoundReq) GetSound() commons.ConfigSound
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 (x *GetRecordingPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetRecordingPreferencesRequest) ProtoMessage ¶
func (*GetRecordingPreferencesRequest) ProtoMessage()
func (*GetRecordingPreferencesRequest) ProtoReflect ¶
func (x *GetRecordingPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetRecordingPreferencesRequest) Reset ¶
func (x *GetRecordingPreferencesRequest) Reset()
func (*GetRecordingPreferencesRequest) String ¶
func (x *GetRecordingPreferencesRequest) String() 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 (x *GetRecordingPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetRecordingPreferencesResponse) Reset ¶
func (x *GetRecordingPreferencesResponse) Reset()
func (*GetRecordingPreferencesResponse) String ¶
func (x *GetRecordingPreferencesResponse) String() 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 (x *GetSchedulePreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetSchedulePreferencesRequest) ProtoMessage ¶
func (*GetSchedulePreferencesRequest) ProtoMessage()
func (*GetSchedulePreferencesRequest) ProtoReflect ¶
func (x *GetSchedulePreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetSchedulePreferencesRequest) Reset ¶
func (x *GetSchedulePreferencesRequest) Reset()
func (*GetSchedulePreferencesRequest) String ¶
func (x *GetSchedulePreferencesRequest) String() 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 (x *GetSchedulePreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetSchedulePreferencesResponse) Reset ¶
func (x *GetSchedulePreferencesResponse) Reset()
func (*GetSchedulePreferencesResponse) String ¶
func (x *GetSchedulePreferencesResponse) String() 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 (x *GetScorecardsPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetScorecardsPreferencesRequest) ProtoMessage ¶
func (*GetScorecardsPreferencesRequest) ProtoMessage()
func (*GetScorecardsPreferencesRequest) ProtoReflect ¶
func (x *GetScorecardsPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetScorecardsPreferencesRequest) Reset ¶
func (x *GetScorecardsPreferencesRequest) Reset()
func (*GetScorecardsPreferencesRequest) String ¶
func (x *GetScorecardsPreferencesRequest) String() 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 (x *GetScorecardsPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetScorecardsPreferencesResponse) Reset ¶
func (x *GetScorecardsPreferencesResponse) Reset()
func (*GetScorecardsPreferencesResponse) String ¶
func (x *GetScorecardsPreferencesResponse) String() 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 (x *GetSystemDefaultBillingRatesRequest) ProtoReflect() protoreflect.Message
func (*GetSystemDefaultBillingRatesRequest) Reset ¶
func (x *GetSystemDefaultBillingRatesRequest) Reset()
func (*GetSystemDefaultBillingRatesRequest) String ¶
func (x *GetSystemDefaultBillingRatesRequest) String() 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 (x *GetSystemDefaultBillingRatesResponse) GetAgentRates() *AgentBillingRates
func (*GetSystemDefaultBillingRatesResponse) GetEmailPricePerMessage ¶
func (x *GetSystemDefaultBillingRatesResponse) GetEmailPricePerMessage() float32
func (*GetSystemDefaultBillingRatesResponse) GetPhoneRates ¶
func (x *GetSystemDefaultBillingRatesResponse) GetPhoneRates() *PhoneBillingRates
func (*GetSystemDefaultBillingRatesResponse) ProtoMessage ¶
func (*GetSystemDefaultBillingRatesResponse) ProtoMessage()
func (*GetSystemDefaultBillingRatesResponse) ProtoReflect ¶
func (x *GetSystemDefaultBillingRatesResponse) ProtoReflect() protoreflect.Message
func (*GetSystemDefaultBillingRatesResponse) Reset ¶
func (x *GetSystemDefaultBillingRatesResponse) Reset()
func (*GetSystemDefaultBillingRatesResponse) String ¶
func (x *GetSystemDefaultBillingRatesResponse) String() 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 (x *GetSystemEnvironmentDetailsRequest) ProtoReflect() protoreflect.Message
func (*GetSystemEnvironmentDetailsRequest) Reset ¶
func (x *GetSystemEnvironmentDetailsRequest) Reset()
func (*GetSystemEnvironmentDetailsRequest) String ¶
func (x *GetSystemEnvironmentDetailsRequest) String() 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 (x *GetSystemEnvironmentDetailsResponse) GetRegionId() string
func (*GetSystemEnvironmentDetailsResponse) ProtoMessage ¶
func (*GetSystemEnvironmentDetailsResponse) ProtoMessage()
func (*GetSystemEnvironmentDetailsResponse) ProtoReflect ¶
func (x *GetSystemEnvironmentDetailsResponse) ProtoReflect() protoreflect.Message
func (*GetSystemEnvironmentDetailsResponse) Reset ¶
func (x *GetSystemEnvironmentDetailsResponse) Reset()
func (*GetSystemEnvironmentDetailsResponse) String ¶
func (x *GetSystemEnvironmentDetailsResponse) String() 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 (x *GetUserEmailVerifiedRequest) ProtoReflect() protoreflect.Message
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 (x *GetUserEmailVerifiedResponse) ProtoReflect() protoreflect.Message
func (*GetUserEmailVerifiedResponse) Reset ¶
func (x *GetUserEmailVerifiedResponse) Reset()
func (*GetUserEmailVerifiedResponse) String ¶
func (x *GetUserEmailVerifiedResponse) String() 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 (x *GetUserPasswordResetLinkRequest) GetOrgId() string
func (*GetUserPasswordResetLinkRequest) GetTtl ¶
func (x *GetUserPasswordResetLinkRequest) GetTtl() int64
func (*GetUserPasswordResetLinkRequest) GetUserId ¶
func (x *GetUserPasswordResetLinkRequest) GetUserId() string
func (*GetUserPasswordResetLinkRequest) ProtoMessage ¶
func (*GetUserPasswordResetLinkRequest) ProtoMessage()
func (*GetUserPasswordResetLinkRequest) ProtoReflect ¶
func (x *GetUserPasswordResetLinkRequest) ProtoReflect() protoreflect.Message
func (*GetUserPasswordResetLinkRequest) Reset ¶
func (x *GetUserPasswordResetLinkRequest) Reset()
func (*GetUserPasswordResetLinkRequest) String ¶
func (x *GetUserPasswordResetLinkRequest) String() 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 (x *GetUserPasswordResetLinkResponse) GetUrl() string
func (*GetUserPasswordResetLinkResponse) ProtoMessage ¶
func (*GetUserPasswordResetLinkResponse) ProtoMessage()
func (*GetUserPasswordResetLinkResponse) ProtoReflect ¶
func (x *GetUserPasswordResetLinkResponse) ProtoReflect() protoreflect.Message
func (*GetUserPasswordResetLinkResponse) Reset ¶
func (x *GetUserPasswordResetLinkResponse) Reset()
func (*GetUserPasswordResetLinkResponse) String ¶
func (x *GetUserPasswordResetLinkResponse) String() 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 (x *GetUserSubscriptionRequest) ProtoReflect() protoreflect.Message
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 (x *GetUserSubscriptionResponse) ProtoReflect() protoreflect.Message
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 (x *GetVoiceAnalyticsPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetVoiceAnalyticsPreferencesRequest) ProtoMessage ¶
func (*GetVoiceAnalyticsPreferencesRequest) ProtoMessage()
func (*GetVoiceAnalyticsPreferencesRequest) ProtoReflect ¶
func (x *GetVoiceAnalyticsPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetVoiceAnalyticsPreferencesRequest) Reset ¶
func (x *GetVoiceAnalyticsPreferencesRequest) Reset()
func (*GetVoiceAnalyticsPreferencesRequest) String ¶
func (x *GetVoiceAnalyticsPreferencesRequest) String() 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 (x *GetVoiceAnalyticsPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetVoiceAnalyticsPreferencesResponse) Reset ¶
func (x *GetVoiceAnalyticsPreferencesResponse) Reset()
func (*GetVoiceAnalyticsPreferencesResponse) String ¶
func (x *GetVoiceAnalyticsPreferencesResponse) String() 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 (x *GetWebLinkTemplateRequest) ProtoReflect() protoreflect.Message
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 (x *GetWebLinkTemplateResponse) ProtoReflect() protoreflect.Message
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 (x *GetWebhookPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*GetWebhookPreferencesRequest) ProtoMessage ¶
func (*GetWebhookPreferencesRequest) ProtoMessage()
func (*GetWebhookPreferencesRequest) ProtoReflect ¶
func (x *GetWebhookPreferencesRequest) ProtoReflect() protoreflect.Message
func (*GetWebhookPreferencesRequest) Reset ¶
func (x *GetWebhookPreferencesRequest) Reset()
func (*GetWebhookPreferencesRequest) String ¶
func (x *GetWebhookPreferencesRequest) String() 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 (x *GetWebhookPreferencesResponse) ProtoReflect() protoreflect.Message
func (*GetWebhookPreferencesResponse) Reset ¶
func (x *GetWebhookPreferencesResponse) Reset()
func (*GetWebhookPreferencesResponse) String ¶
func (x *GetWebhookPreferencesResponse) String() 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) GetAgentProfileGroupId ¶
func (*GroupItem) GetGroupName ¶
func (*GroupItem) GetHuntGroupSid ¶
func (*GroupItem) GetP3PermissionGroupId ¶
func (*GroupItem) GetPermissionGroupIds ¶
func (*GroupItem) ProtoMessage ¶
func (*GroupItem) ProtoMessage()
func (*GroupItem) ProtoReflect ¶
func (x *GroupItem) ProtoReflect() protoreflect.Message
type ImportFormat ¶
type ImportFormat struct { // Types that are valid to be assigned 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 (x *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 (x *InitDefaultPermissionGroupsRequest) GetOrgId() string
func (*InitDefaultPermissionGroupsRequest) ProtoMessage ¶
func (*InitDefaultPermissionGroupsRequest) ProtoMessage()
func (*InitDefaultPermissionGroupsRequest) ProtoReflect ¶
func (x *InitDefaultPermissionGroupsRequest) ProtoReflect() protoreflect.Message
func (*InitDefaultPermissionGroupsRequest) Reset ¶
func (x *InitDefaultPermissionGroupsRequest) Reset()
func (*InitDefaultPermissionGroupsRequest) String ¶
func (x *InitDefaultPermissionGroupsRequest) String() 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 (x *InitDefaultPermissionGroupsResponse) ProtoReflect() protoreflect.Message
func (*InitDefaultPermissionGroupsResponse) Reset ¶
func (x *InitDefaultPermissionGroupsResponse) Reset()
func (*InitDefaultPermissionGroupsResponse) String ¶
func (x *InitDefaultPermissionGroupsResponse) String() 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) GetDeleted ¶
func (*Label) GetDescription ¶
func (*Label) GetLabelId ¶
func (*Label) ProtoMessage ¶
func (*Label) ProtoMessage()
func (*Label) ProtoReflect ¶
func (x *Label) ProtoReflect() protoreflect.Message
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 (x *LinkbackUpdateBroadcastTemplatesRequest) GetValue() bool
func (*LinkbackUpdateBroadcastTemplatesRequest) ProtoMessage ¶
func (*LinkbackUpdateBroadcastTemplatesRequest) ProtoMessage()
func (*LinkbackUpdateBroadcastTemplatesRequest) ProtoReflect ¶
func (x *LinkbackUpdateBroadcastTemplatesRequest) ProtoReflect() protoreflect.Message
func (*LinkbackUpdateBroadcastTemplatesRequest) Reset ¶
func (x *LinkbackUpdateBroadcastTemplatesRequest) Reset()
func (*LinkbackUpdateBroadcastTemplatesRequest) String ¶
func (x *LinkbackUpdateBroadcastTemplatesRequest) String() 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) ProtoMessage()
func (*LinkbackUpdateBroadcastTemplatesResponse) ProtoReflect ¶
func (x *LinkbackUpdateBroadcastTemplatesResponse) ProtoReflect() protoreflect.Message
func (*LinkbackUpdateBroadcastTemplatesResponse) Reset ¶
func (x *LinkbackUpdateBroadcastTemplatesResponse) Reset()
func (*LinkbackUpdateBroadcastTemplatesResponse) String ¶
func (x *LinkbackUpdateBroadcastTemplatesResponse) String() 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 (x *ListAgentPauseCodesRequest) ProtoReflect() protoreflect.Message
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 (x *ListAgentPauseCodesResponse) ProtoReflect() protoreflect.Message
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 (x *ListAgentProfileGroupsRequest) ProtoReflect() protoreflect.Message
func (*ListAgentProfileGroupsRequest) Reset ¶
func (x *ListAgentProfileGroupsRequest) Reset()
func (*ListAgentProfileGroupsRequest) String ¶
func (x *ListAgentProfileGroupsRequest) String() 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 (x *ListAgentProfileGroupsResponse) ProtoReflect() protoreflect.Message
func (*ListAgentProfileGroupsResponse) Reset ¶
func (x *ListAgentProfileGroupsResponse) Reset()
func (*ListAgentProfileGroupsResponse) String ¶
func (x *ListAgentProfileGroupsResponse) String() 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 (x *ListAgentResponseGroupsRequest) ProtoReflect() protoreflect.Message
func (*ListAgentResponseGroupsRequest) Reset ¶
func (x *ListAgentResponseGroupsRequest) Reset()
func (*ListAgentResponseGroupsRequest) String ¶
func (x *ListAgentResponseGroupsRequest) String() 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 (x *ListAgentResponseGroupsResponse) ProtoReflect() protoreflect.Message
func (*ListAgentResponseGroupsResponse) Reset ¶
func (x *ListAgentResponseGroupsResponse) Reset()
func (*ListAgentResponseGroupsResponse) String ¶
func (x *ListAgentResponseGroupsResponse) String() 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 (x *ListAgentStatisticsTemplatesRequest) ProtoReflect() protoreflect.Message
func (*ListAgentStatisticsTemplatesRequest) Reset ¶
func (x *ListAgentStatisticsTemplatesRequest) Reset()
func (*ListAgentStatisticsTemplatesRequest) String ¶
func (x *ListAgentStatisticsTemplatesRequest) String() 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 (x *ListAgentStatisticsTemplatesResponse) GetTemplates() []*AgentLoginGuiStatisticsTemplate
func (*ListAgentStatisticsTemplatesResponse) ProtoMessage ¶
func (*ListAgentStatisticsTemplatesResponse) ProtoMessage()
func (*ListAgentStatisticsTemplatesResponse) ProtoReflect ¶
func (x *ListAgentStatisticsTemplatesResponse) ProtoReflect() protoreflect.Message
func (*ListAgentStatisticsTemplatesResponse) Reset ¶
func (x *ListAgentStatisticsTemplatesResponse) Reset()
func (*ListAgentStatisticsTemplatesResponse) String ¶
func (x *ListAgentStatisticsTemplatesResponse) String() 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 (x *ListAgentTriggerTemplatesRequest) ProtoReflect() protoreflect.Message
func (*ListAgentTriggerTemplatesRequest) Reset ¶
func (x *ListAgentTriggerTemplatesRequest) Reset()
func (*ListAgentTriggerTemplatesRequest) String ¶
func (x *ListAgentTriggerTemplatesRequest) String() 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 (x *ListAgentTriggerTemplatesResponse) ProtoReflect() protoreflect.Message
func (*ListAgentTriggerTemplatesResponse) Reset ¶
func (x *ListAgentTriggerTemplatesResponse) Reset()
func (*ListAgentTriggerTemplatesResponse) String ¶
func (x *ListAgentTriggerTemplatesResponse) String() 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 (x *ListArchivedOrganizationsRequest) ProtoReflect() protoreflect.Message
func (*ListArchivedOrganizationsRequest) Reset ¶
func (x *ListArchivedOrganizationsRequest) Reset()
func (*ListArchivedOrganizationsRequest) String ¶
func (x *ListArchivedOrganizationsRequest) String() 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 (x *ListArchivedOrganizationsResponse) ProtoReflect() protoreflect.Message
func (*ListArchivedOrganizationsResponse) Reset ¶
func (x *ListArchivedOrganizationsResponse) Reset()
func (*ListArchivedOrganizationsResponse) String ¶
func (x *ListArchivedOrganizationsResponse) String() 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 (x *ListBillingRegionsRequest) ProtoReflect() protoreflect.Message
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 (x *ListBillingRegionsResponse) ProtoReflect() protoreflect.Message
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 (x *ListClientInfoDisplayTemplatesRequest) ProtoReflect() protoreflect.Message
func (*ListClientInfoDisplayTemplatesRequest) Reset ¶
func (x *ListClientInfoDisplayTemplatesRequest) Reset()
func (*ListClientInfoDisplayTemplatesRequest) String ¶
func (x *ListClientInfoDisplayTemplatesRequest) String() 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) ProtoMessage()
func (*ListClientInfoDisplayTemplatesResponse) ProtoReflect ¶
func (x *ListClientInfoDisplayTemplatesResponse) ProtoReflect() protoreflect.Message
func (*ListClientInfoDisplayTemplatesResponse) Reset ¶
func (x *ListClientInfoDisplayTemplatesResponse) Reset()
func (*ListClientInfoDisplayTemplatesResponse) String ¶
func (x *ListClientInfoDisplayTemplatesResponse) String() 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 (x *ListCustomReportFiltersRequest) ProtoReflect() protoreflect.Message
func (*ListCustomReportFiltersRequest) Reset ¶
func (x *ListCustomReportFiltersRequest) Reset()
func (*ListCustomReportFiltersRequest) String ¶
func (x *ListCustomReportFiltersRequest) String() 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 (x *ListCustomReportFiltersResponse) GetFilters() []*CustomReportFilter
func (*ListCustomReportFiltersResponse) ProtoMessage ¶
func (*ListCustomReportFiltersResponse) ProtoMessage()
func (*ListCustomReportFiltersResponse) ProtoReflect ¶
func (x *ListCustomReportFiltersResponse) ProtoReflect() protoreflect.Message
func (*ListCustomReportFiltersResponse) Reset ¶
func (x *ListCustomReportFiltersResponse) Reset()
func (*ListCustomReportFiltersResponse) String ¶
func (x *ListCustomReportFiltersResponse) String() 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 (x *ListLastTemplateElementsRequest) ProtoReflect() protoreflect.Message
func (*ListLastTemplateElementsRequest) Reset ¶
func (x *ListLastTemplateElementsRequest) Reset()
func (*ListLastTemplateElementsRequest) String ¶
func (x *ListLastTemplateElementsRequest) String() 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 (x *ListLastTemplateElementsResponse) ProtoReflect() protoreflect.Message
func (*ListLastTemplateElementsResponse) Reset ¶
func (x *ListLastTemplateElementsResponse) Reset()
func (*ListLastTemplateElementsResponse) String ¶
func (x *ListLastTemplateElementsResponse) String() string
type ListLoginHistoryRequest ¶
type ListLoginHistoryRequest struct { // Types that are valid to be assigned 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 (x *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 (x *ListOrgSubscriptionsRequest) ProtoReflect() protoreflect.Message
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 (x *ListOrgSubscriptionsResponse) ProtoReflect() protoreflect.Message
func (*ListOrgSubscriptionsResponse) Reset ¶
func (x *ListOrgSubscriptionsResponse) Reset()
func (*ListOrgSubscriptionsResponse) String ¶
func (x *ListOrgSubscriptionsResponse) String() 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 (x *ListOrganizationDescriptionsRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationDescriptionsRequest) Reset ¶
func (x *ListOrganizationDescriptionsRequest) Reset()
func (*ListOrganizationDescriptionsRequest) String ¶
func (x *ListOrganizationDescriptionsRequest) String() 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 (x *ListOrganizationDescriptionsResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationDescriptionsResponse) Reset ¶
func (x *ListOrganizationDescriptionsResponse) Reset()
func (*ListOrganizationDescriptionsResponse) String ¶
func (x *ListOrganizationDescriptionsResponse) String() 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) ProtoMessage()
func (*ListOrganizationUserDescriptionsRequest) ProtoReflect ¶
func (x *ListOrganizationUserDescriptionsRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationUserDescriptionsRequest) Reset ¶
func (x *ListOrganizationUserDescriptionsRequest) Reset()
func (*ListOrganizationUserDescriptionsRequest) String ¶
func (x *ListOrganizationUserDescriptionsRequest) String() 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) ProtoMessage()
func (*ListOrganizationUserDescriptionsResponse) ProtoReflect ¶
func (x *ListOrganizationUserDescriptionsResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationUserDescriptionsResponse) Reset ¶
func (x *ListOrganizationUserDescriptionsResponse) Reset()
func (*ListOrganizationUserDescriptionsResponse) String ¶
func (x *ListOrganizationUserDescriptionsResponse) String() 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 (x *ListP3PermissionGroupsRequest) ProtoReflect() protoreflect.Message
func (*ListP3PermissionGroupsRequest) Reset ¶
func (x *ListP3PermissionGroupsRequest) Reset()
func (*ListP3PermissionGroupsRequest) String ¶
func (x *ListP3PermissionGroupsRequest) String() 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 (x *ListP3PermissionGroupsResponse) ProtoReflect() protoreflect.Message
func (*ListP3PermissionGroupsResponse) Reset ¶
func (x *ListP3PermissionGroupsResponse) Reset()
func (*ListP3PermissionGroupsResponse) String ¶
func (x *ListP3PermissionGroupsResponse) String() 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 (x *ListP3UnMigratedUsersRequest) ProtoReflect() protoreflect.Message
func (*ListP3UnMigratedUsersRequest) Reset ¶
func (x *ListP3UnMigratedUsersRequest) Reset()
func (*ListP3UnMigratedUsersRequest) String ¶
func (x *ListP3UnMigratedUsersRequest) String() 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 (x *ListP3UnMigratedUsersResponse) GetUsers() []*UnMigratedUser
func (*ListP3UnMigratedUsersResponse) ProtoMessage ¶
func (*ListP3UnMigratedUsersResponse) ProtoMessage()
func (*ListP3UnMigratedUsersResponse) ProtoReflect ¶
func (x *ListP3UnMigratedUsersResponse) ProtoReflect() protoreflect.Message
func (*ListP3UnMigratedUsersResponse) Reset ¶
func (x *ListP3UnMigratedUsersResponse) Reset()
func (*ListP3UnMigratedUsersResponse) String ¶
func (x *ListP3UnMigratedUsersResponse) String() 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 (x *ListPermissionGroupsRequest) ProtoReflect() protoreflect.Message
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 (x *ListPermissionGroupsResponse) ProtoReflect() protoreflect.Message
func (*ListPermissionGroupsResponse) Reset ¶
func (x *ListPermissionGroupsResponse) Reset()
func (*ListPermissionGroupsResponse) String ¶
func (x *ListPermissionGroupsResponse) String() 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 (x *ListRegionalOrganizationsRequest) ProtoReflect() protoreflect.Message
func (*ListRegionalOrganizationsRequest) Reset ¶
func (x *ListRegionalOrganizationsRequest) Reset()
func (*ListRegionalOrganizationsRequest) String ¶
func (x *ListRegionalOrganizationsRequest) String() 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 (x *ListRegionalOrganizationsResponse) ProtoReflect() protoreflect.Message
func (*ListRegionalOrganizationsResponse) Reset ¶
func (x *ListRegionalOrganizationsResponse) Reset()
func (*ListRegionalOrganizationsResponse) String ¶
func (x *ListRegionalOrganizationsResponse) String() 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 (x *ListUserDescriptionsRequest) ProtoReflect() protoreflect.Message
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 (x *ListUserDescriptionsResponse) ProtoReflect() protoreflect.Message
func (*ListUserDescriptionsResponse) Reset ¶
func (x *ListUserDescriptionsResponse) Reset()
func (*ListUserDescriptionsResponse) String ¶
func (x *ListUserDescriptionsResponse) String() 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 (x *ListUserSubscriptionsRequest) ProtoReflect() protoreflect.Message
func (*ListUserSubscriptionsRequest) Reset ¶
func (x *ListUserSubscriptionsRequest) Reset()
func (*ListUserSubscriptionsRequest) String ¶
func (x *ListUserSubscriptionsRequest) String() 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 (x *ListUserSubscriptionsResponse) ProtoReflect() protoreflect.Message
func (*ListUserSubscriptionsResponse) Reset ¶
func (x *ListUserSubscriptionsResponse) Reset()
func (*ListUserSubscriptionsResponse) String ¶
func (x *ListUserSubscriptionsResponse) String() 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 (x *ListWebLinkTemplatesRequest) ProtoReflect() protoreflect.Message
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 (x *ListWebLinkTemplatesResponse) ProtoReflect() protoreflect.Message
func (*ListWebLinkTemplatesResponse) Reset ¶
func (x *ListWebLinkTemplatesResponse) Reset()
func (*ListWebLinkTemplatesResponse) String ¶
func (x *ListWebLinkTemplatesResponse) String() 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 (x *ManualUserEmailVerificationRequest) GetOrgId() string
func (*ManualUserEmailVerificationRequest) GetUserId ¶
func (x *ManualUserEmailVerificationRequest) GetUserId() string
func (*ManualUserEmailVerificationRequest) ProtoMessage ¶
func (*ManualUserEmailVerificationRequest) ProtoMessage()
func (*ManualUserEmailVerificationRequest) ProtoReflect ¶
func (x *ManualUserEmailVerificationRequest) ProtoReflect() protoreflect.Message
func (*ManualUserEmailVerificationRequest) Reset ¶
func (x *ManualUserEmailVerificationRequest) Reset()
func (*ManualUserEmailVerificationRequest) String ¶
func (x *ManualUserEmailVerificationRequest) String() 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 (x *ManualUserEmailVerificationResponse) ProtoReflect() protoreflect.Message
func (*ManualUserEmailVerificationResponse) Reset ¶
func (x *ManualUserEmailVerificationResponse) Reset()
func (*ManualUserEmailVerificationResponse) String ¶
func (x *ManualUserEmailVerificationResponse) String() 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 `` /* 204-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 (x *OrganizationDescription) GetAddDate() *timestamppb.Timestamp
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) GetDescription ¶
func (*PauseCode) GetXmlClientPropertySid ¶
func (*PauseCode) ProtoMessage ¶
func (*PauseCode) ProtoMessage()
func (*PauseCode) ProtoReflect ¶
func (x *PauseCode) ProtoReflect() protoreflect.Message
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 valid to be assigned 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 (x *PhoneBillingRates) GetAttempts() *PhoneBillingRates_Attempts
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 (x *PhoneBillingRates) GetSeconds() *PhoneBillingRates_Seconds
func (*PhoneBillingRates) GetSmsPricePerAttempt ¶
func (x *PhoneBillingRates) GetSmsPricePerAttempt() float64
func (*PhoneBillingRates) GetUnits ¶
func (x *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 (x *PhoneBillingRates_Attempts) ProtoReflect() protoreflect.Message
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 (x *PhoneBillingRates_ConnectedCalls) GetPpc() float64
func (*PhoneBillingRates_ConnectedCalls) ProtoMessage ¶
func (*PhoneBillingRates_ConnectedCalls) ProtoMessage()
func (*PhoneBillingRates_ConnectedCalls) ProtoReflect ¶
func (x *PhoneBillingRates_ConnectedCalls) ProtoReflect() protoreflect.Message
func (*PhoneBillingRates_ConnectedCalls) Reset ¶
func (x *PhoneBillingRates_ConnectedCalls) Reset()
func (*PhoneBillingRates_ConnectedCalls) String ¶
func (x *PhoneBillingRates_ConnectedCalls) String() 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 (x *PhoneBillingRates_Seconds) ProtoReflect() protoreflect.Message
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 (x *QueueConfig_AnnouncementMixing) GetAny() *QueueConfig_AnnouncementMixing_Config
func (*QueueConfig_AnnouncementMixing) GetInbound ¶
func (x *QueueConfig_AnnouncementMixing) GetInbound() *QueueConfig_AnnouncementMixing_Config
func (*QueueConfig_AnnouncementMixing) GetManual ¶
func (x *QueueConfig_AnnouncementMixing) GetManual() *QueueConfig_AnnouncementMixing_Config
func (*QueueConfig_AnnouncementMixing) GetOutbound ¶
func (x *QueueConfig_AnnouncementMixing) GetOutbound() *QueueConfig_AnnouncementMixing_Config
func (*QueueConfig_AnnouncementMixing) GetPreview ¶
func (x *QueueConfig_AnnouncementMixing) GetPreview() *QueueConfig_AnnouncementMixing_Config
func (*QueueConfig_AnnouncementMixing) ProtoMessage ¶
func (*QueueConfig_AnnouncementMixing) ProtoMessage()
func (*QueueConfig_AnnouncementMixing) ProtoReflect ¶
func (x *QueueConfig_AnnouncementMixing) ProtoReflect() protoreflect.Message
func (*QueueConfig_AnnouncementMixing) Reset ¶
func (x *QueueConfig_AnnouncementMixing) Reset()
func (*QueueConfig_AnnouncementMixing) String ¶
func (x *QueueConfig_AnnouncementMixing) String() 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 (x *QueueConfig_AnnouncementMixing_Config) GetOption() commons.AnnouncementMixingOption
func (*QueueConfig_AnnouncementMixing_Config) ProtoMessage ¶
func (*QueueConfig_AnnouncementMixing_Config) ProtoMessage()
func (*QueueConfig_AnnouncementMixing_Config) ProtoReflect ¶
func (x *QueueConfig_AnnouncementMixing_Config) ProtoReflect() protoreflect.Message
func (*QueueConfig_AnnouncementMixing_Config) Reset ¶
func (x *QueueConfig_AnnouncementMixing_Config) Reset()
func (*QueueConfig_AnnouncementMixing_Config) String ¶
func (x *QueueConfig_AnnouncementMixing_Config) String() 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 (x *QueueConfig_AttentionTones) GetAny() *QueueConfig_AttentionTones_Disableable
func (*QueueConfig_AttentionTones) GetInbound ¶
func (x *QueueConfig_AttentionTones) GetInbound() *QueueConfig_AttentionTones_Disableable
func (*QueueConfig_AttentionTones) GetManual ¶
func (x *QueueConfig_AttentionTones) GetManual() *QueueConfig_AttentionTones_Disableable
func (*QueueConfig_AttentionTones) GetOutbound ¶
func (x *QueueConfig_AttentionTones) GetOutbound() *QueueConfig_AttentionTones_Disableable
func (*QueueConfig_AttentionTones) GetPreview ¶
func (x *QueueConfig_AttentionTones) GetPreview() *QueueConfig_AttentionTones_Disableable
func (*QueueConfig_AttentionTones) ProtoMessage ¶
func (*QueueConfig_AttentionTones) ProtoMessage()
func (*QueueConfig_AttentionTones) ProtoReflect ¶
func (x *QueueConfig_AttentionTones) ProtoReflect() protoreflect.Message
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 (x *QueueConfig_AttentionTones_Config) GetTones() []*QueueConfig_AttentionTones_Tones
func (*QueueConfig_AttentionTones_Config) ProtoMessage ¶
func (*QueueConfig_AttentionTones_Config) ProtoMessage()
func (*QueueConfig_AttentionTones_Config) ProtoReflect ¶
func (x *QueueConfig_AttentionTones_Config) ProtoReflect() protoreflect.Message
func (*QueueConfig_AttentionTones_Config) Reset ¶
func (x *QueueConfig_AttentionTones_Config) Reset()
func (*QueueConfig_AttentionTones_Config) String ¶
func (x *QueueConfig_AttentionTones_Config) String() string
type QueueConfig_AttentionTones_Disableable ¶
type QueueConfig_AttentionTones_Disableable struct { // Types that are valid to be assigned 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 (x *QueueConfig_AttentionTones_Disableable) GetConfig() *QueueConfig_AttentionTones_Config
func (*QueueConfig_AttentionTones_Disableable) GetDisable ¶
func (x *QueueConfig_AttentionTones_Disableable) GetDisable() *QueueConfig_Disable
func (*QueueConfig_AttentionTones_Disableable) GetOption ¶
func (x *QueueConfig_AttentionTones_Disableable) GetOption() isQueueConfig_AttentionTones_Disableable_Option
func (*QueueConfig_AttentionTones_Disableable) ProtoMessage ¶
func (*QueueConfig_AttentionTones_Disableable) ProtoMessage()
func (*QueueConfig_AttentionTones_Disableable) ProtoReflect ¶
func (x *QueueConfig_AttentionTones_Disableable) ProtoReflect() protoreflect.Message
func (*QueueConfig_AttentionTones_Disableable) Reset ¶
func (x *QueueConfig_AttentionTones_Disableable) Reset()
func (*QueueConfig_AttentionTones_Disableable) String ¶
func (x *QueueConfig_AttentionTones_Disableable) String() 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 valid to be assigned 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 (x *QueueConfig_AttentionTones_Tones) GetOption() isQueueConfig_AttentionTones_Tones_Option
func (*QueueConfig_AttentionTones_Tones) GetPause ¶
func (x *QueueConfig_AttentionTones_Tones) GetPause() *wrapperspb.DoubleValue
func (*QueueConfig_AttentionTones_Tones) GetTone ¶
func (x *QueueConfig_AttentionTones_Tones) GetTone() *wrapperspb.Int64Value
func (*QueueConfig_AttentionTones_Tones) ProtoMessage ¶
func (*QueueConfig_AttentionTones_Tones) ProtoMessage()
func (*QueueConfig_AttentionTones_Tones) ProtoReflect ¶
func (x *QueueConfig_AttentionTones_Tones) ProtoReflect() protoreflect.Message
func (*QueueConfig_AttentionTones_Tones) Reset ¶
func (x *QueueConfig_AttentionTones_Tones) Reset()
func (*QueueConfig_AttentionTones_Tones) String ¶
func (x *QueueConfig_AttentionTones_Tones) String() 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 (x *QueueConfig_InQueueConditions) GetAgentLost() *QueueConfig_InQueueConditions_Condition
func (*QueueConfig_InQueueConditions) GetDefault ¶
func (x *QueueConfig_InQueueConditions) GetDefault() *QueueConfig_InQueueConditions_LimitedCondition
func (*QueueConfig_InQueueConditions) GetNoAgentsAvailable ¶
func (x *QueueConfig_InQueueConditions) GetNoAgentsAvailable() *QueueConfig_InQueueConditions_LimitedCondition
func (*QueueConfig_InQueueConditions) GetNoAgentsLoggedIn ¶
func (x *QueueConfig_InQueueConditions) GetNoAgentsLoggedIn() *QueueConfig_InQueueConditions_LimitedCondition
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 (x *QueueConfig_InQueueConditions) GetPbxRinging() *QueueConfig_InQueueConditions_Condition
func (*QueueConfig_InQueueConditions) ProtoMessage ¶
func (*QueueConfig_InQueueConditions) ProtoMessage()
func (*QueueConfig_InQueueConditions) ProtoReflect ¶
func (x *QueueConfig_InQueueConditions) ProtoReflect() protoreflect.Message
func (*QueueConfig_InQueueConditions) Reset ¶
func (x *QueueConfig_InQueueConditions) Reset()
func (*QueueConfig_InQueueConditions) String ¶
func (x *QueueConfig_InQueueConditions) String() 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 valid to be assigned 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 (x *QueueConfig_InQueueConditions_Action) GetAction() isQueueConfig_InQueueConditions_Action_Action
func (*QueueConfig_InQueueConditions_Action) GetAddSkills ¶
func (x *QueueConfig_InQueueConditions_Action) GetAddSkills() *QueueConfig_Skills
func (*QueueConfig_InQueueConditions_Action) GetAfterSeconds ¶
func (x *QueueConfig_InQueueConditions_Action) GetAfterSeconds() int64
func (*QueueConfig_InQueueConditions_Action) GetDropSkills ¶
func (x *QueueConfig_InQueueConditions_Action) GetDropSkills() *QueueConfig_Skills
func (*QueueConfig_InQueueConditions_Action) GetHangUp ¶
func (x *QueueConfig_InQueueConditions_Action) GetHangUp() *QueueConfig_Optionless
func (*QueueConfig_InQueueConditions_Action) GetQueuedCallback ¶
func (x *QueueConfig_InQueueConditions_Action) GetQueuedCallback() *QueueConfig_Optionless
func (*QueueConfig_InQueueConditions_Action) GetTriggerIvr ¶
func (x *QueueConfig_InQueueConditions_Action) GetTriggerIvr() *commons.DigitWrapper
func (*QueueConfig_InQueueConditions_Action) GetVoicemail ¶
func (x *QueueConfig_InQueueConditions_Action) GetVoicemail() *QueueConfig_Optionless
func (*QueueConfig_InQueueConditions_Action) ProtoMessage ¶
func (*QueueConfig_InQueueConditions_Action) ProtoMessage()
func (*QueueConfig_InQueueConditions_Action) ProtoReflect ¶
func (x *QueueConfig_InQueueConditions_Action) ProtoReflect() protoreflect.Message
func (*QueueConfig_InQueueConditions_Action) Reset ¶
func (x *QueueConfig_InQueueConditions_Action) Reset()
func (*QueueConfig_InQueueConditions_Action) String ¶
func (x *QueueConfig_InQueueConditions_Action) String() 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 (x *QueueConfig_InQueueConditions_Condition) GetAny() *QueueConfig_InQueueConditions_Config
func (*QueueConfig_InQueueConditions_Condition) GetInbound ¶
func (x *QueueConfig_InQueueConditions_Condition) GetInbound() *QueueConfig_InQueueConditions_Config
func (*QueueConfig_InQueueConditions_Condition) GetManual ¶
func (x *QueueConfig_InQueueConditions_Condition) GetManual() *QueueConfig_InQueueConditions_Config
func (*QueueConfig_InQueueConditions_Condition) GetOutbound ¶
func (x *QueueConfig_InQueueConditions_Condition) GetOutbound() *QueueConfig_InQueueConditions_Config
func (*QueueConfig_InQueueConditions_Condition) GetPreview ¶
func (x *QueueConfig_InQueueConditions_Condition) GetPreview() *QueueConfig_InQueueConditions_Config
func (*QueueConfig_InQueueConditions_Condition) ProtoMessage ¶
func (*QueueConfig_InQueueConditions_Condition) ProtoMessage()
func (*QueueConfig_InQueueConditions_Condition) ProtoReflect ¶
func (x *QueueConfig_InQueueConditions_Condition) ProtoReflect() protoreflect.Message
func (*QueueConfig_InQueueConditions_Condition) Reset ¶
func (x *QueueConfig_InQueueConditions_Condition) Reset()
func (*QueueConfig_InQueueConditions_Condition) String ¶
func (x *QueueConfig_InQueueConditions_Condition) String() 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 (x *QueueConfig_InQueueConditions_Config) GetActions() []*QueueConfig_InQueueConditions_Action
func (*QueueConfig_InQueueConditions_Config) ProtoMessage ¶
func (*QueueConfig_InQueueConditions_Config) ProtoMessage()
func (*QueueConfig_InQueueConditions_Config) ProtoReflect ¶
func (x *QueueConfig_InQueueConditions_Config) ProtoReflect() protoreflect.Message
func (*QueueConfig_InQueueConditions_Config) Reset ¶
func (x *QueueConfig_InQueueConditions_Config) Reset()
func (*QueueConfig_InQueueConditions_Config) String ¶
func (x *QueueConfig_InQueueConditions_Config) String() 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 valid to be assigned 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
func (*QueueConfig_InQueueConditions_LimitedAction) Descriptor() ([]byte, []int)
Deprecated: Use QueueConfig_InQueueConditions_LimitedAction.ProtoReflect.Descriptor instead.
func (*QueueConfig_InQueueConditions_LimitedAction) GetAction ¶
func (x *QueueConfig_InQueueConditions_LimitedAction) GetAction() isQueueConfig_InQueueConditions_LimitedAction_Action
func (*QueueConfig_InQueueConditions_LimitedAction) GetAfterSeconds ¶
func (x *QueueConfig_InQueueConditions_LimitedAction) GetAfterSeconds() int64
func (*QueueConfig_InQueueConditions_LimitedAction) GetHangUp ¶
func (x *QueueConfig_InQueueConditions_LimitedAction) GetHangUp() *QueueConfig_Optionless
func (*QueueConfig_InQueueConditions_LimitedAction) GetQueuedCallback ¶
func (x *QueueConfig_InQueueConditions_LimitedAction) GetQueuedCallback() *QueueConfig_Optionless
func (*QueueConfig_InQueueConditions_LimitedAction) GetTriggerIvr ¶
func (x *QueueConfig_InQueueConditions_LimitedAction) GetTriggerIvr() *commons.DigitWrapper
func (*QueueConfig_InQueueConditions_LimitedAction) GetVoicemail ¶
func (x *QueueConfig_InQueueConditions_LimitedAction) GetVoicemail() *QueueConfig_Optionless
func (*QueueConfig_InQueueConditions_LimitedAction) ProtoMessage ¶
func (*QueueConfig_InQueueConditions_LimitedAction) ProtoMessage()
func (*QueueConfig_InQueueConditions_LimitedAction) ProtoReflect ¶
func (x *QueueConfig_InQueueConditions_LimitedAction) ProtoReflect() protoreflect.Message
func (*QueueConfig_InQueueConditions_LimitedAction) Reset ¶
func (x *QueueConfig_InQueueConditions_LimitedAction) Reset()
func (*QueueConfig_InQueueConditions_LimitedAction) String ¶
func (x *QueueConfig_InQueueConditions_LimitedAction) String() 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
func (*QueueConfig_InQueueConditions_LimitedCondition) Descriptor() ([]byte, []int)
Deprecated: Use QueueConfig_InQueueConditions_LimitedCondition.ProtoReflect.Descriptor instead.
func (*QueueConfig_InQueueConditions_LimitedCondition) GetInbound ¶
func (x *QueueConfig_InQueueConditions_LimitedCondition) GetInbound() *QueueConfig_InQueueConditions_LimitedConfig
func (*QueueConfig_InQueueConditions_LimitedCondition) GetManual ¶
func (x *QueueConfig_InQueueConditions_LimitedCondition) GetManual() *QueueConfig_InQueueConditions_LimitedConfig
func (*QueueConfig_InQueueConditions_LimitedCondition) GetOutbound ¶
func (x *QueueConfig_InQueueConditions_LimitedCondition) GetOutbound() *QueueConfig_InQueueConditions_LimitedConfig
func (*QueueConfig_InQueueConditions_LimitedCondition) GetPreview ¶
func (x *QueueConfig_InQueueConditions_LimitedCondition) GetPreview() *QueueConfig_InQueueConditions_LimitedConfig
func (*QueueConfig_InQueueConditions_LimitedCondition) ProtoMessage ¶
func (*QueueConfig_InQueueConditions_LimitedCondition) ProtoMessage()
func (*QueueConfig_InQueueConditions_LimitedCondition) ProtoReflect ¶
func (x *QueueConfig_InQueueConditions_LimitedCondition) ProtoReflect() protoreflect.Message
func (*QueueConfig_InQueueConditions_LimitedCondition) Reset ¶
func (x *QueueConfig_InQueueConditions_LimitedCondition) Reset()
func (*QueueConfig_InQueueConditions_LimitedCondition) String ¶
func (x *QueueConfig_InQueueConditions_LimitedCondition) String() 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
func (*QueueConfig_InQueueConditions_LimitedConfig) Descriptor() ([]byte, []int)
Deprecated: Use QueueConfig_InQueueConditions_LimitedConfig.ProtoReflect.Descriptor instead.
func (*QueueConfig_InQueueConditions_LimitedConfig) GetActions ¶
func (x *QueueConfig_InQueueConditions_LimitedConfig) GetActions() []*QueueConfig_InQueueConditions_LimitedAction
func (*QueueConfig_InQueueConditions_LimitedConfig) ProtoMessage ¶
func (*QueueConfig_InQueueConditions_LimitedConfig) ProtoMessage()
func (*QueueConfig_InQueueConditions_LimitedConfig) ProtoReflect ¶
func (x *QueueConfig_InQueueConditions_LimitedConfig) ProtoReflect() protoreflect.Message
func (*QueueConfig_InQueueConditions_LimitedConfig) Reset ¶
func (x *QueueConfig_InQueueConditions_LimitedConfig) Reset()
func (*QueueConfig_InQueueConditions_LimitedConfig) String ¶
func (x *QueueConfig_InQueueConditions_LimitedConfig) String() 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 (x *QueueConfig_KeyPressEvents) GetAsterisk() *QueueConfig_KeyPressEvents_Action
func (*QueueConfig_KeyPressEvents) GetEight ¶
func (x *QueueConfig_KeyPressEvents) GetEight() *QueueConfig_KeyPressEvents_Action
func (*QueueConfig_KeyPressEvents) GetFive ¶
func (x *QueueConfig_KeyPressEvents) GetFive() *QueueConfig_KeyPressEvents_Action
func (*QueueConfig_KeyPressEvents) GetFour ¶
func (x *QueueConfig_KeyPressEvents) GetFour() *QueueConfig_KeyPressEvents_Action
func (*QueueConfig_KeyPressEvents) GetHashtag ¶
func (x *QueueConfig_KeyPressEvents) GetHashtag() *QueueConfig_KeyPressEvents_Action
func (*QueueConfig_KeyPressEvents) GetNine ¶
func (x *QueueConfig_KeyPressEvents) GetNine() *QueueConfig_KeyPressEvents_Action
func (*QueueConfig_KeyPressEvents) GetOne ¶
func (x *QueueConfig_KeyPressEvents) GetOne() *QueueConfig_KeyPressEvents_Action
func (*QueueConfig_KeyPressEvents) GetSeven ¶
func (x *QueueConfig_KeyPressEvents) GetSeven() *QueueConfig_KeyPressEvents_Action
func (*QueueConfig_KeyPressEvents) GetSix ¶
func (x *QueueConfig_KeyPressEvents) GetSix() *QueueConfig_KeyPressEvents_Action
func (*QueueConfig_KeyPressEvents) GetThree ¶
func (x *QueueConfig_KeyPressEvents) GetThree() *QueueConfig_KeyPressEvents_Action
func (*QueueConfig_KeyPressEvents) GetTwo ¶
func (x *QueueConfig_KeyPressEvents) GetTwo() *QueueConfig_KeyPressEvents_Action
func (*QueueConfig_KeyPressEvents) GetZero ¶
func (x *QueueConfig_KeyPressEvents) GetZero() *QueueConfig_KeyPressEvents_Action
func (*QueueConfig_KeyPressEvents) ProtoMessage ¶
func (*QueueConfig_KeyPressEvents) ProtoMessage()
func (*QueueConfig_KeyPressEvents) ProtoReflect ¶
func (x *QueueConfig_KeyPressEvents) ProtoReflect() protoreflect.Message
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 (x *QueueConfig_KeyPressEvents_Action) GetAny() *QueueConfig_KeyPressEvents_Config
func (*QueueConfig_KeyPressEvents_Action) GetInbound ¶
func (x *QueueConfig_KeyPressEvents_Action) GetInbound() *QueueConfig_KeyPressEvents_Config
func (*QueueConfig_KeyPressEvents_Action) GetManual ¶
func (x *QueueConfig_KeyPressEvents_Action) GetManual() *QueueConfig_KeyPressEvents_Config
func (*QueueConfig_KeyPressEvents_Action) GetOutbound ¶
func (x *QueueConfig_KeyPressEvents_Action) GetOutbound() *QueueConfig_KeyPressEvents_Config
func (*QueueConfig_KeyPressEvents_Action) GetPreview ¶
func (x *QueueConfig_KeyPressEvents_Action) GetPreview() *QueueConfig_KeyPressEvents_Config
func (*QueueConfig_KeyPressEvents_Action) ProtoMessage ¶
func (*QueueConfig_KeyPressEvents_Action) ProtoMessage()
func (*QueueConfig_KeyPressEvents_Action) ProtoReflect ¶
func (x *QueueConfig_KeyPressEvents_Action) ProtoReflect() protoreflect.Message
func (*QueueConfig_KeyPressEvents_Action) Reset ¶
func (x *QueueConfig_KeyPressEvents_Action) Reset()
func (*QueueConfig_KeyPressEvents_Action) String ¶
func (x *QueueConfig_KeyPressEvents_Action) String() string
type QueueConfig_KeyPressEvents_Config ¶
type QueueConfig_KeyPressEvents_Config struct { // nil option will use the 'None' action. // // Types that are valid to be assigned 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 (x *QueueConfig_KeyPressEvents_Config) GetAddSkills() *QueueConfig_Skills
func (*QueueConfig_KeyPressEvents_Config) GetDropSkills ¶
func (x *QueueConfig_KeyPressEvents_Config) GetDropSkills() *QueueConfig_Skills
func (*QueueConfig_KeyPressEvents_Config) GetHangUp ¶
func (x *QueueConfig_KeyPressEvents_Config) GetHangUp() *QueueConfig_Optionless
func (*QueueConfig_KeyPressEvents_Config) GetOption ¶
func (x *QueueConfig_KeyPressEvents_Config) GetOption() isQueueConfig_KeyPressEvents_Config_Option
func (*QueueConfig_KeyPressEvents_Config) GetQueuedCallback ¶
func (x *QueueConfig_KeyPressEvents_Config) GetQueuedCallback() *QueueConfig_Optionless
func (*QueueConfig_KeyPressEvents_Config) GetTriggerIvr ¶
func (x *QueueConfig_KeyPressEvents_Config) GetTriggerIvr() *QueueConfig_Optionless
func (*QueueConfig_KeyPressEvents_Config) GetVoicemail ¶
func (x *QueueConfig_KeyPressEvents_Config) GetVoicemail() *QueueConfig_Optionless
func (*QueueConfig_KeyPressEvents_Config) ProtoMessage ¶
func (*QueueConfig_KeyPressEvents_Config) ProtoMessage()
func (*QueueConfig_KeyPressEvents_Config) ProtoReflect ¶
func (x *QueueConfig_KeyPressEvents_Config) ProtoReflect() protoreflect.Message
func (*QueueConfig_KeyPressEvents_Config) Reset ¶
func (x *QueueConfig_KeyPressEvents_Config) Reset()
func (*QueueConfig_KeyPressEvents_Config) String ¶
func (x *QueueConfig_KeyPressEvents_Config) String() 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 (x *QueueConfig_PbxRingStrategy) GetAny() *QueueConfig_PbxRingStrategy_Config
func (*QueueConfig_PbxRingStrategy) GetInbound ¶
func (x *QueueConfig_PbxRingStrategy) GetInbound() *QueueConfig_PbxRingStrategy_Config
func (*QueueConfig_PbxRingStrategy) GetOutbound ¶
func (x *QueueConfig_PbxRingStrategy) GetOutbound() *QueueConfig_PbxRingStrategy_Config
func (*QueueConfig_PbxRingStrategy) ProtoMessage ¶
func (*QueueConfig_PbxRingStrategy) ProtoMessage()
func (*QueueConfig_PbxRingStrategy) ProtoReflect ¶
func (x *QueueConfig_PbxRingStrategy) ProtoReflect() protoreflect.Message
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 valid to be assigned 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 (x *QueueConfig_PbxRingStrategy_Config) GetHighestScoreOnly() *QueueConfig_Optionless
func (*QueueConfig_PbxRingStrategy_Config) GetRandom ¶
func (x *QueueConfig_PbxRingStrategy_Config) GetRandom() *QueueConfig_Optionless
func (*QueueConfig_PbxRingStrategy_Config) GetRingAll ¶
func (x *QueueConfig_PbxRingStrategy_Config) GetRingAll() *QueueConfig_Optionless
func (*QueueConfig_PbxRingStrategy_Config) GetStrategy ¶
func (x *QueueConfig_PbxRingStrategy_Config) GetStrategy() isQueueConfig_PbxRingStrategy_Config_Strategy
func (*QueueConfig_PbxRingStrategy_Config) ProtoMessage ¶
func (*QueueConfig_PbxRingStrategy_Config) ProtoMessage()
func (*QueueConfig_PbxRingStrategy_Config) ProtoReflect ¶
func (x *QueueConfig_PbxRingStrategy_Config) ProtoReflect() protoreflect.Message
func (*QueueConfig_PbxRingStrategy_Config) Reset ¶
func (x *QueueConfig_PbxRingStrategy_Config) Reset()
func (*QueueConfig_PbxRingStrategy_Config) String ¶
func (x *QueueConfig_PbxRingStrategy_Config) String() 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 (x *QueueConfig_PositionAnnouncements) GetAny() *QueueConfig_PositionAnnouncements_Disableable
func (*QueueConfig_PositionAnnouncements) GetInbound ¶
func (x *QueueConfig_PositionAnnouncements) GetInbound() *QueueConfig_PositionAnnouncements_Disableable
func (*QueueConfig_PositionAnnouncements) GetManual ¶
func (x *QueueConfig_PositionAnnouncements) GetManual() *QueueConfig_PositionAnnouncements_Disableable
func (*QueueConfig_PositionAnnouncements) GetOutbound ¶
func (x *QueueConfig_PositionAnnouncements) GetOutbound() *QueueConfig_PositionAnnouncements_Disableable
func (*QueueConfig_PositionAnnouncements) GetPreview ¶
func (x *QueueConfig_PositionAnnouncements) GetPreview() *QueueConfig_PositionAnnouncements_Disableable
func (*QueueConfig_PositionAnnouncements) ProtoMessage ¶
func (*QueueConfig_PositionAnnouncements) ProtoMessage()
func (*QueueConfig_PositionAnnouncements) ProtoReflect ¶
func (x *QueueConfig_PositionAnnouncements) ProtoReflect() protoreflect.Message
func (*QueueConfig_PositionAnnouncements) Reset ¶
func (x *QueueConfig_PositionAnnouncements) Reset()
func (*QueueConfig_PositionAnnouncements) String ¶
func (x *QueueConfig_PositionAnnouncements) String() 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 (x *QueueConfig_PositionAnnouncements_Config) GetThreshold() int64
func (*QueueConfig_PositionAnnouncements_Config) ProtoMessage ¶
func (*QueueConfig_PositionAnnouncements_Config) ProtoMessage()
func (*QueueConfig_PositionAnnouncements_Config) ProtoReflect ¶
func (x *QueueConfig_PositionAnnouncements_Config) ProtoReflect() protoreflect.Message
func (*QueueConfig_PositionAnnouncements_Config) Reset ¶
func (x *QueueConfig_PositionAnnouncements_Config) Reset()
func (*QueueConfig_PositionAnnouncements_Config) String ¶
func (x *QueueConfig_PositionAnnouncements_Config) String() string
type QueueConfig_PositionAnnouncements_Disableable ¶
type QueueConfig_PositionAnnouncements_Disableable struct { // Types that are valid to be assigned 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
func (*QueueConfig_PositionAnnouncements_Disableable) Descriptor() ([]byte, []int)
Deprecated: Use QueueConfig_PositionAnnouncements_Disableable.ProtoReflect.Descriptor instead.
func (*QueueConfig_PositionAnnouncements_Disableable) GetConfig ¶
func (x *QueueConfig_PositionAnnouncements_Disableable) GetConfig() *QueueConfig_PositionAnnouncements_Config
func (*QueueConfig_PositionAnnouncements_Disableable) GetDisable ¶
func (x *QueueConfig_PositionAnnouncements_Disableable) GetDisable() *QueueConfig_Disable
func (*QueueConfig_PositionAnnouncements_Disableable) GetOption ¶
func (x *QueueConfig_PositionAnnouncements_Disableable) GetOption() isQueueConfig_PositionAnnouncements_Disableable_Option
func (*QueueConfig_PositionAnnouncements_Disableable) ProtoMessage ¶
func (*QueueConfig_PositionAnnouncements_Disableable) ProtoMessage()
func (*QueueConfig_PositionAnnouncements_Disableable) ProtoReflect ¶
func (x *QueueConfig_PositionAnnouncements_Disableable) ProtoReflect() protoreflect.Message
func (*QueueConfig_PositionAnnouncements_Disableable) Reset ¶
func (x *QueueConfig_PositionAnnouncements_Disableable) Reset()
func (*QueueConfig_PositionAnnouncements_Disableable) String ¶
func (x *QueueConfig_PositionAnnouncements_Disableable) String() 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
func (*QueueConfig_QueueMonitoringSilenceWaitTimes) Descriptor() ([]byte, []int)
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) ProtoMessage()
func (*QueueConfig_QueueMonitoringSilenceWaitTimes) ProtoReflect ¶
func (x *QueueConfig_QueueMonitoringSilenceWaitTimes) ProtoReflect() protoreflect.Message
func (*QueueConfig_QueueMonitoringSilenceWaitTimes) Reset ¶
func (x *QueueConfig_QueueMonitoringSilenceWaitTimes) Reset()
func (*QueueConfig_QueueMonitoringSilenceWaitTimes) String ¶
func (x *QueueConfig_QueueMonitoringSilenceWaitTimes) String() 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 (x *QueueConfig_WaitTimeAnnouncements) GetAny() *QueueConfig_WaitTimeAnnouncements_Disableable
func (*QueueConfig_WaitTimeAnnouncements) GetInbound ¶
func (x *QueueConfig_WaitTimeAnnouncements) GetInbound() *QueueConfig_WaitTimeAnnouncements_Disableable
func (*QueueConfig_WaitTimeAnnouncements) GetManual ¶
func (x *QueueConfig_WaitTimeAnnouncements) GetManual() *QueueConfig_WaitTimeAnnouncements_Disableable
func (*QueueConfig_WaitTimeAnnouncements) GetOutbound ¶
func (x *QueueConfig_WaitTimeAnnouncements) GetOutbound() *QueueConfig_WaitTimeAnnouncements_Disableable
func (*QueueConfig_WaitTimeAnnouncements) GetPreview ¶
func (x *QueueConfig_WaitTimeAnnouncements) GetPreview() *QueueConfig_WaitTimeAnnouncements_Disableable
func (*QueueConfig_WaitTimeAnnouncements) ProtoMessage ¶
func (*QueueConfig_WaitTimeAnnouncements) ProtoMessage()
func (*QueueConfig_WaitTimeAnnouncements) ProtoReflect ¶
func (x *QueueConfig_WaitTimeAnnouncements) ProtoReflect() protoreflect.Message
func (*QueueConfig_WaitTimeAnnouncements) Reset ¶
func (x *QueueConfig_WaitTimeAnnouncements) Reset()
func (*QueueConfig_WaitTimeAnnouncements) String ¶
func (x *QueueConfig_WaitTimeAnnouncements) String() 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 (x *QueueConfig_WaitTimeAnnouncements_Config) GetThreshold() int64
func (*QueueConfig_WaitTimeAnnouncements_Config) ProtoMessage ¶
func (*QueueConfig_WaitTimeAnnouncements_Config) ProtoMessage()
func (*QueueConfig_WaitTimeAnnouncements_Config) ProtoReflect ¶
func (x *QueueConfig_WaitTimeAnnouncements_Config) ProtoReflect() protoreflect.Message
func (*QueueConfig_WaitTimeAnnouncements_Config) Reset ¶
func (x *QueueConfig_WaitTimeAnnouncements_Config) Reset()
func (*QueueConfig_WaitTimeAnnouncements_Config) String ¶
func (x *QueueConfig_WaitTimeAnnouncements_Config) String() string
type QueueConfig_WaitTimeAnnouncements_Disableable ¶
type QueueConfig_WaitTimeAnnouncements_Disableable struct { // Types that are valid to be assigned 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
func (*QueueConfig_WaitTimeAnnouncements_Disableable) Descriptor() ([]byte, []int)
Deprecated: Use QueueConfig_WaitTimeAnnouncements_Disableable.ProtoReflect.Descriptor instead.
func (*QueueConfig_WaitTimeAnnouncements_Disableable) GetConfig ¶
func (x *QueueConfig_WaitTimeAnnouncements_Disableable) GetConfig() *QueueConfig_WaitTimeAnnouncements_Config
func (*QueueConfig_WaitTimeAnnouncements_Disableable) GetDisable ¶
func (x *QueueConfig_WaitTimeAnnouncements_Disableable) GetDisable() *QueueConfig_Disable
func (*QueueConfig_WaitTimeAnnouncements_Disableable) GetOption ¶
func (x *QueueConfig_WaitTimeAnnouncements_Disableable) GetOption() isQueueConfig_WaitTimeAnnouncements_Disableable_Option
func (*QueueConfig_WaitTimeAnnouncements_Disableable) ProtoMessage ¶
func (*QueueConfig_WaitTimeAnnouncements_Disableable) ProtoMessage()
func (*QueueConfig_WaitTimeAnnouncements_Disableable) ProtoReflect ¶
func (x *QueueConfig_WaitTimeAnnouncements_Disableable) ProtoReflect() protoreflect.Message
func (*QueueConfig_WaitTimeAnnouncements_Disableable) Reset ¶
func (x *QueueConfig_WaitTimeAnnouncements_Disableable) Reset()
func (*QueueConfig_WaitTimeAnnouncements_Disableable) String ¶
func (x *QueueConfig_WaitTimeAnnouncements_Disableable) String() 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
func (*RecordEmailUnsubscribeAcknowledgementRequest) Descriptor() ([]byte, []int)
Deprecated: Use RecordEmailUnsubscribeAcknowledgementRequest.ProtoReflect.Descriptor instead.
func (*RecordEmailUnsubscribeAcknowledgementRequest) ProtoMessage ¶
func (*RecordEmailUnsubscribeAcknowledgementRequest) ProtoMessage()
func (*RecordEmailUnsubscribeAcknowledgementRequest) ProtoReflect ¶
func (x *RecordEmailUnsubscribeAcknowledgementRequest) ProtoReflect() protoreflect.Message
func (*RecordEmailUnsubscribeAcknowledgementRequest) Reset ¶
func (x *RecordEmailUnsubscribeAcknowledgementRequest) Reset()
func (*RecordEmailUnsubscribeAcknowledgementRequest) String ¶
func (x *RecordEmailUnsubscribeAcknowledgementRequest) String() string
type RecordEmailUnsubscribeAcknowledgementResponse ¶
type RecordEmailUnsubscribeAcknowledgementResponse struct {
// contains filtered or unexported fields
}
Response for recording email unsubscribe acknowledgement.
func (*RecordEmailUnsubscribeAcknowledgementResponse) Descriptor
deprecated
func (*RecordEmailUnsubscribeAcknowledgementResponse) Descriptor() ([]byte, []int)
Deprecated: Use RecordEmailUnsubscribeAcknowledgementResponse.ProtoReflect.Descriptor instead.
func (*RecordEmailUnsubscribeAcknowledgementResponse) ProtoMessage ¶
func (*RecordEmailUnsubscribeAcknowledgementResponse) ProtoMessage()
func (*RecordEmailUnsubscribeAcknowledgementResponse) ProtoReflect ¶
func (x *RecordEmailUnsubscribeAcknowledgementResponse) ProtoReflect() protoreflect.Message
func (*RecordEmailUnsubscribeAcknowledgementResponse) Reset ¶
func (x *RecordEmailUnsubscribeAcknowledgementResponse) Reset()
func (*RecordEmailUnsubscribeAcknowledgementResponse) String ¶
func (x *RecordEmailUnsubscribeAcknowledgementResponse) String() 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 (x *RecordingsFileNamingConvention) GetInbound() *FileNamingConvention
func (*RecordingsFileNamingConvention) GetManual ¶
func (x *RecordingsFileNamingConvention) GetManual() *FileNamingConvention
func (*RecordingsFileNamingConvention) GetOutbound ¶
func (x *RecordingsFileNamingConvention) GetOutbound() *FileNamingConvention
func (*RecordingsFileNamingConvention) GetPreview ¶
func (x *RecordingsFileNamingConvention) GetPreview() *FileNamingConvention
func (*RecordingsFileNamingConvention) GetXmlClientPropertySid ¶
func (x *RecordingsFileNamingConvention) GetXmlClientPropertySid() int64
func (*RecordingsFileNamingConvention) ProtoMessage ¶
func (*RecordingsFileNamingConvention) ProtoMessage()
func (*RecordingsFileNamingConvention) ProtoReflect ¶
func (x *RecordingsFileNamingConvention) ProtoReflect() protoreflect.Message
func (*RecordingsFileNamingConvention) Reset ¶
func (x *RecordingsFileNamingConvention) Reset()
func (*RecordingsFileNamingConvention) String ¶
func (x *RecordingsFileNamingConvention) String() 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 (x *RecordingsZipFileNamingConvention) GetCombined() *FileNamingConvention
func (*RecordingsZipFileNamingConvention) GetInbound ¶
func (x *RecordingsZipFileNamingConvention) GetInbound() *FileNamingConvention
func (*RecordingsZipFileNamingConvention) GetManual ¶
func (x *RecordingsZipFileNamingConvention) GetManual() *FileNamingConvention
func (*RecordingsZipFileNamingConvention) GetOutbound ¶
func (x *RecordingsZipFileNamingConvention) GetOutbound() *FileNamingConvention
func (*RecordingsZipFileNamingConvention) GetXmlClientPropertySid ¶
func (x *RecordingsZipFileNamingConvention) GetXmlClientPropertySid() int64
func (*RecordingsZipFileNamingConvention) ProtoMessage ¶
func (*RecordingsZipFileNamingConvention) ProtoMessage()
func (*RecordingsZipFileNamingConvention) ProtoReflect ¶
func (x *RecordingsZipFileNamingConvention) ProtoReflect() protoreflect.Message
func (*RecordingsZipFileNamingConvention) Reset ¶
func (x *RecordingsZipFileNamingConvention) Reset()
func (*RecordingsZipFileNamingConvention) String ¶
func (x *RecordingsZipFileNamingConvention) String() 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 (x *RegisterOrganizationRequest) ProtoReflect() protoreflect.Message
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 (x *RegisterOrganizationResponse) ProtoReflect() protoreflect.Message
func (*RegisterOrganizationResponse) Reset ¶
func (x *RegisterOrganizationResponse) Reset()
func (*RegisterOrganizationResponse) String ¶
func (x *RegisterOrganizationResponse) String() 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 (x *RemoveLoginStrikesRequest) ProtoReflect() protoreflect.Message
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 (x *RemoveLoginStrikesResponse) ProtoReflect() protoreflect.Message
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 (x *RemoveOrgBillingOverrideRequest) GetCountry() commons.Country
func (*RemoveOrgBillingOverrideRequest) GetOrgId ¶
func (x *RemoveOrgBillingOverrideRequest) GetOrgId() string
func (*RemoveOrgBillingOverrideRequest) GetRegion ¶
func (x *RemoveOrgBillingOverrideRequest) GetRegion() string
func (*RemoveOrgBillingOverrideRequest) ProtoMessage ¶
func (*RemoveOrgBillingOverrideRequest) ProtoMessage()
func (*RemoveOrgBillingOverrideRequest) ProtoReflect ¶
func (x *RemoveOrgBillingOverrideRequest) ProtoReflect() protoreflect.Message
func (*RemoveOrgBillingOverrideRequest) Reset ¶
func (x *RemoveOrgBillingOverrideRequest) Reset()
func (*RemoveOrgBillingOverrideRequest) String ¶
func (x *RemoveOrgBillingOverrideRequest) String() 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 (x *RemoveOrgBillingOverrideResponse) ProtoReflect() protoreflect.Message
func (*RemoveOrgBillingOverrideResponse) Reset ¶
func (x *RemoveOrgBillingOverrideResponse) Reset()
func (*RemoveOrgBillingOverrideResponse) String ¶
func (x *RemoveOrgBillingOverrideResponse) String() 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
func (*RemovePermissionFromOrgDefaultGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemovePermissionFromOrgDefaultGroupRequest.ProtoReflect.Descriptor instead.
func (*RemovePermissionFromOrgDefaultGroupRequest) GetOrgId ¶
func (x *RemovePermissionFromOrgDefaultGroupRequest) GetOrgId() string
func (*RemovePermissionFromOrgDefaultGroupRequest) GetPermission ¶
func (x *RemovePermissionFromOrgDefaultGroupRequest) GetPermission() auth.Permission
func (*RemovePermissionFromOrgDefaultGroupRequest) ProtoMessage ¶
func (*RemovePermissionFromOrgDefaultGroupRequest) ProtoMessage()
func (*RemovePermissionFromOrgDefaultGroupRequest) ProtoReflect ¶
func (x *RemovePermissionFromOrgDefaultGroupRequest) ProtoReflect() protoreflect.Message
func (*RemovePermissionFromOrgDefaultGroupRequest) Reset ¶
func (x *RemovePermissionFromOrgDefaultGroupRequest) Reset()
func (*RemovePermissionFromOrgDefaultGroupRequest) String ¶
func (x *RemovePermissionFromOrgDefaultGroupRequest) String() 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
func (*RemovePermissionFromOrgDefaultGroupResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemovePermissionFromOrgDefaultGroupResponse.ProtoReflect.Descriptor instead.
func (*RemovePermissionFromOrgDefaultGroupResponse) GetDefaultPermissionGroup ¶
func (x *RemovePermissionFromOrgDefaultGroupResponse) GetDefaultPermissionGroup() *PermissionGroup
func (*RemovePermissionFromOrgDefaultGroupResponse) ProtoMessage ¶
func (*RemovePermissionFromOrgDefaultGroupResponse) ProtoMessage()
func (*RemovePermissionFromOrgDefaultGroupResponse) ProtoReflect ¶
func (x *RemovePermissionFromOrgDefaultGroupResponse) ProtoReflect() protoreflect.Message
func (*RemovePermissionFromOrgDefaultGroupResponse) Reset ¶
func (x *RemovePermissionFromOrgDefaultGroupResponse) Reset()
func (*RemovePermissionFromOrgDefaultGroupResponse) String ¶
func (x *RemovePermissionFromOrgDefaultGroupResponse) String() 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 (x *RemoveUserLoginStrikesRequest) ProtoReflect() protoreflect.Message
func (*RemoveUserLoginStrikesRequest) Reset ¶
func (x *RemoveUserLoginStrikesRequest) Reset()
func (*RemoveUserLoginStrikesRequest) String ¶
func (x *RemoveUserLoginStrikesRequest) String() 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 (x *RemoveUserLoginStrikesResponse) ProtoReflect() protoreflect.Message
func (*RemoveUserLoginStrikesResponse) Reset ¶
func (x *RemoveUserLoginStrikesResponse) Reset()
func (*RemoveUserLoginStrikesResponse) String ¶
func (x *RemoveUserLoginStrikesResponse) String() 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 (x *RemoveUserSubscriptionRequest) ProtoReflect() protoreflect.Message
func (*RemoveUserSubscriptionRequest) Reset ¶
func (x *RemoveUserSubscriptionRequest) Reset()
func (*RemoveUserSubscriptionRequest) String ¶
func (x *RemoveUserSubscriptionRequest) String() 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 (x *RemoveUserSubscriptionResponse) ProtoReflect() protoreflect.Message
func (*RemoveUserSubscriptionResponse) Reset ¶
func (x *RemoveUserSubscriptionResponse) Reset()
func (*RemoveUserSubscriptionResponse) String ¶
func (x *RemoveUserSubscriptionResponse) String() string
type ReportFilter ¶
type ReportFilter struct { // Types that are valid to be assigned 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 (x *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 (x *ResetUserRequirePasswordResetRequest) GetUserId() string
func (*ResetUserRequirePasswordResetRequest) ProtoMessage ¶
func (*ResetUserRequirePasswordResetRequest) ProtoMessage()
func (*ResetUserRequirePasswordResetRequest) ProtoReflect ¶
func (x *ResetUserRequirePasswordResetRequest) ProtoReflect() protoreflect.Message
func (*ResetUserRequirePasswordResetRequest) Reset ¶
func (x *ResetUserRequirePasswordResetRequest) Reset()
func (*ResetUserRequirePasswordResetRequest) String ¶
func (x *ResetUserRequirePasswordResetRequest) String() 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 (x *ResetUserRequirePasswordResetResponse) ProtoReflect() protoreflect.Message
func (*ResetUserRequirePasswordResetResponse) Reset ¶
func (x *ResetUserRequirePasswordResetResponse) Reset()
func (*ResetUserRequirePasswordResetResponse) String ¶
func (x *ResetUserRequirePasswordResetResponse) String() 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
func (*RevokeAccountOwnerPermissionFromUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use RevokeAccountOwnerPermissionFromUserRequest.ProtoReflect.Descriptor instead.
func (*RevokeAccountOwnerPermissionFromUserRequest) GetUserId ¶
func (x *RevokeAccountOwnerPermissionFromUserRequest) GetUserId() string
func (*RevokeAccountOwnerPermissionFromUserRequest) ProtoMessage ¶
func (*RevokeAccountOwnerPermissionFromUserRequest) ProtoMessage()
func (*RevokeAccountOwnerPermissionFromUserRequest) ProtoReflect ¶
func (x *RevokeAccountOwnerPermissionFromUserRequest) ProtoReflect() protoreflect.Message
func (*RevokeAccountOwnerPermissionFromUserRequest) Reset ¶
func (x *RevokeAccountOwnerPermissionFromUserRequest) Reset()
func (*RevokeAccountOwnerPermissionFromUserRequest) String ¶
func (x *RevokeAccountOwnerPermissionFromUserRequest) String() string
type RevokeAccountOwnerPermissionFromUserResponse ¶
type RevokeAccountOwnerPermissionFromUserResponse struct {
// contains filtered or unexported fields
}
func (*RevokeAccountOwnerPermissionFromUserResponse) Descriptor
deprecated
func (*RevokeAccountOwnerPermissionFromUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use RevokeAccountOwnerPermissionFromUserResponse.ProtoReflect.Descriptor instead.
func (*RevokeAccountOwnerPermissionFromUserResponse) ProtoMessage ¶
func (*RevokeAccountOwnerPermissionFromUserResponse) ProtoMessage()
func (*RevokeAccountOwnerPermissionFromUserResponse) ProtoReflect ¶
func (x *RevokeAccountOwnerPermissionFromUserResponse) ProtoReflect() protoreflect.Message
func (*RevokeAccountOwnerPermissionFromUserResponse) Reset ¶
func (x *RevokeAccountOwnerPermissionFromUserResponse) Reset()
func (*RevokeAccountOwnerPermissionFromUserResponse) String ¶
func (x *RevokeAccountOwnerPermissionFromUserResponse) String() 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
func (*RevokePermissionToAccountOwnerPermissionGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use RevokePermissionToAccountOwnerPermissionGroupRequest.ProtoReflect.Descriptor instead.
func (*RevokePermissionToAccountOwnerPermissionGroupRequest) GetOrgId ¶
func (x *RevokePermissionToAccountOwnerPermissionGroupRequest) GetOrgId() string
func (*RevokePermissionToAccountOwnerPermissionGroupRequest) GetPermissions ¶
func (x *RevokePermissionToAccountOwnerPermissionGroupRequest) GetPermissions() []auth.Permission
func (*RevokePermissionToAccountOwnerPermissionGroupRequest) ProtoMessage ¶
func (*RevokePermissionToAccountOwnerPermissionGroupRequest) ProtoMessage()
func (*RevokePermissionToAccountOwnerPermissionGroupRequest) ProtoReflect ¶
func (x *RevokePermissionToAccountOwnerPermissionGroupRequest) ProtoReflect() protoreflect.Message
func (*RevokePermissionToAccountOwnerPermissionGroupRequest) Reset ¶
func (x *RevokePermissionToAccountOwnerPermissionGroupRequest) Reset()
func (*RevokePermissionToAccountOwnerPermissionGroupRequest) String ¶
func (x *RevokePermissionToAccountOwnerPermissionGroupRequest) String() 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
func (*RevokePermissionToAccountOwnerPermissionGroupResponse) Descriptor() ([]byte, []int)
Deprecated: Use RevokePermissionToAccountOwnerPermissionGroupResponse.ProtoReflect.Descriptor instead.
func (*RevokePermissionToAccountOwnerPermissionGroupResponse) GetDefaultPermissionGroup ¶
func (x *RevokePermissionToAccountOwnerPermissionGroupResponse) GetDefaultPermissionGroup() *PermissionGroup
func (*RevokePermissionToAccountOwnerPermissionGroupResponse) ProtoMessage ¶
func (*RevokePermissionToAccountOwnerPermissionGroupResponse) ProtoMessage()
func (*RevokePermissionToAccountOwnerPermissionGroupResponse) ProtoReflect ¶
func (x *RevokePermissionToAccountOwnerPermissionGroupResponse) ProtoReflect() protoreflect.Message
func (*RevokePermissionToAccountOwnerPermissionGroupResponse) Reset ¶
func (x *RevokePermissionToAccountOwnerPermissionGroupResponse) Reset()
func (*RevokePermissionToAccountOwnerPermissionGroupResponse) String ¶
func (x *RevokePermissionToAccountOwnerPermissionGroupResponse) String() 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 (x *RevokeUserPermissionGroupRequest) ProtoReflect() protoreflect.Message
func (*RevokeUserPermissionGroupRequest) Reset ¶
func (x *RevokeUserPermissionGroupRequest) Reset()
func (*RevokeUserPermissionGroupRequest) String ¶
func (x *RevokeUserPermissionGroupRequest) String() 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 (x *RevokeUserPermissionGroupResponse) ProtoReflect() protoreflect.Message
func (*RevokeUserPermissionGroupResponse) Reset ¶
func (x *RevokeUserPermissionGroupResponse) Reset()
func (*RevokeUserPermissionGroupResponse) String ¶
func (x *RevokeUserPermissionGroupResponse) String() 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 (x *RevokeUsersP3PermissionGroupRequest) ProtoReflect() protoreflect.Message
func (*RevokeUsersP3PermissionGroupRequest) Reset ¶
func (x *RevokeUsersP3PermissionGroupRequest) Reset()
func (*RevokeUsersP3PermissionGroupRequest) String ¶
func (x *RevokeUsersP3PermissionGroupRequest) String() 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 (x *RevokeUsersP3PermissionGroupResponse) ProtoReflect() protoreflect.Message
func (*RevokeUsersP3PermissionGroupResponse) Reset ¶
func (x *RevokeUsersP3PermissionGroupResponse) Reset()
func (*RevokeUsersP3PermissionGroupResponse) String ¶
func (x *RevokeUsersP3PermissionGroupResponse) String() 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 (x *RevokeUsersPermissionGroupRequest) ProtoReflect() protoreflect.Message
func (*RevokeUsersPermissionGroupRequest) Reset ¶
func (x *RevokeUsersPermissionGroupRequest) Reset()
func (*RevokeUsersPermissionGroupRequest) String ¶
func (x *RevokeUsersPermissionGroupRequest) String() 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 (x *RevokeUsersPermissionGroupResponse) ProtoReflect() protoreflect.Message
func (*RevokeUsersPermissionGroupResponse) Reset ¶
func (x *RevokeUsersPermissionGroupResponse) Reset()
func (*RevokeUsersPermissionGroupResponse) String ¶
func (x *RevokeUsersPermissionGroupResponse) String() 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 /* 174-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 (*SchedulePreferences) GetCampaignLinks ¶
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) Descriptor() protoreflect.EnumDescriptor
func (Scorecards_EvaluationInterval) Enum ¶
func (x Scorecards_EvaluationInterval) Enum() *Scorecards_EvaluationInterval
func (Scorecards_EvaluationInterval) EnumDescriptor
deprecated
func (Scorecards_EvaluationInterval) EnumDescriptor() ([]byte, []int)
Deprecated: Use Scorecards_EvaluationInterval.Descriptor instead.
func (Scorecards_EvaluationInterval) Number ¶
func (x Scorecards_EvaluationInterval) Number() protoreflect.EnumNumber
func (Scorecards_EvaluationInterval) String ¶
func (x Scorecards_EvaluationInterval) String() string
func (Scorecards_EvaluationInterval) Type ¶
func (Scorecards_EvaluationInterval) Type() protoreflect.EnumType
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 (x *SendUserVerificationEmailRequest) GetOrgId() string
func (*SendUserVerificationEmailRequest) GetUserId ¶
func (x *SendUserVerificationEmailRequest) GetUserId() string
func (*SendUserVerificationEmailRequest) ProtoMessage ¶
func (*SendUserVerificationEmailRequest) ProtoMessage()
func (*SendUserVerificationEmailRequest) ProtoReflect ¶
func (x *SendUserVerificationEmailRequest) ProtoReflect() protoreflect.Message
func (*SendUserVerificationEmailRequest) Reset ¶
func (x *SendUserVerificationEmailRequest) Reset()
func (*SendUserVerificationEmailRequest) String ¶
func (x *SendUserVerificationEmailRequest) String() 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 (x *SendUserVerificationEmailResponse) ProtoReflect() protoreflect.Message
func (*SendUserVerificationEmailResponse) Reset ¶
func (x *SendUserVerificationEmailResponse) Reset()
func (*SendUserVerificationEmailResponse) String ¶
func (x *SendUserVerificationEmailResponse) String() 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 valid to be assigned 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 (x *SetAllQueueConfigSoundsFromSourceReq) GetConfig() *wrapperspb.StringValue
func (*SetAllQueueConfigSoundsFromSourceReq) GetDefaultProfile ¶
func (x *SetAllQueueConfigSoundsFromSourceReq) GetDefaultProfile() *SetAllQueueConfigSoundsFromSourceReq_DefaultProfile
func (*SetAllQueueConfigSoundsFromSourceReq) GetFrom ¶
func (x *SetAllQueueConfigSoundsFromSourceReq) GetFrom() isSetAllQueueConfigSoundsFromSourceReq_From
func (*SetAllQueueConfigSoundsFromSourceReq) GetToConfig ¶
func (x *SetAllQueueConfigSoundsFromSourceReq) GetToConfig() string
func (*SetAllQueueConfigSoundsFromSourceReq) ProtoMessage ¶
func (*SetAllQueueConfigSoundsFromSourceReq) ProtoMessage()
func (*SetAllQueueConfigSoundsFromSourceReq) ProtoReflect ¶
func (x *SetAllQueueConfigSoundsFromSourceReq) ProtoReflect() protoreflect.Message
func (*SetAllQueueConfigSoundsFromSourceReq) Reset ¶
func (x *SetAllQueueConfigSoundsFromSourceReq) Reset()
func (*SetAllQueueConfigSoundsFromSourceReq) String ¶
func (x *SetAllQueueConfigSoundsFromSourceReq) String() 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
func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) Descriptor() ([]byte, []int)
Deprecated: Use SetAllQueueConfigSoundsFromSourceReq_DefaultProfile.ProtoReflect.Descriptor instead.
func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) GetGender ¶
func (x *SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) GetGender() commons.SoundGender
func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) GetLanguage ¶
func (x *SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) GetLanguage() commons.SoundLanguage
func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) ProtoMessage ¶
func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) ProtoMessage()
func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) ProtoReflect ¶
func (x *SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) ProtoReflect() protoreflect.Message
func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) Reset ¶
func (x *SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) Reset()
func (*SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) String ¶
func (x *SetAllQueueConfigSoundsFromSourceReq_DefaultProfile) String() 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 (x *SetAllQueueConfigSoundsFromSourceRes) ProtoReflect() protoreflect.Message
func (*SetAllQueueConfigSoundsFromSourceRes) Reset ¶
func (x *SetAllQueueConfigSoundsFromSourceRes) Reset()
func (*SetAllQueueConfigSoundsFromSourceRes) String ¶
func (x *SetAllQueueConfigSoundsFromSourceRes) String() 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 (x *SetOrgBillingSettingsRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*SetOrgBillingSettingsRequest) GetSettings ¶
func (x *SetOrgBillingSettingsRequest) GetSettings() *OrgBillingSettings
func (*SetOrgBillingSettingsRequest) ProtoMessage ¶
func (*SetOrgBillingSettingsRequest) ProtoMessage()
func (*SetOrgBillingSettingsRequest) ProtoReflect ¶
func (x *SetOrgBillingSettingsRequest) ProtoReflect() protoreflect.Message
func (*SetOrgBillingSettingsRequest) Reset ¶
func (x *SetOrgBillingSettingsRequest) Reset()
func (*SetOrgBillingSettingsRequest) String ¶
func (x *SetOrgBillingSettingsRequest) String() 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 (x *SetOrgBillingSettingsResponse) ProtoReflect() protoreflect.Message
func (*SetOrgBillingSettingsResponse) Reset ¶
func (x *SetOrgBillingSettingsResponse) Reset()
func (*SetOrgBillingSettingsResponse) String ¶
func (x *SetOrgBillingSettingsResponse) String() 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 (x *SetQueueConfigSoundReq) GetSound() commons.ConfigSound
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) GetDescription ¶
func (*Skill) GetSkillSid ¶
func (*Skill) ProtoMessage ¶
func (*Skill) ProtoMessage()
func (*Skill) ProtoReflect ¶
func (x *Skill) ProtoReflect() protoreflect.Message
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 (x *SyncP3PermissionGroupRequest) ProtoReflect() protoreflect.Message
func (*SyncP3PermissionGroupRequest) Reset ¶
func (x *SyncP3PermissionGroupRequest) Reset()
func (*SyncP3PermissionGroupRequest) String ¶
func (x *SyncP3PermissionGroupRequest) String() 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 (x *SyncP3PermissionGroupResponse) ProtoReflect() protoreflect.Message
func (*SyncP3PermissionGroupResponse) Reset ¶
func (x *SyncP3PermissionGroupResponse) Reset()
func (*SyncP3PermissionGroupResponse) String ¶
func (x *SyncP3PermissionGroupResponse) String() 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 (x *UnArchiveOrganizationRequest) ProtoReflect() protoreflect.Message
func (*UnArchiveOrganizationRequest) Reset ¶
func (x *UnArchiveOrganizationRequest) Reset()
func (*UnArchiveOrganizationRequest) String ¶
func (x *UnArchiveOrganizationRequest) String() 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 (x *UnArchiveOrganizationResponse) ProtoReflect() protoreflect.Message
func (*UnArchiveOrganizationResponse) Reset ¶
func (x *UnArchiveOrganizationResponse) Reset()
func (*UnArchiveOrganizationResponse) String ¶
func (x *UnArchiveOrganizationResponse) String() 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.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedOrgLegacyServer) RegisterOrganization ¶
func (UnimplementedOrgLegacyServer) RegisterOrganization(context.Context, *RegisterOrganizationRequest) (*RegisterOrganizationResponse, error)
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 (x *UpdateAdminClientPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateAdminClientPreferencesRequest) GetOrgId ¶
func (x *UpdateAdminClientPreferencesRequest) GetOrgId() string
func (*UpdateAdminClientPreferencesRequest) ProtoMessage ¶
func (*UpdateAdminClientPreferencesRequest) ProtoMessage()
func (*UpdateAdminClientPreferencesRequest) ProtoReflect ¶
func (x *UpdateAdminClientPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateAdminClientPreferencesRequest) Reset ¶
func (x *UpdateAdminClientPreferencesRequest) Reset()
func (*UpdateAdminClientPreferencesRequest) String ¶
func (x *UpdateAdminClientPreferencesRequest) String() 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 (x *UpdateAdminClientPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateAdminClientPreferencesResponse) Reset ¶
func (x *UpdateAdminClientPreferencesResponse) Reset()
func (*UpdateAdminClientPreferencesResponse) String ¶
func (x *UpdateAdminClientPreferencesResponse) String() 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 (x *UpdateAgentPauseCodeRequest) ProtoReflect() protoreflect.Message
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 (x *UpdateAgentPauseCodeResponse) ProtoReflect() protoreflect.Message
func (*UpdateAgentPauseCodeResponse) Reset ¶
func (x *UpdateAgentPauseCodeResponse) Reset()
func (*UpdateAgentPauseCodeResponse) String ¶
func (x *UpdateAgentPauseCodeResponse) String() 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 (x *UpdateAgentPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateAgentPreferencesRequest) ProtoMessage ¶
func (*UpdateAgentPreferencesRequest) ProtoMessage()
func (*UpdateAgentPreferencesRequest) ProtoReflect ¶
func (x *UpdateAgentPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateAgentPreferencesRequest) Reset ¶
func (x *UpdateAgentPreferencesRequest) Reset()
func (*UpdateAgentPreferencesRequest) String ¶
func (x *UpdateAgentPreferencesRequest) String() 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 (x *UpdateAgentPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateAgentPreferencesResponse) Reset ¶
func (x *UpdateAgentPreferencesResponse) Reset()
func (*UpdateAgentPreferencesResponse) String ¶
func (x *UpdateAgentPreferencesResponse) String() 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 (x *UpdateAgentProfileGroupRequest) ProtoReflect() protoreflect.Message
func (*UpdateAgentProfileGroupRequest) Reset ¶
func (x *UpdateAgentProfileGroupRequest) Reset()
func (*UpdateAgentProfileGroupRequest) String ¶
func (x *UpdateAgentProfileGroupRequest) String() 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 (x *UpdateAgentProfileGroupResponse) ProtoReflect() protoreflect.Message
func (*UpdateAgentProfileGroupResponse) Reset ¶
func (x *UpdateAgentProfileGroupResponse) Reset()
func (*UpdateAgentProfileGroupResponse) String ¶
func (x *UpdateAgentProfileGroupResponse) String() 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 (x *UpdateAgentStatisticsTemplateRequest) GetTemplate() *AgentLoginGuiStatisticsTemplate
func (*UpdateAgentStatisticsTemplateRequest) ProtoMessage ¶
func (*UpdateAgentStatisticsTemplateRequest) ProtoMessage()
func (*UpdateAgentStatisticsTemplateRequest) ProtoReflect ¶
func (x *UpdateAgentStatisticsTemplateRequest) ProtoReflect() protoreflect.Message
func (*UpdateAgentStatisticsTemplateRequest) Reset ¶
func (x *UpdateAgentStatisticsTemplateRequest) Reset()
func (*UpdateAgentStatisticsTemplateRequest) String ¶
func (x *UpdateAgentStatisticsTemplateRequest) String() 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 (x *UpdateAgentStatisticsTemplateResponse) ProtoReflect() protoreflect.Message
func (*UpdateAgentStatisticsTemplateResponse) Reset ¶
func (x *UpdateAgentStatisticsTemplateResponse) Reset()
func (*UpdateAgentStatisticsTemplateResponse) String ¶
func (x *UpdateAgentStatisticsTemplateResponse) String() 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 (x *UpdateAgentTriggerTemplateRequest) ProtoReflect() protoreflect.Message
func (*UpdateAgentTriggerTemplateRequest) Reset ¶
func (x *UpdateAgentTriggerTemplateRequest) Reset()
func (*UpdateAgentTriggerTemplateRequest) String ¶
func (x *UpdateAgentTriggerTemplateRequest) String() 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 (x *UpdateAgentTriggerTemplateResponse) ProtoReflect() protoreflect.Message
func (*UpdateAgentTriggerTemplateResponse) Reset ¶
func (x *UpdateAgentTriggerTemplateResponse) Reset()
func (*UpdateAgentTriggerTemplateResponse) String ¶
func (x *UpdateAgentTriggerTemplateResponse) String() 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 (x *UpdateAuthConnectionSettingsRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateAuthConnectionSettingsRequest) GetSettings ¶
func (x *UpdateAuthConnectionSettingsRequest) GetSettings() *AuthConnectionSettings
func (*UpdateAuthConnectionSettingsRequest) ProtoMessage ¶
func (*UpdateAuthConnectionSettingsRequest) ProtoMessage()
func (*UpdateAuthConnectionSettingsRequest) ProtoReflect ¶
func (x *UpdateAuthConnectionSettingsRequest) ProtoReflect() protoreflect.Message
func (*UpdateAuthConnectionSettingsRequest) Reset ¶
func (x *UpdateAuthConnectionSettingsRequest) Reset()
func (*UpdateAuthConnectionSettingsRequest) String ¶
func (x *UpdateAuthConnectionSettingsRequest) String() 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 (x *UpdateAuthConnectionSettingsResponse) ProtoReflect() protoreflect.Message
func (*UpdateAuthConnectionSettingsResponse) Reset ¶
func (x *UpdateAuthConnectionSettingsResponse) Reset()
func (*UpdateAuthConnectionSettingsResponse) String ¶
func (x *UpdateAuthConnectionSettingsResponse) String() 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 (x *UpdateAuthenticationPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateAuthenticationPreferencesRequest) ProtoMessage ¶
func (*UpdateAuthenticationPreferencesRequest) ProtoMessage()
func (*UpdateAuthenticationPreferencesRequest) ProtoReflect ¶
func (x *UpdateAuthenticationPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateAuthenticationPreferencesRequest) Reset ¶
func (x *UpdateAuthenticationPreferencesRequest) Reset()
func (*UpdateAuthenticationPreferencesRequest) String ¶
func (x *UpdateAuthenticationPreferencesRequest) String() 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) ProtoMessage()
func (*UpdateAuthenticationPreferencesResponse) ProtoReflect ¶
func (x *UpdateAuthenticationPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateAuthenticationPreferencesResponse) Reset ¶
func (x *UpdateAuthenticationPreferencesResponse) Reset()
func (*UpdateAuthenticationPreferencesResponse) String ¶
func (x *UpdateAuthenticationPreferencesResponse) String() 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 (x *UpdateBroadcastPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateBroadcastPreferencesRequest) ProtoMessage ¶
func (*UpdateBroadcastPreferencesRequest) ProtoMessage()
func (*UpdateBroadcastPreferencesRequest) ProtoReflect ¶
func (x *UpdateBroadcastPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateBroadcastPreferencesRequest) Reset ¶
func (x *UpdateBroadcastPreferencesRequest) Reset()
func (*UpdateBroadcastPreferencesRequest) String ¶
func (x *UpdateBroadcastPreferencesRequest) String() 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 (x *UpdateBroadcastPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateBroadcastPreferencesResponse) Reset ¶
func (x *UpdateBroadcastPreferencesResponse) Reset()
func (*UpdateBroadcastPreferencesResponse) String ¶
func (x *UpdateBroadcastPreferencesResponse) String() 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 (x *UpdateBulkUsersDisabledRequest) ProtoReflect() protoreflect.Message
func (*UpdateBulkUsersDisabledRequest) Reset ¶
func (x *UpdateBulkUsersDisabledRequest) Reset()
func (*UpdateBulkUsersDisabledRequest) String ¶
func (x *UpdateBulkUsersDisabledRequest) String() 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 (x *UpdateBulkUsersDisabledResponse) ProtoReflect() protoreflect.Message
func (*UpdateBulkUsersDisabledResponse) Reset ¶
func (x *UpdateBulkUsersDisabledResponse) Reset()
func (*UpdateBulkUsersDisabledResponse) String ¶
func (x *UpdateBulkUsersDisabledResponse) String() 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 (x *UpdateBusinessPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateBusinessPreferencesRequest) ProtoMessage ¶
func (*UpdateBusinessPreferencesRequest) ProtoMessage()
func (*UpdateBusinessPreferencesRequest) ProtoReflect ¶
func (x *UpdateBusinessPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateBusinessPreferencesRequest) Reset ¶
func (x *UpdateBusinessPreferencesRequest) Reset()
func (*UpdateBusinessPreferencesRequest) String ¶
func (x *UpdateBusinessPreferencesRequest) String() 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 (x *UpdateBusinessPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateBusinessPreferencesResponse) Reset ¶
func (x *UpdateBusinessPreferencesResponse) Reset()
func (*UpdateBusinessPreferencesResponse) String ¶
func (x *UpdateBusinessPreferencesResponse) String() 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) ProtoMessage()
func (*UpdateClientInfoDisplayTemplateRequest) ProtoReflect ¶
func (x *UpdateClientInfoDisplayTemplateRequest) ProtoReflect() protoreflect.Message
func (*UpdateClientInfoDisplayTemplateRequest) Reset ¶
func (x *UpdateClientInfoDisplayTemplateRequest) Reset()
func (*UpdateClientInfoDisplayTemplateRequest) String ¶
func (x *UpdateClientInfoDisplayTemplateRequest) String() 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) ProtoMessage()
func (*UpdateClientInfoDisplayTemplateResponse) ProtoReflect ¶
func (x *UpdateClientInfoDisplayTemplateResponse) ProtoReflect() protoreflect.Message
func (*UpdateClientInfoDisplayTemplateResponse) Reset ¶
func (x *UpdateClientInfoDisplayTemplateResponse) Reset()
func (*UpdateClientInfoDisplayTemplateResponse) String ¶
func (x *UpdateClientInfoDisplayTemplateResponse) String() 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 (x *UpdateCompliancePreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateCompliancePreferencesRequest) ProtoMessage ¶
func (*UpdateCompliancePreferencesRequest) ProtoMessage()
func (*UpdateCompliancePreferencesRequest) ProtoReflect ¶
func (x *UpdateCompliancePreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateCompliancePreferencesRequest) Reset ¶
func (x *UpdateCompliancePreferencesRequest) Reset()
func (*UpdateCompliancePreferencesRequest) String ¶
func (x *UpdateCompliancePreferencesRequest) String() 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 (x *UpdateCompliancePreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateCompliancePreferencesResponse) Reset ¶
func (x *UpdateCompliancePreferencesResponse) Reset()
func (*UpdateCompliancePreferencesResponse) String ¶
func (x *UpdateCompliancePreferencesResponse) String() 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 (x *UpdateContactPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateContactPreferencesRequest) ProtoMessage ¶
func (*UpdateContactPreferencesRequest) ProtoMessage()
func (*UpdateContactPreferencesRequest) ProtoReflect ¶
func (x *UpdateContactPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateContactPreferencesRequest) Reset ¶
func (x *UpdateContactPreferencesRequest) Reset()
func (*UpdateContactPreferencesRequest) String ¶
func (x *UpdateContactPreferencesRequest) String() 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 (x *UpdateContactPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateContactPreferencesResponse) Reset ¶
func (x *UpdateContactPreferencesResponse) Reset()
func (*UpdateContactPreferencesResponse) String ¶
func (x *UpdateContactPreferencesResponse) String() 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 (x *UpdateCustomReportFilterRequest) GetFilter() *CustomReportFilter
func (*UpdateCustomReportFilterRequest) ProtoMessage ¶
func (*UpdateCustomReportFilterRequest) ProtoMessage()
func (*UpdateCustomReportFilterRequest) ProtoReflect ¶
func (x *UpdateCustomReportFilterRequest) ProtoReflect() protoreflect.Message
func (*UpdateCustomReportFilterRequest) Reset ¶
func (x *UpdateCustomReportFilterRequest) Reset()
func (*UpdateCustomReportFilterRequest) String ¶
func (x *UpdateCustomReportFilterRequest) String() 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 (x *UpdateCustomReportFilterResponse) ProtoReflect() protoreflect.Message
func (*UpdateCustomReportFilterResponse) Reset ¶
func (x *UpdateCustomReportFilterResponse) Reset()
func (*UpdateCustomReportFilterResponse) String ¶
func (x *UpdateCustomReportFilterResponse) String() 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 (x *UpdateDashboardGeneralPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateDashboardGeneralPreferencesRequest) ProtoMessage ¶
func (*UpdateDashboardGeneralPreferencesRequest) ProtoMessage()
func (*UpdateDashboardGeneralPreferencesRequest) ProtoReflect ¶
func (x *UpdateDashboardGeneralPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateDashboardGeneralPreferencesRequest) Reset ¶
func (x *UpdateDashboardGeneralPreferencesRequest) Reset()
func (*UpdateDashboardGeneralPreferencesRequest) String ¶
func (x *UpdateDashboardGeneralPreferencesRequest) String() 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) ProtoMessage()
func (*UpdateDashboardGeneralPreferencesResponse) ProtoReflect ¶
func (x *UpdateDashboardGeneralPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateDashboardGeneralPreferencesResponse) Reset ¶
func (x *UpdateDashboardGeneralPreferencesResponse) Reset()
func (*UpdateDashboardGeneralPreferencesResponse) String ¶
func (x *UpdateDashboardGeneralPreferencesResponse) String() 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 (x *UpdateDashboardQueuePreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateDashboardQueuePreferencesRequest) ProtoMessage ¶
func (*UpdateDashboardQueuePreferencesRequest) ProtoMessage()
func (*UpdateDashboardQueuePreferencesRequest) ProtoReflect ¶
func (x *UpdateDashboardQueuePreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateDashboardQueuePreferencesRequest) Reset ¶
func (x *UpdateDashboardQueuePreferencesRequest) Reset()
func (*UpdateDashboardQueuePreferencesRequest) String ¶
func (x *UpdateDashboardQueuePreferencesRequest) String() 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) ProtoMessage()
func (*UpdateDashboardQueuePreferencesResponse) ProtoReflect ¶
func (x *UpdateDashboardQueuePreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateDashboardQueuePreferencesResponse) Reset ¶
func (x *UpdateDashboardQueuePreferencesResponse) Reset()
func (*UpdateDashboardQueuePreferencesResponse) String ¶
func (x *UpdateDashboardQueuePreferencesResponse) String() 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 (x *UpdateEmailSmsPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateEmailSmsPreferencesRequest) ProtoMessage ¶
func (*UpdateEmailSmsPreferencesRequest) ProtoMessage()
func (*UpdateEmailSmsPreferencesRequest) ProtoReflect ¶
func (x *UpdateEmailSmsPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateEmailSmsPreferencesRequest) Reset ¶
func (x *UpdateEmailSmsPreferencesRequest) Reset()
func (*UpdateEmailSmsPreferencesRequest) String ¶
func (x *UpdateEmailSmsPreferencesRequest) String() 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 (x *UpdateEmailSmsPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateEmailSmsPreferencesResponse) Reset ¶
func (x *UpdateEmailSmsPreferencesResponse) Reset()
func (*UpdateEmailSmsPreferencesResponse) String ¶
func (x *UpdateEmailSmsPreferencesResponse) String() 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 (x *UpdateEndOfDayPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateEndOfDayPreferencesRequest) ProtoMessage ¶
func (*UpdateEndOfDayPreferencesRequest) ProtoMessage()
func (*UpdateEndOfDayPreferencesRequest) ProtoReflect ¶
func (x *UpdateEndOfDayPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateEndOfDayPreferencesRequest) Reset ¶
func (x *UpdateEndOfDayPreferencesRequest) Reset()
func (*UpdateEndOfDayPreferencesRequest) String ¶
func (x *UpdateEndOfDayPreferencesRequest) String() 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 (x *UpdateEndOfDayPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateEndOfDayPreferencesResponse) Reset ¶
func (x *UpdateEndOfDayPreferencesResponse) Reset()
func (*UpdateEndOfDayPreferencesResponse) String ¶
func (x *UpdateEndOfDayPreferencesResponse) String() 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 (x *UpdateFilterPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateFilterPreferencesRequest) GetFilterPreferences ¶
func (x *UpdateFilterPreferencesRequest) GetFilterPreferences() *FilterPreferences
func (*UpdateFilterPreferencesRequest) ProtoMessage ¶
func (*UpdateFilterPreferencesRequest) ProtoMessage()
func (*UpdateFilterPreferencesRequest) ProtoReflect ¶
func (x *UpdateFilterPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateFilterPreferencesRequest) Reset ¶
func (x *UpdateFilterPreferencesRequest) Reset()
func (*UpdateFilterPreferencesRequest) String ¶
func (x *UpdateFilterPreferencesRequest) String() 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 (x *UpdateFilterPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateFilterPreferencesResponse) Reset ¶
func (x *UpdateFilterPreferencesResponse) Reset()
func (*UpdateFilterPreferencesResponse) String ¶
func (x *UpdateFilterPreferencesResponse) String() 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 (x *UpdateOrganizationPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateOrganizationPreferencesRequest) GetOrganizationPreferences ¶
func (x *UpdateOrganizationPreferencesRequest) GetOrganizationPreferences() *OrganizationPreferences
func (*UpdateOrganizationPreferencesRequest) ProtoMessage ¶
func (*UpdateOrganizationPreferencesRequest) ProtoMessage()
func (*UpdateOrganizationPreferencesRequest) ProtoReflect ¶
func (x *UpdateOrganizationPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationPreferencesRequest) Reset ¶
func (x *UpdateOrganizationPreferencesRequest) Reset()
func (*UpdateOrganizationPreferencesRequest) String ¶
func (x *UpdateOrganizationPreferencesRequest) String() 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 (x *UpdateOrganizationPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationPreferencesResponse) Reset ¶
func (x *UpdateOrganizationPreferencesResponse) Reset()
func (*UpdateOrganizationPreferencesResponse) String ¶
func (x *UpdateOrganizationPreferencesResponse) String() 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 (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message
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 (x *UpdateOrganizationResponse) ProtoReflect() protoreflect.Message
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 (x *UpdateP3OwningOrgResponse) ProtoReflect() protoreflect.Message
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 (x *UpdateP3PermissionGroupRequest) GetName() string
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 (x *UpdateP3PermissionGroupRequest) ProtoReflect() protoreflect.Message
func (*UpdateP3PermissionGroupRequest) Reset ¶
func (x *UpdateP3PermissionGroupRequest) Reset()
func (*UpdateP3PermissionGroupRequest) String ¶
func (x *UpdateP3PermissionGroupRequest) String() 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 (x *UpdateP3PermissionGroupResponse) ProtoReflect() protoreflect.Message
func (*UpdateP3PermissionGroupResponse) Reset ¶
func (x *UpdateP3PermissionGroupResponse) Reset()
func (*UpdateP3PermissionGroupResponse) String ¶
func (x *UpdateP3PermissionGroupResponse) String() 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 (x *UpdatePermissionGroupRequest) ProtoReflect() protoreflect.Message
func (*UpdatePermissionGroupRequest) Reset ¶
func (x *UpdatePermissionGroupRequest) Reset()
func (*UpdatePermissionGroupRequest) String ¶
func (x *UpdatePermissionGroupRequest) String() 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 (x *UpdatePermissionGroupResponse) ProtoReflect() protoreflect.Message
func (*UpdatePermissionGroupResponse) Reset ¶
func (x *UpdatePermissionGroupResponse) Reset()
func (*UpdatePermissionGroupResponse) String ¶
func (x *UpdatePermissionGroupResponse) String() 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 (x *UpdatePhonePreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdatePhonePreferencesRequest) GetPhonePreferences ¶
func (x *UpdatePhonePreferencesRequest) GetPhonePreferences() *PhonePreferences
func (*UpdatePhonePreferencesRequest) ProtoMessage ¶
func (*UpdatePhonePreferencesRequest) ProtoMessage()
func (*UpdatePhonePreferencesRequest) ProtoReflect ¶
func (x *UpdatePhonePreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdatePhonePreferencesRequest) Reset ¶
func (x *UpdatePhonePreferencesRequest) Reset()
func (*UpdatePhonePreferencesRequest) String ¶
func (x *UpdatePhonePreferencesRequest) String() 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 (x *UpdatePhonePreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdatePhonePreferencesResponse) Reset ¶
func (x *UpdatePhonePreferencesResponse) Reset()
func (*UpdatePhonePreferencesResponse) String ¶
func (x *UpdatePhonePreferencesResponse) String() 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 (x *UpdateRecordingPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateRecordingPreferencesRequest) GetRecordingPreferences ¶
func (x *UpdateRecordingPreferencesRequest) GetRecordingPreferences() *RecordingPreferences
func (*UpdateRecordingPreferencesRequest) ProtoMessage ¶
func (*UpdateRecordingPreferencesRequest) ProtoMessage()
func (*UpdateRecordingPreferencesRequest) ProtoReflect ¶
func (x *UpdateRecordingPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateRecordingPreferencesRequest) Reset ¶
func (x *UpdateRecordingPreferencesRequest) Reset()
func (*UpdateRecordingPreferencesRequest) String ¶
func (x *UpdateRecordingPreferencesRequest) String() 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 (x *UpdateRecordingPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateRecordingPreferencesResponse) Reset ¶
func (x *UpdateRecordingPreferencesResponse) Reset()
func (*UpdateRecordingPreferencesResponse) String ¶
func (x *UpdateRecordingPreferencesResponse) String() 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 (x *UpdateSchedulePreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateSchedulePreferencesRequest) GetSchedulePreferences ¶
func (x *UpdateSchedulePreferencesRequest) GetSchedulePreferences() *SchedulePreferences
func (*UpdateSchedulePreferencesRequest) ProtoMessage ¶
func (*UpdateSchedulePreferencesRequest) ProtoMessage()
func (*UpdateSchedulePreferencesRequest) ProtoReflect ¶
func (x *UpdateSchedulePreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateSchedulePreferencesRequest) Reset ¶
func (x *UpdateSchedulePreferencesRequest) Reset()
func (*UpdateSchedulePreferencesRequest) String ¶
func (x *UpdateSchedulePreferencesRequest) String() 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 (x *UpdateSchedulePreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateSchedulePreferencesResponse) Reset ¶
func (x *UpdateSchedulePreferencesResponse) Reset()
func (*UpdateSchedulePreferencesResponse) String ¶
func (x *UpdateSchedulePreferencesResponse) String() 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 (x *UpdateScorecardsPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateScorecardsPreferencesRequest) GetScorecardsPreferences ¶
func (x *UpdateScorecardsPreferencesRequest) GetScorecardsPreferences() *ScorecardsPreferences
func (*UpdateScorecardsPreferencesRequest) ProtoMessage ¶
func (*UpdateScorecardsPreferencesRequest) ProtoMessage()
func (*UpdateScorecardsPreferencesRequest) ProtoReflect ¶
func (x *UpdateScorecardsPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateScorecardsPreferencesRequest) Reset ¶
func (x *UpdateScorecardsPreferencesRequest) Reset()
func (*UpdateScorecardsPreferencesRequest) String ¶
func (x *UpdateScorecardsPreferencesRequest) String() 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 (x *UpdateScorecardsPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateScorecardsPreferencesResponse) Reset ¶
func (x *UpdateScorecardsPreferencesResponse) Reset()
func (*UpdateScorecardsPreferencesResponse) String ¶
func (x *UpdateScorecardsPreferencesResponse) String() 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 (x *UpdateUserDisabledRequest) ProtoReflect() protoreflect.Message
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 (x *UpdateUserDisabledResponse) ProtoReflect() protoreflect.Message
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 (x *UpdateUserNeoPermissionGroupsRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserNeoPermissionGroupsRequest) Reset ¶
func (x *UpdateUserNeoPermissionGroupsRequest) Reset()
func (*UpdateUserNeoPermissionGroupsRequest) String ¶
func (x *UpdateUserNeoPermissionGroupsRequest) String() 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 (x *UpdateUserNeoPermissionGroupsResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserNeoPermissionGroupsResponse) Reset ¶
func (x *UpdateUserNeoPermissionGroupsResponse) Reset()
func (*UpdateUserNeoPermissionGroupsResponse) String ¶
func (x *UpdateUserNeoPermissionGroupsResponse) String() 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 (x *UpdateUserPasswordRequest) ProtoReflect() protoreflect.Message
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 (x *UpdateUserPasswordResponse) ProtoReflect() protoreflect.Message
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 (x *UpdateUserSubscriptionRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateUserSubscriptionRequest) GetSubscription ¶
func (x *UpdateUserSubscriptionRequest) GetSubscription() *UserSubscription
func (*UpdateUserSubscriptionRequest) ProtoMessage ¶
func (*UpdateUserSubscriptionRequest) ProtoMessage()
func (*UpdateUserSubscriptionRequest) ProtoReflect ¶
func (x *UpdateUserSubscriptionRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserSubscriptionRequest) Reset ¶
func (x *UpdateUserSubscriptionRequest) Reset()
func (*UpdateUserSubscriptionRequest) String ¶
func (x *UpdateUserSubscriptionRequest) String() 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 (x *UpdateUserSubscriptionResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserSubscriptionResponse) Reset ¶
func (x *UpdateUserSubscriptionResponse) Reset()
func (*UpdateUserSubscriptionResponse) String ¶
func (x *UpdateUserSubscriptionResponse) String() 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 (x *UpdateVoiceAnalyticsPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateVoiceAnalyticsPreferencesRequest) GetVoiceAnalyticsPreferences ¶
func (x *UpdateVoiceAnalyticsPreferencesRequest) GetVoiceAnalyticsPreferences() *VoiceAnalyticsPreferences
func (*UpdateVoiceAnalyticsPreferencesRequest) ProtoMessage ¶
func (*UpdateVoiceAnalyticsPreferencesRequest) ProtoMessage()
func (*UpdateVoiceAnalyticsPreferencesRequest) ProtoReflect ¶
func (x *UpdateVoiceAnalyticsPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateVoiceAnalyticsPreferencesRequest) Reset ¶
func (x *UpdateVoiceAnalyticsPreferencesRequest) Reset()
func (*UpdateVoiceAnalyticsPreferencesRequest) String ¶
func (x *UpdateVoiceAnalyticsPreferencesRequest) String() 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) ProtoMessage()
func (*UpdateVoiceAnalyticsPreferencesResponse) ProtoReflect ¶
func (x *UpdateVoiceAnalyticsPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateVoiceAnalyticsPreferencesResponse) Reset ¶
func (x *UpdateVoiceAnalyticsPreferencesResponse) Reset()
func (*UpdateVoiceAnalyticsPreferencesResponse) String ¶
func (x *UpdateVoiceAnalyticsPreferencesResponse) String() 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 (x *UpdateWebLinkTemplateRequest) ProtoReflect() protoreflect.Message
func (*UpdateWebLinkTemplateRequest) Reset ¶
func (x *UpdateWebLinkTemplateRequest) Reset()
func (*UpdateWebLinkTemplateRequest) String ¶
func (x *UpdateWebLinkTemplateRequest) String() 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 (x *UpdateWebLinkTemplateResponse) ProtoReflect() protoreflect.Message
func (*UpdateWebLinkTemplateResponse) Reset ¶
func (x *UpdateWebLinkTemplateResponse) Reset()
func (*UpdateWebLinkTemplateResponse) String ¶
func (x *UpdateWebLinkTemplateResponse) String() 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 (x *UpdateWebhookPreferencesRequest) GetFieldMask() *fieldmaskpb.FieldMask
func (*UpdateWebhookPreferencesRequest) GetWebhookPreferences ¶
func (x *UpdateWebhookPreferencesRequest) GetWebhookPreferences() *WebhookPreferences
func (*UpdateWebhookPreferencesRequest) ProtoMessage ¶
func (*UpdateWebhookPreferencesRequest) ProtoMessage()
func (*UpdateWebhookPreferencesRequest) ProtoReflect ¶
func (x *UpdateWebhookPreferencesRequest) ProtoReflect() protoreflect.Message
func (*UpdateWebhookPreferencesRequest) Reset ¶
func (x *UpdateWebhookPreferencesRequest) Reset()
func (*UpdateWebhookPreferencesRequest) String ¶
func (x *UpdateWebhookPreferencesRequest) String() 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 (x *UpdateWebhookPreferencesResponse) ProtoReflect() protoreflect.Message
func (*UpdateWebhookPreferencesResponse) Reset ¶
func (x *UpdateWebhookPreferencesResponse) Reset()
func (*UpdateWebhookPreferencesResponse) String ¶
func (x *UpdateWebhookPreferencesResponse) String() 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) GetAgentSid ¶
func (*User) GetCallerIds ¶
func (*User) GetConnectionId ¶
func (x *User) GetConnectionId() *wrapperspb.StringValue
func (*User) GetCreated ¶
func (x *User) GetCreated() *timestamppb.Timestamp
func (*User) GetFirstName ¶
func (*User) GetLabelEntities ¶
func (*User) GetLastName ¶
func (*User) GetLastUpdated ¶
func (x *User) GetLastUpdated() *timestamppb.Timestamp
func (*User) GetLinkbackNumbers ¶
func (*User) GetLoginSid ¶
func (*User) GetPartnerAgentId ¶
func (*User) GetPasswordResetRequired ¶
func (*User) GetRegionId ¶
func (*User) GetRegions ¶
func (*User) GetTimeZoneOverride ¶
func (x *User) GetTimeZoneOverride() *commons.TimeZoneWrapper
func (*User) GetUserName ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
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"` // if the user's email is verified EmailVerified bool `protobuf:"varint,36,opt,name=email_verified,json=emailVerified,proto3" json:"email_verified,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) GetEmailVerified ¶ added in v1.7.61
func (x *UserDetails) GetEmailVerified() bool
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 valid to be assigned 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 (x *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 (x *VoiceAnalyticsPreferences) GetNotify() *VoiceAnalytics_Notify
func (*VoiceAnalyticsPreferences) GetNumberFormat ¶
func (x *VoiceAnalyticsPreferences) GetNumberFormat() string
func (*VoiceAnalyticsPreferences) GetRedact ¶
func (x *VoiceAnalyticsPreferences) GetRedact() []*VoiceAnalytics_Redact
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 (x *VoiceAnalyticsPreferences) ProtoReflect() protoreflect.Message
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 (x *VoiceAnalytics_Number) GetKind() VoiceAnalytics_Number_Kind
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) Descriptor() protoreflect.EnumDescriptor
func (VoiceAnalytics_Number_Kind) Enum ¶
func (x VoiceAnalytics_Number_Kind) Enum() *VoiceAnalytics_Number_Kind
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 (x VoiceAnalytics_Number_Kind) Number() protoreflect.EnumNumber
func (VoiceAnalytics_Number_Kind) String ¶
func (x VoiceAnalytics_Number_Kind) String() string
func (VoiceAnalytics_Number_Kind) Type ¶
func (VoiceAnalytics_Number_Kind) Type() protoreflect.EnumType
type VoiceAnalytics_Redact ¶
type VoiceAnalytics_Redact struct { // Types that are valid to be assigned 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 (x *VoiceAnalytics_Redact) GetNumber() *VoiceAnalytics_Number
func (*VoiceAnalytics_Redact) GetWhere ¶
func (x *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 valid to be assigned 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 (x *WebLinkBaseOption) GetDataDip() *WebLinkBaseOption_DataDip
func (*WebLinkBaseOption) GetDataKeyField ¶
func (x *WebLinkBaseOption) GetDataKeyField() *WebLinkBaseOption_DataKeyField
func (*WebLinkBaseOption) GetIvrData ¶
func (x *WebLinkBaseOption) GetIvrData() *WebLinkBaseOption_IvrData
func (*WebLinkBaseOption) GetOption ¶
func (x *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 (x *WebLinkBaseOption) GetTtsField() *WebLinkBaseOption_TtsField
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 (x *WebLinkBaseOption_AgentField) GetOption() commons.AgentFieldOption
func (*WebLinkBaseOption_AgentField) ProtoMessage ¶
func (*WebLinkBaseOption_AgentField) ProtoMessage()
func (*WebLinkBaseOption_AgentField) ProtoReflect ¶
func (x *WebLinkBaseOption_AgentField) ProtoReflect() protoreflect.Message
func (*WebLinkBaseOption_AgentField) Reset ¶
func (x *WebLinkBaseOption_AgentField) Reset()
func (*WebLinkBaseOption_AgentField) String ¶
func (x *WebLinkBaseOption_AgentField) String() 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 (x *WebLinkBaseOption_DataCollect) ProtoReflect() protoreflect.Message
func (*WebLinkBaseOption_DataCollect) Reset ¶
func (x *WebLinkBaseOption_DataCollect) Reset()
func (*WebLinkBaseOption_DataCollect) String ¶
func (x *WebLinkBaseOption_DataCollect) String() 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 (x *WebLinkBaseOption_DataDip) ProtoReflect() protoreflect.Message
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 (x *WebLinkBaseOption_DataKeyField) ProtoReflect() protoreflect.Message
func (*WebLinkBaseOption_DataKeyField) Reset ¶
func (x *WebLinkBaseOption_DataKeyField) Reset()
func (*WebLinkBaseOption_DataKeyField) String ¶
func (x *WebLinkBaseOption_DataKeyField) String() 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 (x *WebLinkBaseOption_IvrData) ProtoReflect() protoreflect.Message
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 (x *WebLinkBaseOption_PhoneField) GetOption() commons.PhoneFieldOption
func (*WebLinkBaseOption_PhoneField) ProtoMessage ¶
func (*WebLinkBaseOption_PhoneField) ProtoMessage()
func (*WebLinkBaseOption_PhoneField) ProtoReflect ¶
func (x *WebLinkBaseOption_PhoneField) ProtoReflect() protoreflect.Message
func (*WebLinkBaseOption_PhoneField) Reset ¶
func (x *WebLinkBaseOption_PhoneField) Reset()
func (*WebLinkBaseOption_PhoneField) String ¶
func (x *WebLinkBaseOption_PhoneField) String() 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 (x *WebLinkBaseOption_PostalField) GetOption() commons.PostalFieldOption
func (*WebLinkBaseOption_PostalField) ProtoMessage ¶
func (*WebLinkBaseOption_PostalField) ProtoMessage()
func (*WebLinkBaseOption_PostalField) ProtoReflect ¶
func (x *WebLinkBaseOption_PostalField) ProtoReflect() protoreflect.Message
func (*WebLinkBaseOption_PostalField) Reset ¶
func (x *WebLinkBaseOption_PostalField) Reset()
func (*WebLinkBaseOption_PostalField) String ¶
func (x *WebLinkBaseOption_PostalField) String() 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 (x *WebLinkBaseOption_SipHeaderData) GetValue() string
func (*WebLinkBaseOption_SipHeaderData) ProtoMessage ¶
func (*WebLinkBaseOption_SipHeaderData) ProtoMessage()
func (*WebLinkBaseOption_SipHeaderData) ProtoReflect ¶
func (x *WebLinkBaseOption_SipHeaderData) ProtoReflect() protoreflect.Message
func (*WebLinkBaseOption_SipHeaderData) Reset ¶
func (x *WebLinkBaseOption_SipHeaderData) Reset()
func (*WebLinkBaseOption_SipHeaderData) String ¶
func (x *WebLinkBaseOption_SipHeaderData) String() 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 (x *WebLinkBaseOption_StaticText) ProtoReflect() protoreflect.Message
func (*WebLinkBaseOption_StaticText) Reset ¶
func (x *WebLinkBaseOption_StaticText) Reset()
func (*WebLinkBaseOption_StaticText) String ¶
func (x *WebLinkBaseOption_StaticText) String() 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 (x *WebLinkBaseOption_TtsField) ProtoReflect() protoreflect.Message
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 (*WebLinkTemplate) GetIsJsLink ¶
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