Documentation ¶
Index ¶
- type ChatAnswer
- func (*ChatAnswer) Descriptor() ([]byte, []int)
- func (m *ChatAnswer) GetReply() string
- func (m *ChatAnswer) GetSessionId() string
- func (*ChatAnswer) ProtoMessage()
- func (m *ChatAnswer) Reset()
- func (m *ChatAnswer) String() string
- func (m *ChatAnswer) XXX_DiscardUnknown()
- func (m *ChatAnswer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChatAnswer) XXX_Merge(src proto.Message)
- func (m *ChatAnswer) XXX_Size() int
- func (m *ChatAnswer) XXX_Unmarshal(b []byte) error
- type ChatAsk
- func (*ChatAsk) Descriptor() ([]byte, []int)
- func (m *ChatAsk) GetQuery() string
- func (m *ChatAsk) GetSessionId() string
- func (*ChatAsk) ProtoMessage()
- func (m *ChatAsk) Reset()
- func (m *ChatAsk) String() string
- func (m *ChatAsk) XXX_DiscardUnknown()
- func (m *ChatAsk) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChatAsk) XXX_Merge(src proto.Message)
- func (m *ChatAsk) XXX_Size() int
- func (m *ChatAsk) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatAnswer ¶
type ChatAnswer struct { SessionId string `protobuf:"bytes,1,opt,name=SessionId,proto3" json:"SessionId,omitempty"` Reply string `protobuf:"bytes,2,opt,name=Reply,proto3" json:"Reply,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ChatAnswer) Descriptor ¶
func (*ChatAnswer) Descriptor() ([]byte, []int)
func (*ChatAnswer) GetReply ¶
func (m *ChatAnswer) GetReply() string
func (*ChatAnswer) GetSessionId ¶
func (m *ChatAnswer) GetSessionId() string
func (*ChatAnswer) ProtoMessage ¶
func (*ChatAnswer) ProtoMessage()
func (*ChatAnswer) Reset ¶
func (m *ChatAnswer) Reset()
func (*ChatAnswer) String ¶
func (m *ChatAnswer) String() string
func (*ChatAnswer) XXX_DiscardUnknown ¶
func (m *ChatAnswer) XXX_DiscardUnknown()
func (*ChatAnswer) XXX_Marshal ¶
func (m *ChatAnswer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ChatAnswer) XXX_Merge ¶
func (m *ChatAnswer) XXX_Merge(src proto.Message)
func (*ChatAnswer) XXX_Size ¶
func (m *ChatAnswer) XXX_Size() int
func (*ChatAnswer) XXX_Unmarshal ¶
func (m *ChatAnswer) XXX_Unmarshal(b []byte) error
type ChatAsk ¶
type ChatAsk struct { SessionId string `protobuf:"bytes,1,opt,name=SessionId,proto3" json:"SessionId,omitempty"` Query string `protobuf:"bytes,2,opt,name=Query,proto3" json:"Query,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ChatAsk) Descriptor ¶
func (*ChatAsk) GetSessionId ¶
func (*ChatAsk) ProtoMessage ¶
func (*ChatAsk) ProtoMessage()
func (*ChatAsk) XXX_DiscardUnknown ¶
func (m *ChatAsk) XXX_DiscardUnknown()
func (*ChatAsk) XXX_Marshal ¶
func (*ChatAsk) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.