elizav1

package
v1.33.0-20230913231627... Latest Latest
Warning

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

Go to latest
Published: unknown License: Apache-2.0 Imports: 4 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_connectrpc_eliza_v1_eliza_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ConverseRequest

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

ConverseRequest is a single sentence request sent as part of a back-and-forth conversation.

func (*ConverseRequest) Descriptor deprecated

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

Deprecated: Use ConverseRequest.ProtoReflect.Descriptor instead.

func (*ConverseRequest) GetSentence

func (x *ConverseRequest) GetSentence() string

func (*ConverseRequest) ProtoMessage

func (*ConverseRequest) ProtoMessage()

func (*ConverseRequest) ProtoReflect

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

func (*ConverseRequest) Reset

func (x *ConverseRequest) Reset()

func (*ConverseRequest) String

func (x *ConverseRequest) String() string

type ConverseResponse

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

ConverseResponse is a single sentence response sent in answer to a ConverseRequest.

func (*ConverseResponse) Descriptor deprecated

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

Deprecated: Use ConverseResponse.ProtoReflect.Descriptor instead.

func (*ConverseResponse) GetSentence

func (x *ConverseResponse) GetSentence() string

func (*ConverseResponse) ProtoMessage

func (*ConverseResponse) ProtoMessage()

func (*ConverseResponse) ProtoReflect

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

func (*ConverseResponse) Reset

func (x *ConverseResponse) Reset()

func (*ConverseResponse) String

func (x *ConverseResponse) String() string

type IntroduceRequest

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

IntroduceRequest asks Eliza to introduce itself to the named user.

func (*IntroduceRequest) Descriptor deprecated

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

Deprecated: Use IntroduceRequest.ProtoReflect.Descriptor instead.

func (*IntroduceRequest) GetName

func (x *IntroduceRequest) GetName() string

func (*IntroduceRequest) ProtoMessage

func (*IntroduceRequest) ProtoMessage()

func (*IntroduceRequest) ProtoReflect

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

func (*IntroduceRequest) Reset

func (x *IntroduceRequest) Reset()

func (*IntroduceRequest) String

func (x *IntroduceRequest) String() string

type IntroduceResponse

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

IntroduceResponse is one sentence of Eliza's introductory monologue.

func (*IntroduceResponse) Descriptor deprecated

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

Deprecated: Use IntroduceResponse.ProtoReflect.Descriptor instead.

func (*IntroduceResponse) GetSentence

func (x *IntroduceResponse) GetSentence() string

func (*IntroduceResponse) ProtoMessage

func (*IntroduceResponse) ProtoMessage()

func (*IntroduceResponse) ProtoReflect

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

func (*IntroduceResponse) Reset

func (x *IntroduceResponse) Reset()

func (*IntroduceResponse) String

func (x *IntroduceResponse) String() string

type SayRequest

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

SayRequest is a single-sentence request.

func (*SayRequest) Descriptor deprecated

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

Deprecated: Use SayRequest.ProtoReflect.Descriptor instead.

func (*SayRequest) GetSentence

func (x *SayRequest) GetSentence() string

func (*SayRequest) ProtoMessage

func (*SayRequest) ProtoMessage()

func (*SayRequest) ProtoReflect

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

func (*SayRequest) Reset

func (x *SayRequest) Reset()

func (*SayRequest) String

func (x *SayRequest) String() string

type SayResponse

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

SayResponse is a single-sentence response.

func (*SayResponse) Descriptor deprecated

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

Deprecated: Use SayResponse.ProtoReflect.Descriptor instead.

func (*SayResponse) GetSentence

func (x *SayResponse) GetSentence() string

func (*SayResponse) ProtoMessage

func (*SayResponse) ProtoMessage()

func (*SayResponse) ProtoReflect

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

func (*SayResponse) Reset

func (x *SayResponse) Reset()

func (*SayResponse) String

func (x *SayResponse) String() string

Jump to

Keyboard shortcuts

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