aclpb

package
v1.8.4 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use Action.ProtoReflect.Descriptor instead.

func (*Action) GetCallEnded

func (x *Action) GetCallEnded() string

func (*Action) GetCallSkillsInitial

func (x *Action) GetCallSkillsInitial() *CallSkillsInitial

func (*Action) GetKind

func (m *Action) GetKind() isAction_Kind

func (*Action) ProtoMessage

func (*Action) ProtoMessage()

func (*Action) ProtoReflect

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

func (*Action) Reset

func (x *Action) Reset()

func (*Action) String

func (x *Action) String() string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL