Documentation ¶
Index ¶
- Variables
- type Action
- func (*Action) Descriptor() ([]byte, []int)deprecated
- func (x *Action) GetCallEnded() string
- func (x *Action) GetCallSkillsInitial() *CallSkillsInitial
- func (m *Action) GetKind() isAction_Kind
- func (*Action) ProtoMessage()
- func (x *Action) ProtoReflect() protoreflect.Message
- func (x *Action) Reset()
- func (x *Action) String() string
- type Action_CallEnded
- type Action_CallSkillsInitial
- type AgentCallLog
- type CallSkillsInitial
- func (*CallSkillsInitial) Descriptor() ([]byte, []int)deprecated
- func (x *CallSkillsInitial) GetNeed() []string
- func (x *CallSkillsInitial) GetWant() []string
- func (*CallSkillsInitial) ProtoMessage()
- func (x *CallSkillsInitial) ProtoReflect() protoreflect.Message
- func (x *CallSkillsInitial) Reset()
- func (x *CallSkillsInitial) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_api_v1alpha1_vanalytics_aclpb_aclpb_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct { // Types that are assignable to Kind: // // *Action_CallSkillsInitial // *Action_CallEnded Kind isAction_Kind `protobuf_oneof:"kind"` // contains filtered or unexported fields }
Action is an agent call log action.
func (*Action) Descriptor
deprecated
func (*Action) GetCallEnded ¶
func (*Action) GetCallSkillsInitial ¶
func (x *Action) GetCallSkillsInitial() *CallSkillsInitial
func (*Action) ProtoMessage ¶
func (*Action) ProtoMessage()
func (*Action) ProtoReflect ¶
func (x *Action) ProtoReflect() protoreflect.Message
type Action_CallEnded ¶
type Action_CallEnded struct { // CallEnded is the reason the call ended. CallEnded string `protobuf:"bytes,2,opt,name=call_ended,json=callEnded,proto3,oneof"` }
type Action_CallSkillsInitial ¶
type Action_CallSkillsInitial struct { // CallSkillsInitial are the initial call skills on a call. CallSkillsInitial *CallSkillsInitial `protobuf:"bytes,1,opt,name=call_skills_initial,json=callSkillsInitial,proto3,oneof"` }
type AgentCallLog ¶
type AgentCallLog struct { // actions are the agent call log actions. Actions []*Action `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"` // contains filtered or unexported fields }
AgentCallLog resource.
func (*AgentCallLog) Descriptor
deprecated
func (*AgentCallLog) Descriptor() ([]byte, []int)
Deprecated: Use AgentCallLog.ProtoReflect.Descriptor instead.
func (*AgentCallLog) GetActions ¶
func (x *AgentCallLog) GetActions() []*Action
func (*AgentCallLog) ProtoMessage ¶
func (*AgentCallLog) ProtoMessage()
func (*AgentCallLog) ProtoReflect ¶
func (x *AgentCallLog) ProtoReflect() protoreflect.Message
func (*AgentCallLog) Reset ¶
func (x *AgentCallLog) Reset()
func (*AgentCallLog) String ¶
func (x *AgentCallLog) String() string
type CallSkillsInitial ¶
type CallSkillsInitial struct { // need is all the call skills that are needed. Need []string `protobuf:"bytes,1,rep,name=need,proto3" json:"need,omitempty"` // want is all the call skills that are wanted. Want []string `protobuf:"bytes,2,rep,name=want,proto3" json:"want,omitempty"` // contains filtered or unexported fields }
CallSkillsInitial are the initial call skills on a call.
func (*CallSkillsInitial) Descriptor
deprecated
func (*CallSkillsInitial) Descriptor() ([]byte, []int)
Deprecated: Use CallSkillsInitial.ProtoReflect.Descriptor instead.
func (*CallSkillsInitial) GetNeed ¶
func (x *CallSkillsInitial) GetNeed() []string
func (*CallSkillsInitial) GetWant ¶
func (x *CallSkillsInitial) GetWant() []string
func (*CallSkillsInitial) ProtoMessage ¶
func (*CallSkillsInitial) ProtoMessage()
func (*CallSkillsInitial) ProtoReflect ¶
func (x *CallSkillsInitial) ProtoReflect() protoreflect.Message
func (*CallSkillsInitial) Reset ¶
func (x *CallSkillsInitial) Reset()
func (*CallSkillsInitial) String ¶
func (x *CallSkillsInitial) String() string
Click to show internal directories.
Click to hide internal directories.