chatWithImageSync method
ResponseFuture<ChatResponse>
chatWithImageSync(
- ChatWithImageRequest request, {
- CallOptions? options,
Send message with image SYNC (for testing)
Implementation
$grpc.ResponseFuture<$0.ChatResponse> chatWithImageSync(
$0.ChatWithImageRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$chatWithImageSync, request, options: options);
}