Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntentGraphRequest ¶
type IntentGraphRequest struct { Time time.Time Stream pb.ChipperGrpc_StreamingIntentGraphServer Device string Session string LangString string FirstReq *pb.StreamingIntentGraphRequest AudioCodec pb.AudioEncoding // KnowledgeGraph specific Mode pb.RobotMode }
IntentGraphRequest is the necessary request type for VTT intent processors
type IntentGraphResponse ¶
type IntentGraphResponse struct { Intent *pb.IntentGraphResponse Params string Duration *time.Duration }
IntentGraphResponse is the response type VTT intent processors
type IntentRequest ¶
type IntentRequest struct { Time time.Time Stream pb.ChipperGrpc_StreamingIntentServer Device string Session string LangString string FirstReq *pb.StreamingIntentRequest AudioCodec pb.AudioEncoding }
IntentRequest is the necessary request type for VTT intent processors
type IntentResponse ¶
type IntentResponse struct { Intent *pb.IntentResponse Params string Duration *time.Duration }
IntentResponse is the response type VTT intent processors
type KnowledgeGraphRequest ¶
type KnowledgeGraphRequest struct { Time time.Time Stream pb.ChipperGrpc_StreamingKnowledgeGraphServer Device string Session string LangString string FirstReq *pb.StreamingKnowledgeGraphRequest Mode pb.RobotMode AudioCodec pb.AudioEncoding }
KnowledgeGraphRequest is the necessary request type for VTT knowledge graph processors
type KnowledgeGraphResponse ¶
type KnowledgeGraphResponse struct { Intent *pb.KnowledgeGraphResponse Params string Duration *time.Duration }
KnowledgeGraphResponse is the response type VTT knowledge graph processors
Click to show internal directories.
Click to hide internal directories.