|
487 | 487 | ) |
488 | 488 | from rapida.clients.protos.assistant_deployment_pb2 import ( |
489 | 489 | DeploymentAudioProvider, |
490 | | - AssistantDeploymentCapturer, |
491 | 490 | AssistantWebpluginDeployment, |
492 | 491 | AssistantPhoneDeployment, |
493 | 492 | AssistantWhatsappDeployment, |
494 | 493 | AssistantDebuggerDeployment, |
495 | 494 | AssistantApiDeployment, |
496 | | - CreateAssistantApiDeploymentRequest, |
497 | | - AssistantApiDeploymentResponse, |
498 | | - CreateAssistantPhoneDeploymentRequest, |
499 | | - AssistantPhoneDeploymentResponse, |
500 | | - CreateAssistantWhatsappDeploymentRequest, |
501 | | - AssistantWhatsappDeploymentResponse, |
502 | | - CreateAssistantDebuggerDeploymentRequest, |
503 | | - AssistantDebuggerDeploymentResponse, |
504 | | - CreateAssistantWebpluginDeploymentRequest, |
505 | | - AssistantWebpluginDeploymentResponse, |
506 | 495 | GetAssistantDeploymentRequest, |
507 | 496 | ) |
508 | 497 | from rapida.clients.protos.knowledge_api_pb2 import ( |
|
956 | 945 | "GetModerationRequest", |
957 | 946 | "GetModerationResponse", |
958 | 947 | "DeploymentAudioProvider", |
959 | | - "AssistantDeploymentCapturer", |
960 | 948 | "AssistantWebpluginDeployment", |
961 | 949 | "AssistantPhoneDeployment", |
962 | 950 | "AssistantWhatsappDeployment", |
963 | 951 | "AssistantDebuggerDeployment", |
964 | 952 | "AssistantApiDeployment", |
965 | | - "CreateAssistantApiDeploymentRequest", |
966 | | - "AssistantApiDeploymentResponse", |
967 | | - "CreateAssistantPhoneDeploymentRequest", |
968 | | - "AssistantPhoneDeploymentResponse", |
969 | | - "CreateAssistantWhatsappDeploymentRequest", |
970 | | - "AssistantWhatsappDeploymentResponse", |
971 | | - "CreateAssistantDebuggerDeploymentRequest", |
972 | | - "AssistantDebuggerDeploymentResponse", |
973 | | - "CreateAssistantWebpluginDeploymentRequest", |
974 | | - "AssistantWebpluginDeploymentResponse", |
975 | 953 | "GetAssistantDeploymentRequest", |
976 | 954 | "CreateKnowledgeRequest", |
977 | 955 | "CreateKnowledgeResponse", |
|
0 commit comments